by
lmh » Mon Jan 07, 2013 5:21 pm
The xcms package for R, available from the Scripps institute, includes objects that integrate chromatograms and return the start and stop points of the peaks, together with their integrated area. However, it expects to work on full-scan MS data, also telling you the mass of each peak it finds. If you want to try this, install xcms and look for FindPeaks.
If you're working with pure chromatographic data with no mass direction, xcms won't help you, unless you want to look at the inner workings to see some peak-finding algorithms (it has various approaches).
If you're only interested in known peaks at known retention times, and you're trying to produce your own integrator, then xcms would be an inefficient thing to use (but if you're doing that, I'd really, really strongly recommend getting hold of a proper chromatography analysis system, either that supplied by the manufacturer, or ask here nicely and someone will advise on a free general-purpose system whose name I can't remember...).