detectInfusionScans: detectInfusionScans

Description Usage Arguments Examples

Description

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

Usage

1
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

1
2
3
if (requireNamespace("metaboData", quietly = TRUE)) {
   detectInfusionScans(metaboData::filePaths('FIE-HRMS','BdistachyonEcotypes')[1])
}

binneR documentation built on May 1, 2019, 6:34 p.m.