View source: R/uniprot_proteins.R
rba_uniprot_proteins_crossref | R Documentation |
UniProt Cross-Reference links protein Entities with cross-reference (external) databases. Using this function, you can retrieve a UniProt entity using external database name and protein ID in that database.
rba_uniprot_proteins_crossref(
db_id,
db_name,
reviewed = NULL,
isoform = NULL,
...
)
db_id |
The protein ID in the cross-reference (external) database. |
db_name |
cross-reference (external database) name. |
reviewed |
Logical: (Optional) If TRUE, only returns "UniProtKB/Swiss-Prot" (reviewed) entries; If FALSE, only returns TrEMBL (un-reviewed) entries. |
isoform |
Numeric: (Optional) you have two options:
see: Alternative products |
... |
rbioapi option(s). See |
List which each element is a UniProt entity that correspond to your supplied cross-reference database name and ID.
"GET https://www.ebi.ac.uk/proteins/api/proteins/{dbtype}:{dbid}"
The UniProt Consortium , UniProt: the Universal Protein Knowledgebase in 2025, Nucleic Acids Research, 2024;, gkae1010, https://doi.org/10.1093/nar/gkae1010
Andrew Nightingale, Ricardo Antunes, Emanuele Alpi, Borisas Bursteinas, Leonardo Gonzales, Wudong Liu, Jie Luo, Guoying Qi, Edd Turner, Maria Martin, The Proteins API: accessing key integrated protein and genome information, Nucleic Acids Research, Volume 45, Issue W1, 3 July 2017, Pages W539–W544, https://doi.org/10.1093/nar/gkx237
Other "UniProt - Proteins":
rba_uniprot_proteins()
,
rba_uniprot_proteins_search()
rba_uniprot_proteins_crossref("cd40", "hgnc")
rba_uniprot_proteins_crossref("cd40", "hgnc", reviewed = TRUE)
rba_uniprot_proteins_crossref("mica", "hgnc", isoform = 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.