Learn R Programming

KEGGprofile (version 1.14.0)

download_latest_pathway: 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

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

Details

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

Examples

Run this code
## Not run: download_latest_pathway(species="hsa")

Run the code above in your browser using DataLab