View source: R/app_functions.R
mass_bias | R Documentation |
mass_bias
will calculate a correction factor K to
scale isotopic ratios and thereby account for machine variance.
mass_bias(
mi_amu = 0,
si_amu = 0,
method = c("Linear", "Russel", "Exponential"),
f_value = 0
)
mi_amu |
atomic mass of MI isotope. |
si_amu |
atomic mass of SI isotope |
method |
Method to calculate the mass bias. |
f_value |
f_value to be used within the method calculation. |
Currently, 3 methods are available to calculate the mass bias, Linear, Russel and Exponential. They all depend on the atomic mass of the two ion traces and a f-value which can be provided as parameters to the function.
A single numeric value K to be used for scaling.
IsoCor::mass_bias(32, 34, "Linear", 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.