Description Usage Arguments Value Examples
fetch known subcellular location from UniprotKB based on uniprot ids
1 | ask_uniprot(uniprotID_list)
|
uniprotID_list |
a list of uniprot IDs |
a list of locations
1 2 3 4 5 | id_list <- c('P39864', 'D0N4E2', 'Q5BUB4', 'D0N381', 'B1NNT7', 'D0NP26')
res <- ask_uniprot(id_list)
#try submitting a list containing some non-existing UniprotIDs:
bad_list <- c('P39864', 'D0N4E2', 'Q5BUB4', 'D0N381', 'B1NNT7', 'D0NP2688', 'D0N4E2222')
res2 <- ask_uniprot(bad_list)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.