kegg_ddi: Find adverse drug-drug interactions in KEGG

kegg_ddiR Documentation

Find adverse drug-drug interactions in KEGG

Description

See https://www.kegg.jp/kegg/rest/keggapi.html#ddi for details.

Usage

kegg_ddi(...)

Arguments

...

Arguments passed on to kegg_query

operation

Character: one of the KEGG REST API operations.

Value

Data frame (tibble) of four columns with names "drug_a", "drug_b", "interaction" and "mechanism".

Examples

kegg_ddi(c("D00564", "D00100", "D00109"))


saezlab/OmnipathR documentation built on June 10, 2025, 6:05 a.m.