Skip to contents

All UniProt ACs for one organism

Usage

all_uniprot_acs(organism = 9606, reviewed = TRUE)

Arguments

organism

Character or integer: name or identifier of the organism.

reviewed

Retrieve only reviewed (`TRUE`), only unreviewed (`FALSE`) or both (`NULL`).

Value

Character vector of UniProt accession numbers.

Examples

human_swissprot_acs <- all_uniprot_acs()
human_swissprot_acs[1:5]
#> [1] "A0A087X1C5" "A0A0B4J2F0" "A0A0B4J2F2" "A0A0C5B5G6" "A0A0K2S4Q6"
# [1] "P51451" "A6H8Y1" "O60885" "Q9Y3X0" "P22223"
length(human_swissprot_acs)
#> [1] 20426
# [1] 20376
mouse_swissprot_acs <- all_uniprot_acs("mouse")