View source: R/PATHWAY_ANALYSIS.R
| get_MetabolitePath | R Documentation |
Returns an object of KEGGPathway of the pathway especified in pathcode
get_MetabolitePath(pathcode)
pathcode |
TODO. |
A KEGGPathway object corresponding to the pathway specified by
pathcode. This object contains the parsed KEGG pathway structure and
can be used as input to downstream graph conversion and visualization
functions.
## Not run:
path <- get_MetabolitePath("hsa00010")
class(path)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.