Perform a KEGG REST API request
Arguments
- operation
Character: one of the KEGG REST API operations.
- ...
Arguments for the API operation, as defined in the templates available by
kegg_api_templates
and in the page https://www.kegg.jp/kegg/rest/keggapi.html.
Examples
kegg_request("conv", "compound", "pubchem")
#> # A tibble: 19,331 × 2
#> id_a id_b
#> <chr> <chr>
#> 1 pubchem:3303 cpd:C00001
#> 2 pubchem:3304 cpd:C00002
#> 3 pubchem:3305 cpd:C00003
#> 4 pubchem:3306 cpd:C00004
#> 5 pubchem:3307 cpd:C00005
#> 6 pubchem:3308 cpd:C00006
#> 7 pubchem:3309 cpd:C00007
#> 8 pubchem:3310 cpd:C00008
#> 9 pubchem:3311 cpd:C00009
#> 10 pubchem:3312 cpd:C00010
#> # ℹ 19,321 more rows