Get peak intensities for specified regions
getPeaks-methods.Rd
Integrate extracted ion chromatograms in pre-defined defined
regions. Return output similar to findPeaks
.
Value
A matrix with columns:
- i
rank of peak identified in merged EIC (<=
max
), alwaysNA
- mz
weighted (by intensity) mean of peak m/z across scans
- mzmin
m/z of minimum step
- mzmax
m/z of maximum step
- ret
retention time of peak midpoint
- retmin
leading edge of peak retention time
- retmax
trailing edge of peak retention time
- into
integrated area of original (raw) peak
- intf
integrated area of filtered peak, always
NA
- maxo
maximum intensity of original (raw) peak
- maxf
maximum intensity of filtered peak, always
NA