getUPKBInfo | R Documentation |
Get Proteins from UniProtKB
getUPKBInfo(up, proteins, col)
up |
The UniProt.ws Object |
proteins |
The list of UniProtKB Proteins ID to be retrieved |
col |
The list of attributes associated to the UniProtKB Entries to be retrieved |
a dataframe containing the protein entries with the selected attributes
Should be preceded by UniProt.ws() to get the UniProt.ws Object To get the list of possible columns, you can call columns(UniProt.ws())
## Not run:
up <- UniProt.ws()
getUPKBInfo(up,c("Q6ZS62","P14384"),c("protein_name","go"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.