Get UniProt Entry by UniProt Cross-Reference Database and ID
Source:R/uniprot_proteins.R
rba_uniprot_proteins_crossref.RdUniProt cross-references connect protein entries with identifiers in external databases. Retrieve UniProtKB entries associated with an identifier from one of these databases.
Arguments
- db_id
Character: Protein identifier in the cross-reference database.
- db_name
Character: Cross-reference database name.
- reviewed
Logical: (optional) If
TRUE, return only reviewed Swiss-Prot entries. IfFALSE, return only unreviewed TrEMBL entries.- isoform
Numeric: (optional) One of:
0: Exclude isoforms.
1: Return isoforms only.
See alternative products.
- ...
rbioapi option(s). See
rba_options's arguments manual for more information on available options.
Value
A list named by UniProt accession. Each element is a UniProtKB entry corresponding to the supplied cross-reference identifier.
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(),
rba_uniprot_proteins_search()