View source: R/peak_detection.R
initializeFit | R Documentation |
initialization for apply fit function in the spectrum
initializeFit(
i,
sp.i.fit,
sp.i,
mz.i,
calibCoef,
resmean,
minpeakheight,
noiseacf,
ppmPeakMinSep,
daSeparation,
d,
plotAll,
c
)
i |
the nominal mass |
sp.i.fit |
the vector who will be fetted (spectrum pf residual) |
sp.i |
the spectrum around a nominal mass |
mz.i |
the mass vector around a nominal mass |
calibCoef |
calibration coeficient |
resmean |
resolution m/delta(m) mean |
minpeakheight |
the minimum peak intensity |
noiseacf |
aytocorelation of the noise |
ppmPeakMinSep |
the minimum distance between two peeks in ppm |
daSeparation |
the minimum distance between two peeks in da |
d |
the degree of savitzky golay filter |
plotAll |
bollean if TRUE, it plot all the initialiation step |
c |
the number of current itteration |
a list with fit input
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.