getPeakStatistics | R Documentation |
Extract peak statistics
getPeakStatistics(object, summarise = FALSE)
object |
Object of class MALDIassay |
summarise |
Logical, return summarized results (one result per mz and not per mz and spectra) |
A tibble with peak statistics (R², fold-change, CV%, etc.)
# see example for `fitCurve()` to see how this data was generated
data(Blank2022res)
head(getPeakStatistics(Blank2022res, summarise = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.