View source: R/chromatographicPeakDetector.R
chromatographicPeakDetector | R Documentation |
This function detects separated chromatographic peaks on the chromatogram.
chromatographicPeakDetector(int)
int |
a vector of intensities of the chromatogram. |
A matrix of 2 columns. Each row indicates peak boundary indices on the 'int' vector.
data(chromatogramMatrix)
int <- chromatogramMatrix$smoothChromatogram
chromatographicPeakDetector(int)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.