getUPKBInfo | R Documentation |
Get Proteins from UniProtKB
getUPKBInfo(proteins, col)
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
To get the list of possible columns, call queryup::returnfields and check the field column"
## Not run:
getUPKBInfo(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.