View source: R/deprecated_functions.R
rba_uniprot_ptm | R Documentation |
This function is Deprecated. Please use
rba_uniprot_proteomics_ptm
instead.
UniProt maps post-translational modification features from different sources
to the proteins' sequences. Using this function, you can retrieve all
the post-translational modification features that has been map to a given
UniProt protein's sequence.
rba_uniprot_ptm(accession, ...)
accession |
|
... |
rbioapi option(s). See |
see also: PTM / Processing section in UniProtKB
A list containing the post-translational modification features of your supplied UniProt protein's sequence.
"GET https://www.ebi.ac.uk/proteins/api/proteomics-ptm/{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()
,
rba_uniprot_proteomics_search()
,
rba_uniprot_ptm_search()
## Not run:
#Deprecated
rba_uniprot_ptm(accession = "P04234")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.