Learn R Programming

rtmsEcho (version 0.2.4)

getAllTIC: Extract all total ion chromatograms from a Wiff file

Description

Extract all total ion chromatograms from a Wiff file

Usage

getAllTIC(wiff)

Value

A list of total ion chromatograms of the format extracted by getTIC(), one for each run in the given .wiff file

Arguments

wiff

A wiff reader object of class rtmsWiffReader

Examples

Run this code
wiff <- exampleWiff

tics <- getAllTIC(wiff)
tic <- tics[[1]]

Run the code above in your browser using DataLab