powered by
Deisotope a Mass Spectrum
deisotope(deisotoper, massspectrum, algorithm = "features-based")
a deisotoper object.
deisotoper
a list of numeric vectors mZ and intensity where mZ is ordered and mZ and intensity have the same length.
mZ
intensity
the supported deisotope algorithms, default is method="features-based".
method="features-based"
Features-Based Deisotoping Method for Tandem Mass Spectra, http://dx.doi.org/10.1155/2011/210805.
# NOT RUN { 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) # }
Run the code above in your browser using DataLab