Skip to contents

Settings for loading spectra EIC for feature groups.

Usage

MassSpecSettings_LoadFeaturesEIC_StreamFind(
  filtered = FALSE,
  rtExpand = 120,
  mzExpand = 0,
  minIntensity = 0
)

Arguments

filtered

Logical (length 1). When TRUE, filtered features/groups are considered.

rtExpand

Numeric (length 1) with the retention time values (in seconds) for expanding left and right the retention time range.

mzExpand

Numeric (length 1) with the mass or mass-to-charge ratio (m/z) (in Da) for expanding left and right the mass range.

minIntensity

Numeric of length one with the minimum intensity of traces to extract for EIC.

Value

A MassSpecSettings_LoadFeaturesEIC_StreamFind object.