Learn R Programming

rtmsEcho (version 0.2.4)

processAllFullScanAreas: Fully process a Full Scan Wiff and scan File

Description

A convenient wrapper function to extract all full scan areas from a file without storing the intermediate reader and ejection data structures.

Usage

processAllFullScanAreas(wiffFile, wiffScanFile, peaks, ...)

Value

A list with two objects: ejections, a data frame listing all ejections for all samples in the WIFF file, with an additional wiffSample

column specifying which sample each ejection was extracted from; and massAreas, a data frame of the format returned by getAllFullScanAreas(), also with an additional wiffSample column

Arguments

wiffFile

A valid file path to the Sciex data file (extension .wiff) containing the metadata for one or more EchoMS runs

wiffScanFile

An file path the the Sciex scan file (extension .wiff.scan) containing the full raw EchoMS data

peaks

A named list of peak objects of class rtmsPeak, often generated by rtmsPeakList()

...

Additional arguments passed to measureEjections()