Skip to contents

Settings for filtering of features and feature groups.

Usage

MassSpecSettings_FilterFeatures_StreamFind(
  minSnRatio = 3,
  excludeIsotopes = TRUE
)

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).

Value

A ProcessingSettings S3 class object with subclass MassSpecSettings_FilterFeatures_StreamFind.