getKEGGPathGenes: List pathways and genes of a given KEGG species ID

Description Usage Arguments Details Value Author(s) Examples

Description

KEGG Database API - Get the pathway and genes.

Usage

1
getKEGGPathGenes(KEGGspec)

Arguments

KEGGspec

The KEGG species ID. Only one species ID once input.

Details

Get the pathway and genes according to KEGG species ID.

Value

A List named with KEGG pathway IDs, and each element of the list contains the KEGG gene IDs.

Author(s)

Yulong Niu niuylscu@gmail.com

Examples

1
2
3
## Not run: 
getKEGGPathGenes('hsa')
## End(Not run)

YulongNiu/KEGG_BioCyc_API documentation built on May 10, 2019, 1:13 a.m.