getPathwayID | R Documentation |
Get internal pathway ID in a BioPAX file
getPathwayID(biopax, reactomeID)
biopax |
The biopax object |
reactomeID |
The Reactome ID of the pathway |
The internal ID of the pathway in the parsed BioPAX object
This should be preceded by readBiopax(filepath) to obtain the biopax object
## Not run:
biopax=readBiopax(pi3k.owl)
id=getPathwayID(biopax,"R-HSA-167057")
pi3kmully=pathway2mully(biopax,id)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.