getDBtoUPKB | R Documentation |
Get DrugBank Drugs to UniProt Proteins Relations from DrugBank
getDBtoUPKB(data, drugList, proteinList)
data |
The dataframe containing the parsed information of DrugBank. This argument can be obtained using the function loadDBXML(DrugBankFile) |
drugList |
The list of DrugBank Ids of the drugs. This argument can be either a string (one drug) or a list of strings (multiple drugs) |
proteinList |
The list of UniProt Ids of the proteins |
A dataframe containing the connections between DrugBank drugs and UniProt proteins retrieved from DrugBank
## Not run:
data=readDBXML(DBXMLFilePath)
getDBtoUPKB(data,c("DB00001","DB00002","DB00006"),c("P02747","P00734","P07204","P05164"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.