Learn R Programming

MALDIcellassay (version 0.4.47)

checkRecalibration: 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)

Value

ggplot object

Arguments

object

Object of class MALDIassay

idx

Numeric, index of spectrum to plot

Examples

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

Run the code above in your browser using DataLab