Skip to contents

Clusters spectra based on a variable (i.e. column name).

Usage

MassSpecSettings_ClusterSpectra_StreamFind(
  val = "mz",
  clustVal = 0.001,
  presence = 0.1
)

Arguments

val

Character (length 1) with the variable to be used for clustering.

clustVal

Numeric (length 1) with the clustering value.

presence

Numeric (length 1) with the minimum presence of traces in a cluster to be considered.

Value

A ProcessingSettings S3 class object with subclass MassSpecSettings_ClusterSpectra_StreamFind.