checkRecalibration: Check the recalibration of spectra from a MALDIassay object

View source: R/checkRecalibration.R

checkRecalibrationR Documentation

Check the recalibration of spectra from a MALDIassay object

Description

Dashed gray lines indicate the mz used for re-calibration ± the tolerance. Red dashed line indicate the mz used for re-calibration and solid lines indicate peaks. The spectrum will show the peak used for re-calibration ± 10x the tolerance.

Usage

checkRecalibration(object, idx)

Arguments

object

Object of class MALDIassay

idx

Numeric, index of spectrum to plot

Value

ggplot object

Examples

# see example for `fitCurve()` to see how this data was generated
data(Blank2022res)
checkRecalibration(Blank2022res, idx = 1:8)       

MALDIcellassay documentation built on Sept. 11, 2024, 8:29 p.m.