R/16_KEGG_pathway.R
request_kegg_pathway.Rd
Request one specific pathway information in KEGG
request_kegg_pathway(pathway_id = "hsa00010")
pathway id. For example, hsa00010
x = request_kegg_pathway(pathway_id = "hsa00010")
x[1:2]
#> $ENTRY
#> Pathway
#> "hsa00010"
#>
#> $NAME
#> [1] "Glycolysis / Gluconeogenesis - Homo sapiens (human)"
#>