pathway2Mully | R Documentation |
Build a mully graph from a given pathway
pathway2Mully(biopax, pathwayID)
biopax |
The BioPaX object containing the parsed data from an OWL file. This can be obtained using readBiopax(filepath) |
pathwayID |
The ID of the pathway in the biopax object |
A mully graph built from the given pathway
This should be preceded by readBiopax(filepath) to obtain the biopax object
## Not run:
biopax=readBiopax(pi3k.owl)
pi3kmully=pathway2mully(biopax,"pathway1")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.