getUPKBtoDB | R Documentation |
Get UniProt Proteins to DrugBank Drugs relations from UniProt
getUPKBtoDB(up, proteinList, drugList)
up |
The UniProt.ws Object |
proteinList |
The list of UniProt Ids of the proteins |
drugList |
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 connections between UniProt proteins and DrugBank drugs retrieved from UniProt
Should be preceded by UniProt.ws() to get the UniProt.ws Object
## Not run:
up=UniProt.ws()
getUPKBtoDB(up,c("P02747","P00734","P07204"),c("DB00001","DB00002"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.