peakDiagnosis: peakDiagnosis Returns potential problematic peaks: when one...

View source: R/peakDiagnostic.r

peakDiagnosisR Documentation

peakDiagnosis Returns potential problematic peaks: when one single peak is exepected, the number of candidate is displayed. When no peak is detected, no peak is displayed.

Description

peakDiagnosis Returns potential problematic peaks: when one single peak is exepected, the number of candidate is displayed. When no peak is detected, no peak is displayed.

Usage

peakDiagnosis(df, minimalIntensity = 0, relativeThreshold = 50, nPoints = 101)

Arguments

df

data frame whose colnames are time and intensity

minimalIntensity

minimal intensity required to be a peak of interest

relativeThreshold

percentage of relative intensity of the maximal peak to be reached.

nPoints

number of points required in the smoothing @export


ChemoSens/PTRMSR documentation built on June 15, 2025, 10:40 a.m.