Bioconductor version: 2.10
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>
To install this package, start R and enter:
source("http://bioconductor.org/biocLite.R") biocLite("DEGraph")
To cite this package in a publication, start R and enter:
citation("DEGraph")
R Script | DEGraph: differential expression testing for gene networks | |
Reference Manual | ||
Text | NEWS |
biocViews | Bioinformatics, DifferentialExpression, GraphsAndNetworks, Microarray, Software |
Depends | R (>= 2.10.0), R.utils |
Imports | graph, KEGGgraph, lattice, mvtnorm, R.methodsS3, RBGL, Rgraphviz, rrcov, NCIgraph |
Suggests | corpcor, fields, graph, KEGGgraph, lattice, marray, RBGL, rrcov, Rgraphviz, NCIgraph |
System Requirements | |
License | GPL-3 |
URL | |
Depends On Me | |
Imports Me | |
Suggests Me | graphite |
Version | 1.8.0 |
Since | Bioconductor 2.7 (R-2.12) |
Package Source | DEGraph_1.8.0.tar.gz |
Windows Binary | DEGraph_1.8.0.zip (32- & 64-bit) |
MacOS 10.5 (Leopard) binary | DEGraph_1.8.0.tgz |
Package Downloads Report | Download Stats |
Common Bioconductor workflows include:
Post questions about Bioconductor packages to our mailing lists. Read the posting guide before posting!