Description Usage Arguments Details Value References Examples
View source: R/pathwayDownload.R
Download KEGG pathways in KGML format.
1 | 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>
1 2 3 4 5 6 7 | # 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.