downloadPathways {CHRONOS} | R Documentation |
Download KEGG pathways in KGML format.
downloadPathways(org, pathways)
org |
KEGG organism identifier | |||||||||||||||
pathways |
Download pathways for specified organism:
|
KEGG (Kyoto Encyclopedia of Genes and Genomes) is a database resource
for understanding high-level functions and utilities of the biological ,
system such as the cell, the organism and the ecosystem, from
molecular-level information, especially large-scale molecular datasets
generated by genome sequencing and other high-throughput experimental
technologies.
Files are downloaded in CHRONOS/extdata/Downloads/KEGG/<org> folder.
Downloading is skipped for existing files.
Downloaded data is stored in CHRONOS/extdata/Downloads/KEGG/<org>
# View all availiable hsa pathways ## Not run: pathways <- downloadKEGGPathwayList(org='hsa') # Download pathway KGML files pathways <- c('04915', '04917', '04930', '05031') ## Not run: pathways <- downloadPathways(org='hsa', pathways=pathways)