Skip to contents

UniProt maps post-translational modification proteomics data from different sources to the proteins' sequences. Using this function, you can retrieve all the HPP (Human Proteome Project) proteomics features that has been map to a given UniProt protein's sequence.

Usage

rba_uniprot_proteomics_hpp(accession, ...)

Arguments

accession

UniProtKB primary or secondary accession.

...

rbioapi option(s). See rba_options's arguments manual for more information on available options.

Value

A list containing the proteomics data features of your supplied UniProt protein's sequence.

Details

UniProt categorizes proteomics data sources into three main data categories: PTM (Post-Translational Modification), non-PTM, and HPP (Human Proteome Project); each with corresponding API endpoints, and thus, rbioapi functions.

Corresponding API Resources

"GET https://www.ebi.ac.uk/proteins/api/proteomics/nonPtm/accession"

References

  • 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

  • Proteins API Documentation

  • Citations note on UniProt website

Examples

# \donttest{
  rba_uniprot_proteomics_hpp(accession = "P04234")
# }