A convenient wrapper function to extract all full scan areas from a file without storing the intermediate reader and ejection data structures.
processAllFullScanAreas(wiffFile, wiffScanFile, peaks, ...)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
A valid file path to the Sciex data file (extension .wiff) containing the metadata for one or more EchoMS runs
An file path the the Sciex scan file (extension .wiff.scan) containing the full raw EchoMS data
A named list of peak objects of class rtmsPeak, often
generated by rtmsPeakList()
Additional arguments passed to measureEjections()