Skip to contents

Settings for calculating quality parameters of features (e.g., signal-to-noise (sn) ratio).

Usage

MassSpecSettings_CalculateQuality_StreamFind(
  rtExpand = 120,
  mzExpand = 3e-04,
  minTraces = 6,
  filtered = FALSE
)

Arguments

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.

minTraces

Numeric of length 1 with the minimum number traces for calculating feature quality.

filtered

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

Value

A ProcessingSettings S3 class object with subclass MassSpecSettings_CalculateQuality_StreamFind.