getPathNames | R Documentation |
Given a KEGG pathway ID this function returns the character name of the pathway.
getPathNames(iPW, organism = "hsa")
iPW |
A vector of KEGG pathway IDs. |
organism |
A single character vector of the organism identifier, e.g., "hsa" |
This function simply does a look up in KEGGPATHID2NAME
and
returns a list of the pathway names.
Possible extensions would be to extend it to work with the cMAP library as well.
A list of pathway names.
R. Gentleman
KEGGPATHID2NAME
nms = "00031"
getPathNames(nms)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.