detectInfusionScans: Detect infusion profile scan range

View source: R/detect.R

detectInfusionScansR Documentation

Detect infusion profile scan range

Description

Detect infusion scans for a set of FIE-MS infusion profiles.

Usage

detectInfusionScans(files, thresh = 0.5)

Arguments

files

character vector of file paths to use

thresh

detection threshold as a proportion of the peak of the infusion profile

Value

Numeric vector of detected infusion scans.

See Also

detectParameters

Examples

file_paths <- system.file('example-data/1.mzML.gz',package = 'binneR')

detectInfusionScans(file_paths)

jasenfinch/binneR documentation built on Aug. 21, 2023, 9:22 a.m.