Detect infusion scans for a set of FIE-MS infusion profiles.
Arguments
- files
character vector of file paths to use
- thresh
detection threshold as a proportion of the peak of the infusion profile
Examples
file_paths <- system.file('example-data/1.mzML.gz',package = 'binneR')
detectInfusionScans(file_paths)
#> [1] 5 6 7 8 9 10 11 12 13