Learn R Programming

binneR (version 2.0.11)

detectInfusionScans: detectInfusionScans

Description

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

Usage

detectInfusionScans(files, sranges = list(c(70, 1000)), thresh = 0.5)

Arguments

files

character vector of file paths to use

sranges

A list of vectors containing the scan events present.

thresh

detection threshold as a proportion of preak of the infusion profile

Examples

Run this code
# NOT RUN {
if (requireNamespace("metaboData", quietly = TRUE)) {
   detectInfusionScans(metaboData::filePaths('FIE-HRMS','BdistachyonEcotypes')[1])
}
# }

Run the code above in your browser using DataLab