deisotope: Deisotope a Mass Spectrum

Description Usage Arguments Author(s) References See Also Examples

View source: R/deisotoper.R

Description

Deisotope a Mass Spectrum

Usage

1
deisotope(deisotoper, massspectrum, algorithm = "features-based")

Arguments

deisotoper

a deisotoper object.

massspectrum

a list of numeric vectors mZ and intensity where mZ is ordered and mZ and intensity have the same length.

algorithm

the supported deisotope algorithms, default is method="features-based".

Author(s)

Lucas Schmidt, Christian Panse, Witold E. Wolski

References

See Also

deisotoper

Examples

1
2
3
4
5
x <- list(mZ = c(1, 2, 2.5, 3), intensity = rep(1, 4), pepmass=600, charge=2)

xd <- deisotope(dtoper <- deisotoper(), x)
plot.deisotoper(x, xd)
summary(dtoper)

deisotoper documentation built on May 1, 2019, 8:41 p.m.