Description Usage Arguments Value Examples
For internal use only. Retrieve pathway id and names from Pathways object.
1 | mapPathwaysIDfromGraphite(pathways, pathwayNames = NULL)
|
pathways |
a PathwayList object |
pathwayNames |
in not NULL, a subset of pathway to extract |
a data frame, id and pathway name
1 2 3 4 | if (require(graphite)){
pathways <- pathways("hsapiens", "kegg")
mapPathwaysIDfromGraphite(pathways, names(pathways)[1:10])
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.