- Home
- Bioconductor 3.19
- Software Packages
- DEGraph
DEGraph
This package is for version 3.19 of Bioconductor; for the stable, up-to-date release version, see DEGraph.
Two-sample tests on a graph
Bioconductor version: 3.19
DEGraph implements recent hypothesis testing methods which directly assess whether a particular gene network is differentially expressed between two conditions. This is to be contrasted with the more classical two-step approaches which first test individual genes, then test gene sets for enrichment in differentially expressed genes. These recent methods take into account the topology of the network to yield more powerful detection procedures. DEGraph provides methods to easily test all KEGG pathways for differential expression on any gene expression data set and tools to visualize the results.
Author: Laurent Jacob, Pierre Neuvial and Sandrine Dudoit
Maintainer: Laurent Jacob <laurent.jacob at gmail.com>
citation("DEGraph")):
Installation
To install this package, start R (version "4.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("DEGraph")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("DEGraph")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.