loadKEGGPathways {BLMA} | R Documentation |
Load KEGG pathways and names
loadKEGGPathways(organism = "hsa", updateCache = FALSE)
organism |
organism code. Default value is "hsa" (human) |
updateCache |
re-download KEGG pathways. Default value is FALSE |
A list of the following components
kpg a list of graphNEL
objects
encoding the pathway information.
kpn a named vector of pathway tiles. The names of the vector are the pathway KEGG IDs.
Tin Nguyen and Sorin Draghici
keggPathwayGraphs
, keggPathwayNames
x <- loadKEGGPathways()