runDEGraph(x, expr, classes, ...)
PathwayList
, a list of Pathway
s
or a single Pathway
object.matrix
(size: number p
of genes x number n
of
samples) of gene expression.vector
(length: n
) of class assignments.PathwayList
, can use the named
option "maxNodes" to limit the analysis to those pathways having up to
this given number of nodes.testOneGraph
if (require(DEGraph)) {
data("Loi2008_DEGraphVignette")
b <- pathways("hsapiens", "biocarta")
p <- convertIdentifiers(b[["actions of nitric oxide in the heart"]], "entrez")
runDEGraph(p, exprLoi2008, classLoi2008)
}
Run the code above in your browser using DataLab