pathwayGraph {graphite} | R Documentation |
Builds a graphNEL
object representing the topology of a pathway.
pathwayGraph(pathway, which = "proteins", edge.types = NULL)
pathway |
a |
which |
the pathway variant you want. See |
edge.types |
keep only the edges maching the type names in this vector. |
A graphNEL
object.
r <- pathways("hsapiens", "reactome") pathwayGraph(r$`mTORC1-mediated signalling`, edge.types="Binding")