checkRecalibration {MALDIcellassay} | R 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)
[Package MALDIcellassay version 0.4.47 Index]