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] "Q96JT2" "Q9UP95" "Q08357" "O94855" "Q8N2U9"
# [1] "P51451" "A6H8Y1" "O60885" "Q9Y3X0" "P22223"
length(human_swissprot_acs)
#> [1] 20404
# [1] 20376
mouse_swissprot_acs <- all_uniprot_acs("mouse")