Description Usage Arguments Value Examples
The function takes a peak group of class peakObj as input and returns a numeric vector of maximum intensity at peak boundary for individual transition peaks in the peak group.
1 | CalculateMaxBoundaryIntensity(peak, ...)
|
peak |
A peak group of class peakObj |
A numeric vector of maximum intensity at peak boundary for individual transition peaks in the peak group
1 2 | peak <- data.CSF$data$PeakGroup[[1]]
transition.max.at.boundary.intensities <- CalculateMaxBoundaryIntensity(peak)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.