Description Usage Arguments Value Examples
The function takes a peak group of class peakObj as input and calculates the symmetry score for the transition peaks in the peak group. The symmetry score is defined as the Pearson correlation coefficient between the left and right halves of the peak intensity vector divided at the timepoint in the middle. For high quality peaks, the symmetry score is expected to be close to 1.
1 | CalculatePeakSymmetry(peak, ...)
|
peak |
A peak group of class peakObj |
A list with the following objects: r.symmetry: A numeric vector of symmetry scores for each transition in the peak group. peak.symmetry: Mean of the r.symmetry vector. This score represents the overall symmetry of all the transitions in the peak group.
1 2 | peak <- data.CSF$data$PeakGroup[[1]]
peak.group.symmetry <- CalculatePeakSymmetry(peak)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.