getPeakStatistics: Extract peak statistics

View source: R/getters.R

getPeakStatisticsR Documentation

Extract peak statistics

Description

Extract peak statistics

Usage

getPeakStatistics(object, summarise = FALSE)

Arguments

object

Object of class MALDIassay

summarise

Logical, return summarized results (one result per mz and not per mz and spectra)

Value

A tibble with peak statistics (R², fold-change, CV%, etc.)

Examples

# see example for `fitCurve()` to see how this data was generated
data(Blank2022res)
head(getPeakStatistics(Blank2022res, summarise = TRUE))

CeMOS-Mannheim/MALDIcellassay documentation built on Jan. 24, 2025, 11:17 p.m.