gl.scan: Scan a Protein in Search of OGlcNAc Sites

View source: R/ptmScan.R

gl.scanR Documentation

Scan a Protein in Search of OGlcNAc Sites

Description

Scans the indicated protein in search of glycosylation sites.

Usage

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

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'.

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.

Value

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

Author(s)

Juan Carlos Aledo

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(), me.scan(), ub.scan(), su.scan(), p.scan(), sni.scan(), ni.scan(), ptm.scan(), reg.scan(), dis.scan()

Examples

## Not run: gl.scan('P08670', db = 'PSP')

ptm documentation built on Aug. 7, 2022, 5:05 p.m.

Related to gl.scan in ptm...