powered by
runTopologyGSA(x, test, exp1, exp2, alpha, ...)
PathwayList
Pathway
"var"
"mean"
topologyGSA
When invoked on a PathwayList, can use the named option "maxNodes" to limit the analysis to those pathways having up to this given number of nodes.
pathway.var.test
pathway.mean.test
if (require(topologyGSA)) { data(examples) k <- pathways("hsapiens", "kegg") p <- convertIdentifiers(k[["Fc epsilon RI signaling pathway"]], "symbol") runTopologyGSA(p, "var", y1, y2, 0.05) }
Run the code above in your browser using DataLab