getDBDrugInteractions | R Documentation |
Get DrugBank Drug to Drug Interactions
getDBDrugInteractions(data, drug)
data |
The dataframe containing the parsed information of DrugBank. This argument can be obtained using the function loadDBXML(DrugBankFile) |
drug |
The ID of the DrugBank drug entry starting with "DB". This argument can be either a string (one drug) or a list of strings (multiple drugs). |
A dataframe containing the DrugBank interactions in which the given drug is involved
## Not run:
data=loadDBXML(DBXMLFilePath)
getDBDrugInteractions(data,"DB06605")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.