CalibrationWindow: CalibrationWindow.

Description Usage Arguments Value

View source: R/mass_calibration.R

Description

CalibrationWindow.

Usage

1
2
3
4
5
6
7
8
CalibrationWindow(
  mass,
  intensity,
  peak_win_size = 20,
  win_title = "",
  CalibrationSpan = 0.75,
  NotPerformCalibration = F
)

Arguments

mass

The mass vector of spectrum to calibrate.

intensity

The intensity vector of spectrum to calibrate.

CalibrationSpan

the span of the loess method for calibration.

NotPerformCalibration

a boolean to disbale calibration. The list of target masses will be returned instead.

Value

a the calibrated mass axis.


prafols/rMSIproc documentation built on Dec. 12, 2021, 7:31 p.m.