MassSpecMethod_FilterChromPeaks_native S7 class
Source:R/class_MassSpecMethod_FilterChromPeaks.R
MassSpecMethod_FilterChromPeaks_native.Rd
Settings for filtering chromatographic peaks.
Usage
MassSpecMethod_FilterChromPeaks_native(
minIntensity = 0,
retentionTimeRange = c(NA_real_, NA_real_)
)
Arguments
- minIntensity
Numeric (length 1) with the minimum intensity to keep a chromatographic peak.
- retentionTimeRange
Numeric (length 2) with the retention time range to keep chromatographic peaks. The first element is the minimum retention time and the second element is the maximum retention time, in seconds.