Description Usage Arguments Details Value Examples
View source: R/KEGG_function.R
The function will downlaod the latest pathway gene link from KEGG website.
1  | download_latest_pathway(species)
 | 
species | 
 the species id in KEGG database, 'hsa' means human, 'mmu' means mouse, 'rno' means rat, etc  | 
The function will downlaod the latest pathway gene link from KEGG website.
a list with two parts
name keggpathway2gene | 
 description a list with the genes for each pathway  | 
name pathway2name | 
 description a list with the names for each pathway  | 
1  | ## Not run: download_latest_pathway(species="hsa")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.