Description Usage Arguments Value Examples
Computes total ion chromatogram (TIC) for a single sample. Intensities
are on the log2 scale. This requires a CMSraw
object, typically
produced from readMSdata
.
1 |
object |
An object of class |
sample |
An integer - for which sample should the TIC be computed?. |
A vector with length equal to the number of scans containing the log2 sum of intensities at each scan.
1 2 | data(cmsRawExample)
tic <- getTIC(cmsRawExample, sample = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.