View source: R/uniprot_proteins.R
rba_uniprot_features | R Documentation |
Use this function to retrieve sequence annotations (features) of a protein by it's UniProt accession.
rba_uniprot_features(
accession,
types = NULL,
categories = NULL,
location = NULL,
...
)
accession |
|
types |
Sequence annotation (Features) types. accepted values are: "INIT_MET", "SIGNAL", "PROPEP", "TRANSIT", "CHAIN", "PEPTIDE", "TOPO_DOM", "TRANSMEM", "DOMAIN", "REPEAT", "CA_BIND", "ZN_FING", "DNA_BIND", "NP_BIND", "REGION", "COILED", "MOTIF", "COMPBIAS", "ACT_SITE", "METAL", "BINDING", "SITE", "NON_STD", "MOD_RES", "LIPID", "CARBOHYD", "DISULFID", "CROSSLNK", "VAR_SEQ", "VARIANT", "MUTAGEN", "UNSURE", "CONFLICT", "NON_CONS", "NON_TER", "HELIX", "TURN", "STRAND" and/or "INTRAMEM". You can supply up to 20 types. |
categories |
Sequence annotation (Features) categories (subsection). accepted values are: "MOLECULE_PROCESSING", "TOPOLOGY", "SEQUENCE_INFORMATION", "STRUCTURAL", "DOMAINS_AND_SITES", "PTM", "VARIANTS" and/or "MUTAGENESIS". You can supply up to 8 categories. |
location |
(character) Filter the features by the amino acid position in the sequence(s). Provide the range as a character string with the format "begin-end", e.g. "35-70" |
... |
rbioapi option(s). See |
A list in which you can find all of your given protein's sequence annotations in a sub-list named "features".
"GET https://www.ebi.ac.uk/proteins/api/features/{accession}"
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 - Features":
rba_uniprot_features_search()
rba_uniprot_features("Q99616")
rba_uniprot_features(accession = "Q99616", types = "DISULFID")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.