viewKEGGPathwayInfo: view pathway information of KEGG website....

Usage Arguments Details Value See Also Examples

View source: R/viewKEGGPathwayInfo.r

Usage

1
viewKEGGPathwayInfo(pathway.id)

Arguments

pathway.id

character, KEGG pathway ID, namely with three characters and several numbers, such as map01100.

Details

viewKEEGGPathwayInfo will return the information about a certain pathway fetched from KEGG website. The result is a list contains the information of one or more pathways. The function just fetchs the information of pathway from KEGG website, using KEGG website API ("http://rest.kegg.jp/get/map01100").

Value

list of KEGG pathways information. If the pathway.id only have one pathway ID, the result is a list contain the information of that pathway. If the pathway.id contains many pathway, the result is a list contains many pathway information lists.

See Also

listKEGGPathway listKEGGOrganism

Examples

1
2
3
map01100 <- viewKEGGPathwayInfo("map01100")

map01100

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