chromatographicPeakDetector: peak detection

View source: R/chromatographicPeakDetector.R

chromatographicPeakDetectorR Documentation

peak detection

Description

This function detects separated chromatographic peaks on the chromatogram.

Usage

chromatographicPeakDetector(int)

Arguments

int

a vector of intensities of the chromatogram.

Value

A matrix of 2 columns. Each row indicates peak boundary indices on the 'int' vector.

Examples

data(chromatogramMatrix)
int <- chromatogramMatrix$smoothChromatogram
chromatographicPeakDetector(int)

IDSL.IPA documentation built on June 7, 2023, 6:01 p.m.