View source: R/peak_detection.R
determinePeakShape | R Documentation |
This function use the method descibe by average and al 2013, for determine a
peak shape from the raw data :
$peak_i(Delta_i,A_i,t_i) = interpolation(x= tof.ref * Delta_i + t_i,y = A_i *
peak.ref, xout= TOF_i )$ where peak.ref and tof.ref are peaks reference use
for mass calibration.
determinePeakShape(raw, plotShape = FALSE)
raw |
a |
plotShape |
if true plot each reference peak and the average peak (the peak shape) |
A list of two vectors which are the reference peak normalized tof and intensity.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.