all_uniprot_acs | R Documentation |
All UniProt ACs for one organism
all_uniprot_acs(organism = 9606, reviewed = TRUE)
organism |
Character or integer: name or identifier of the organism. |
reviewed |
Retrieve only reviewed ('TRUE'), only unreviewed ('FALSE') or both ('NULL'). |
Character vector of UniProt accession numbers.
human_swissprot_acs <- all_uniprot_acs()
human_swissprot_acs[1:5]
# [1] "P51451" "A6H8Y1" "O60885" "Q9Y3X0" "P22223"
length(human_swissprot_acs)
# [1] 20376
mouse_swissprot_acs <- all_uniprot_acs("mouse")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.