Retrieve a UniProtKB entry by accession. Alternatively, retrieve its
isoforms or interaction partners by setting isoforms = TRUE or
interaction = TRUE. These two modes are mutually exclusive.
Arguments
- accession
Character: UniProtKB primary or secondary accession.
- interaction
Logical: (default =
FALSE) Retrieve interaction partners instead of the entry itself?- isoforms
Logical: (default =
FALSE) Retrieve isoforms of your supplied UniProt entry instead of the canonical entry itself?- ...
rbioapi option(s). See
rba_options's arguments manual for more information on available options.
Value
A list containing the requested UniProtKB entry. Isoform and interaction results are lists named by accession.
Corresponding API Resources
"GET https://www.ebi.ac.uk/proteins/api/proteins/{accession}"
"GET https://www.ebi.ac.uk/proteins/api/proteins/interaction/{accession}"
"GET https://www.ebi.ac.uk/proteins/api/proteins/{accession}/isoforms"
References
The UniProt Consortium. (2025). UniProt: the Universal Protein Knowledgebase in 2025. Nucleic Acids Research, 53(D1), D609–D617. https://doi.org/10.1093/nar/gkae1010
Nightingale, A., Antunes, R., Alpi, E., Bursteinas, B., Gonzales, L., Liu, W., Luo, J., Qi, G., Turner, E., & Martin, M. (2017). The Proteins API: Accessing key integrated protein and genome information. Nucleic Acids Research, 45(W1), W539–W544. https://doi.org/10.1093/nar/gkx237
See also
Other "UniProt - Proteins":
rba_uniprot_proteins_crossref(),
rba_uniprot_proteins_search()