ms_iso: Obtain the isotope distribution for an amino acid sequence...

View source: R/ms_iso.R

ms_isoR Documentation

Obtain the isotope distribution for an amino acid sequence with post-translation modifications (deamitation and hydroxylation)

Description

Obtain the isotope distribution for an amino acid sequence with post-translation modifications (deamitation and hydroxylation)

Usage

ms_iso(sequence, ndeamidations = 0, nhydroxylations = 0, verbose = F)

Arguments

ndeamidations

the number of deamidations, default is zero

nhydroxylations

the number of hydroxylations, default is zero

seqeunce

the amino acid sequence

Examples

ms_iso("IGQPGAVGPAGIR")
ms_iso("IGQPGAVGPAGIR",0,1)

bioarch-sjh/bacollite documentation built on Oct. 7, 2022, 3:34 p.m.