View source: R/noisy_spectra.R
get_deuteration_curve_single_spectrum | R Documentation |
This funtion calculates deuterium uptake from spectra.
get_deuteration_curve_single_spectrum(spectrum)
spectrum |
data.table with a spectrum being an element of list created
by |
The centroid mass value from spectrum is calculated as a weighted mean from peaks based on the formulas
M = charge * (Mz - p_m)
and
m = 1/N ∑_{k = 1}^{N} I_k M_k.
data.table containing one deuterium uptake curve.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.