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