rba_uniprot_ptm {rbioapi}R Documentation

Get Post-Translational Modification of UniProt Protein

Description

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.

Usage

rba_uniprot_ptm(accession, ...)

Arguments

accession

UniProtKB primary or secondary accession.

...

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

Details

see also: PTM / Processing section in UniProtKB

Value

A list containing the post-translational modification features of your supplied UniProt protein's sequence.

Corresponding API Resources

"GET https://www.ebi.ac.uk/proteins/api/proteomics-ptm/{accession}"

References

See Also

Other "UniProt - PTM": rba_uniprot_ptm_search()

Examples


rba_uniprot_ptm(accession = "P04234")



[Package rbioapi version 0.8.1 Index]