This site is a development preview. As such the content and styling may not be final and is subject to change before going into production. To see more information about the redesign click here.

dce

This is the development version of dce; for the stable release version, see dce.

Pathway Enrichment Based on Differential Causal Effects

Bioconductor version: Development (3.18)

Compute differential causal effects (dce) on (biological) networks. Given observational samples from a control experiment and non-control (e.g., cancer) for two genes A and B, we can compute differential causal effects with a (generalized) linear regression. If the causal effect of gene A on gene B in the control samples is different from the causal effect in the non-control samples the dce will differ from zero. We regularize the dce computation by the inclusion of prior network information from pathway databases such as KEGG.

Author: Kim Philipp Jablonski [aut, cre] , Martin Pirkl [aut]

Maintainer: Kim Philipp Jablonski <kim.philipp.jablonski at gmail.com>

Citation (from within R, enter citation("dce")):

Installation

To install this package, start R (version "4.3") and enter:

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

# The following initializes usage of Bioc devel
BiocManager::install(version='devel')

BiocManager::install("dce")

For older versions of R, please refer to the appropriate Bioconductor release.

Documentation

Reference Manual PDF

Details

biocViews DifferentialExpression, GeneExpression, GraphAndNetwork, KEGG, Network, NetworkEnrichment, Regression, Software, StatisticalMethod
Version 1.9.2
In Bioconductor since BioC 3.13 (R-4.1) (2 years)
License GPL-3
Depends R (>= 4.1)
Imports stats, methods, assertthat, graph, pcalg, purrr, tidyverse, Matrix, ggraph, tidygraph, ggplot2, rlang, expm, MASS, edgeR, epiNEM, igraph, metap, mnem, naturalsort, ppcor, glm2, graphite, reshape2, dplyr, magrittr, glue, Rgraphviz, harmonicmeanp, org.Hs.eg.db, logger, shadowtext
Linking To
Suggests knitr, rmarkdown, testthat (>= 2.1.0), BiocStyle, formatR, cowplot, ggplotify, dagitty, lmtest, sandwich, devtools, curatedTCGAData, TCGAutils, SummarizedExperiment, RcppParallel, docopt, CARNIVAL
System Requirements
Enhances
URL https://github.com/cbg-ethz/dce
Bug Reports https://github.com/cbg-ethz/dce/issues
See More
Depends On Me
Imports Me
Suggests Me
Links To Me
Build Report  

Package Archives

Follow Installation instructions to use this package in your R session.

Source Package
Windows Binary
macOS Binary (x86_64) dce_1.9.2.tgz
macOS Binary (arm64) dce_1.9.2.tgz
Source Repository git clone https://git.bioconductor.org/packages/dce
Source Repository (Developer Access) git clone git@git.bioconductor.org:packages/dce
Bioc Package Browser https://code.bioconductor.org/browse/dce/
Package Short Url https://bioconductor.org/packages/dce/
Package Downloads Report Download Stats