powered by
detect infusion scans for a set of FIE-MS infusion profiles.
detectInfusionScans(files, sranges = list(c(70, 1000)), thresh = 0.5)
character vector of file paths to use
A list of vectors containing the scan events present.
detection threshold as a proportion of preak of the infusion profile
# NOT RUN { if (requireNamespace("metaboData", quietly = TRUE)) { detectInfusionScans(metaboData::filePaths('FIE-HRMS','BdistachyonEcotypes')[1]) } # }
Run the code above in your browser using DataLab