pathwayGraph | 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.
Pathway
graphNEL
r <- pathways("hsapiens", "reactome")
pathwayGraph(r$`mTORC1-mediated signalling`, edge.types="Binding")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.