Description Usage Arguments Value Examples
The function takes a peak group of class peakObj as input and calculates the sum of the peak intensities of transition peaks with identical labels. For example, all the endogenous transition peaks with labels of "light" will be added up to create the "sum.0.light" peak and all the spiked-in standard transition peaks with labels of "heavy" will be added up to create the "sum.0.heavy" peak.
1 2 | CalculateTransitionSum(peak, endogenous.label = "light",
standard.label = "heavy", ...)
|
peak |
A peak group of class peakObj |
endogenous.label |
Label of the endogenous analyte: default is "light" |
standard.label |
Label of the spiked-in isotopically labeled analyte: default is "heavy" |
A peak group of class peakObj, which contains two peaks: sum of light transition peaks and sum of heavy transition peaks in the input peak group
1 2 3 | peak <- data.CSF$data$PeakGroup[[1]]
peak.sum <- CalculateTransitionSum(peak)
PlotChromPeak(peak.sum)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.