peakROI {math} R Documentation

Peak finding

Description


Extract the peak ROI data from the chromatogram data

Usage

peakROI(chromatogram,
    baselineQuantile = 0.65,
    angleThreshold = 5,
    peakwidth = "8,30",
    sn.threshold = 3,
    joint = FALSE);

Arguments

chromatogram

-

baselineQuantile

[as double]

angleThreshold

[as double]

peakwidth

-

sn.threshold

[as double]

env

[as Environment]

Details

Authors

BioNovoGene

Value

this function returns data object of type ROI.

clr value class

Examples


[Package math version 1.0.0.0 Index]