Skip to contents

Settings for filtering of features and feature groups.

Usage

MassSpecSettings_FilterFeatures_StreamFind(
  minSnRatio = NA_real_,
  excludeIsotopes = FALSE,
  excludeAdducts = FALSE,
  minIntensity = NA_real_,
  onlyWithMS2 = FALSE
)

Arguments

minSnRatio

Numeric (length 1) with the minimum signal-to-noise ratio.

excludeIsotopes

Logical (length 1) with TRUE for filtering annotated isotopes (only prevails the monoisotopic features).

excludeAdducts

Logical (length 1) with TRUE for filtering annotated adducts.

minIntensity

Numeric (length 1) with the minimum intensity threshold.

onlyWithMS2

Logical (length 1) with TRUE for filtering features without MS2 spectra.

Value

A MassSpecSettings_FilterFeatures_StreamFind object.