peptr_ptm: A class for post-translational modifications that occurs on...

Description Usage Arguments Examples

View source: R/ptm-class.R

Description

A class for post-translational modifications that occurs on one residue

Usage

1

Arguments

position

An integer vector of the modified residues positions

name

A string to identify the PTM (e.g. Phosphorylation, Default: NA)

Examples

1
2
peptr_ptm(c(10L, 22L, 58L, 125L), "phosphorylation")
peptr_ptm(c(58L, 132L, 24L), "O-glycosylation")

jeanmanguy/peptr documentation built on Feb. 3, 2020, 12:04 a.m.