dis.scan: Scan a Protein in Search of Disease-Related PTM Sites

View source: R/ptmScan.R

dis.scanR Documentation

Scan a Protein in Search of Disease-Related PTM Sites

Description

Scans the indicated protein in search of disease-related PTM sites.

Usage

dis.scan(up_id)

Arguments

up_id

a character string corresponding to the UniProt ID.

Value

Returns a dataframe where each row corresponds to a residue, and the columns inform about the disease-related modifications.

Author(s)

Juan Carlos Aledo

References

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

See Also

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

Examples

## Not run: dis.scan('P31749')

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

Related to dis.scan in ptm...