Last data update: 2014.03.03

R: download_latest_pathway
download_latest_pathwayR Documentation

download_latest_pathway

Description

The function will downlaod the latest pathway gene link from KEGG website.

Usage

download_latest_pathway(species)

Arguments

species

the species id in KEGG database, 'hsa' means human, 'mmu' means mouse, 'rno' means rat, etc

Details

The function will downlaod the latest pathway gene link from KEGG website.

Value

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

Examples

## Not run: download_latest_pathway(species="hsa")

Results