PathwayList-class | R Documentation |
"PathwayList"
A collection of pathways from a single database.
Class "Pathways"
, directly.
l[i]
returns a selection of the pathways contained in the pathway list.
l[[i]]
gives access to one of the pathways contained in the pathway list.
l$`title`
loads a pathways by its title.
convertIdentifiers(l, to)
returns a new list of pathways using a different type of node identifiers.
length(l)
returns the number of pathways contained in the list.
names(l)
returns the titles of the pathways contained in the list.
prepareSPIA(l, pathwaySetName, print.names=FALSE)
prepares the pathways for a SPIA analysis.
runClipper(l, expr, classes, method, maxNodes=150, ...)
runs a clipper
analysis over all the pathways in the list.
runTopologyGSA(l, test, exp1, exp2, alpha, maxNodes=150, ...)
runs a topologyGSA
analysis over all the pathways in the list.
Gabriele Sales
pathways
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.