listKEGGOrganism: List available organisms of KEGG website. 'listKEGGOrganism'...

Usage Arguments Details Value See Also Examples

Usage

1

Arguments

origin

bool, if TRUE, return the file fetched from KEGG website. If FALSE, the file contents will be reordered.

Details

listKEGGOrganism using API of KEGG website ("http://rest.kegg.jp/list/organism") to fetch the lists of organisms. The three-character KEGG organism code is used as the start 3 characters of KEGG pathway ID.

Value

the returned result will be a data.frame, containing the information of organisms in KEGG website. The data.frame has organisms' ID, organisms' three characters code, and organisms' scientific and English names.

See Also

listKEGGPathway

Examples

1
2
3
organism <- listKEGGOrganism()

organism

wolfsonliu/enrich documentation built on May 4, 2019, 9:47 a.m.