mzfitParam | R Documentation |
Return a list of parameters for computing a m/z shift model between a pair of LC-MS metabolomics data sets.
mzfitParam(mz = 0.003, rt = 0.03, Q = 0.3, k = 10)
mz |
Numeric. Limits the m/z distance between feature pairs for modeling |
rt |
Numeric. Limits the RT distance between feature pairs for modeling (note: this is proportion of total retention time) |
Q |
Numeric. Limits the Q distance between feature pairs for modeling |
k |
integer k value controlling the dimension of the basis spline fit |
Correcting for systematic m/z shifts improves the scores for feature pair alignments, yielding more accurate match hypotheses. This function yields a parameter list for GAM spline fitting of points that meet criteria for m/z, RT (rty vs rtProj), and Q tolerances. The number of knots for the GAM fit is controlled by hyperparameter k.
list of parameter values
mzfit <- mzfitParam(mz = 0.003, rt = 0.05, Q = 0.2, k = 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.