getInternalIDs | R Documentation |
Get Internal ID of a given node or list of nodes
getInternalIDs(g, nodes = NULL)
g |
The graph generated from the given biopax object. |
nodes |
The list of external IDs of the nodes. If missing, the list of all internal IDs will be returned. |
biopax |
The biopax object |
A dataframe with the mappings between the external and internal IDs
## Not run:
biopax=readBiopax(pi3k.owl)
g=pathway2Mully(biopax,"pathway1")
getInternalIDs(wntBiopax,c("R-HSA-5368514","Q9BQB4"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.