powered by
Extract all total ion chromatograms from a Wiff file
getAllTIC(wiff)
A list of total ion chromatograms of the format extracted by getTIC(), one for each run in the given .wiff file
getTIC()
A wiff reader object of class rtmsWiffReader
rtmsWiffReader
wiff <- exampleWiff tics <- getAllTIC(wiff) tic <- tics[[1]]
Run the code above in your browser using DataLab