esiprot: ESIprot: an universal tool for charge state determination and...

Description Usage Arguments Author(s) References Examples

Description

ESIprot: an universal tool for charge state determination and molecular weight calculation of proteins from electrospray ionization mass spectrometry data calculate.

Usage

1
2
## S4 method for signature 'numeric'
esiprot(x, zrange = c(1, 100), hydrogen = 1.00794)

Arguments

x

double consecutive peaks

zrange

double, charge state range c(min charge, max charge)

hydrogen

double, hydrogen mass

Author(s)

Original python implementation by Robert Winkler.

R implementation by Sebastian Gibb mail@sebastiangibb.de

References

R. Winkler. 2010. ESIprot: a universal tool for charge state determination and molecular weight calculation of proteins from electrospray ionization mass spectrometry data. Rapid Communications in Mass Spectrometry 24(3): 285-294

Examples

1
2
3
4
5
6
7
8
9
library("rmsi")

cytochromc <- c(651.6, 687.7, 728.1, 773.5, 825.0, 883.9, 951.7,
                1030.9, 1124.5)
esiprot(cytochromc)

p <- createMassPeaks(mass=cytochromc, intensity=rep(1, length(cytochromc)))

esiprot(p)

SandraSy/bitbucket.org-sgibb-rmsi documentation built on Nov. 23, 2019, 12:03 a.m.