Skip to contents

Settings for finding internal standards using a data.frame.

Usage

MassSpecSettings_FindInternalStandards_StreamFind(
  database = NULL,
  ppm = 5,
  sec = 10
)

Arguments

database

A data.frame with at least the columns name, mass, and rt indicating the name, neutral monoisotopic mass and retention time of the internal standards, respectively.

ppm

Numeric of length one with the mass deviation, in ppm.

sec

Numeric of length one with the time deviation, in seconds.

Value

A ProcessingSettings S3 class object with subclass MassSpecSettings_FindInternalStandards_StreamFind.