all_uniprot_acs: All UniProt ACs for one organism

View source: R/uniprot.R

all_uniprot_acsR Documentation

All UniProt ACs for one organism

Description

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


saezlab/OmnipathR documentation built on May 3, 2024, 5:32 a.m.