View source: R/deprecated_functions.R
rba_uniprot_proteomics | R Documentation |
This function is Deprecated. Please use
rba_uniprot_proteomics_non_ptm
instead.
UniProt maps proteomics peptides from different sources to the proteins'
sequences. Using this function, you can retrieve all the proteomics
peptides features that has been map to a given UniProt protein's sequence.
rba_uniprot_proteomics(accession, ...)
accession |
|
... |
rbioapi option(s). See |
A list containing the proteomics peptides features of your supplied UniProt protein's sequence.
"GET https://www.ebi.ac.uk/proteins/api/proteomics/{accession}"
The UniProt Consortium, UniProt: the universal protein knowledgebase in 2021, Nucleic Acids Research, Volume 49, Issue D1, 8 January 2021, Pages D480–D489, https://doi.org/10.1093/nar/gkaa1100
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 "Deprecated functions":
rba_uniprot_proteomics_search()
,
rba_uniprot_ptm()
,
rba_uniprot_ptm_search()
## Not run:
#Deprecated
rba_uniprot_proteomics(accession = "P25942")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.