See https://www.kegg.jp/kegg/rest/keggapi.html#list for details.
Arguments
- ...
Arguments passed on to
kegg_query
operation
Character: one of the KEGG REST API operations.
Value
Data frame (tibble) of two columns with names "id" and "name"; except if the <database> argument is "organism", which results a four columns data frame.
Examples
kegg_list("pathway")
#> # A tibble: 578 × 2
#> id name
#> <chr> <chr>
#> 1 map01100 Metabolic pathways
#> 2 map01110 Biosynthesis of secondary metabolites
#> 3 map01120 Microbial metabolism in diverse environments
#> 4 map01200 Carbon metabolism
#> 5 map01210 2-Oxocarboxylic acid metabolism
#> 6 map01212 Fatty acid metabolism
#> 7 map01230 Biosynthesis of amino acids
#> 8 map01232 Nucleotide metabolism
#> 9 map01250 Biosynthesis of nucleotide sugars
#> 10 map01240 Biosynthesis of cofactors
#> # ℹ 568 more rows