getPeaks: Get peaks of the detected PICs.

View source: R/getPIC.R

getPeaksR Documentation

Get peaks of the detected PICs.

Description

Get the information peaks of the detected PICs, including m/z, retention time, snr, scale, height and peak area, etc. Note, only the information of highest peak of a PIC will be included.

Usage

getPeaks(pics)

Arguments

pics

The result object of getPIC, getPIC.kmeans, PICsplit, PICresolve or PICfit founction.

Value

scantime

The retention time of each scan.

pics

The extracted mass trace.

peaks

The detected peak of each mass trace.

peakInfo

The information of the peaks.


hcji/KPIC2 documentation built on Aug. 23, 2022, 1:42 p.m.