getUPKBInteractions | R Documentation |
Get the interactions of given proteins from UniProt
getUPKBInteractions(up, proteins)
up |
The UniProt.ws Object |
proteins |
The list of proteins of which the interactions should be retrieved |
A dataframe containing the interactions between the given proteins
Should be preceded by UniProt.ws() to get the UniProt.ws Object
## Not run:
up=UniProt.ws()
interactions=getUPKBInteractions(up,c("P02747","P07204","P00734"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.