Request one specific pathway information in KEGG

request_kegg_pathway(pathway_id = "hsa00010")

Arguments

pathway_id

pathway id. For example, hsa00010

Author

Xiaotao Shen shenxt1990@outlook.com

Examples

x = request_kegg_pathway(pathway_id = "hsa00010")
x[1:2]
#> $ENTRY
#>    Pathway 
#> "hsa00010" 
#> 
#> $NAME
#> [1] "Glycolysis / Gluconeogenesis - Homo sapiens (human)"
#>