View source: R/PATHWAY_ANALYSIS.R
| convert_keggpathway_2_reactiongraph | R Documentation |
Convert KEGGPathway object to graph object
convert_keggpathway_2_reactiongraph(pathObj)
pathObj |
TODO. |
A graph object representing the reactions in the input
KEGGPathway object. The returned object is suitable for graph-based
inspection or for use in downstream visualization functions.
## Not run:
path <- get_MetabolitePath("hsa00010")
graph <- convert_keggpathway_2_reactiongraph(path)
class(graph)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.