Learn R Programming

ptm (version 0.2.7)

me.scan: Scan a Protein in Search of Methylation Sites

Description

Scans the indicated protein in search of methylation sites.

Usage

me.scan(up_id, db = 'all')

Value

Returns a dataframe where each row corresponds to a modifiable residue.

Arguments

up_id

a character string corresponding to the UniProt ID.

db

the database where to search. It should be one among 'PSP', 'dbPTM', 'all'.

Author

Juan Carlos Aledo

Details

If db = 'all' has been selected, it may happen that the same residue appears in several rows if it is present in different databases.

References

Hornbeck et al. Nucleic Acids Res. 2019 47:D433-D441, (PMID: 30445427).

Huang et al. Nucleic Acids Res. 2019 47:D298-D308, (PMID: 30418626).

See Also

meto.scan(), ac.scan(), p.scan(), ub.scan(), su.scan(), gl.scan(), sni.scan(), ni.scan(), ptm.scan(), reg.scan(), dis.scan()

Examples

Run this code
if (FALSE) me.scan('Q16695', db = 'PSP')

Run the code above in your browser using DataLab