Description Usage Arguments Value See Also Examples
Builds a graphNEL
object representing the topology of a pathway.
1 | 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.
1 2 | 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.