detectParameters: Detect suitable spectral binning parameters

View source: R/detect.R

detectParametersR Documentation

Detect suitable spectral binning parameters

Description

Detect binning parameters from a given list of file paths.

Usage

detectParameters(files)

Arguments

files

character vector of file paths

Value

S4 object of class BinParameters

See Also

BinParameters-class, binParameters

Examples

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

aberHRML/binneR documentation built on Aug. 25, 2023, 1:33 p.m.