View source: R/calculatePeakstatistics.R
calculatePeakStatistics | R Documentation |
Calculate peak statistics
calculatePeakStatistics(curveFits, singlePeaks, spec)
curveFits |
list of curve fits as returned by |
singlePeaks |
list of MALDIquant::MassPeaks. |
spec |
list of MALDIquant::MassSpectrum. |
A tibble with peak statistics.
data(Blank2022intmat)
fits <- calculateCurveFit(Blank2022intmat, idx = 1:5)
peakstats <- calculatePeakStatistics(curveFits = fits,
singlePeaks = Blank2022peaks,
spec = Blank2022spec)
head(peakstats)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.