Description Usage Arguments Value
View source: R/rtCorrection_utils.R
Correct targeted features retention time using the RT and RT deviation of previously fitted compounds. The 'method' and 'params' are used to select and parametrise the retention time correction method employed. When 'robust' is set to TRUE, the RANSAC algorithm is used to automatically flag outliers and robustify the correction function fitting.
1 2 3 4 5 6 7 | peakPantheR_applyRTCorrection(
targetFeatTable,
referenceTable,
method = "polynomial",
params = list(polynomialOrder = 3),
robust = TRUE
)
|
targetFeatTable |
a |
referenceTable |
a |
method |
(str) name of RT correction method to use (currently
|
params |
(list) list of parameters to pass to
the each correction method.
Currently allowed inputs are |
robust |
(bool) whether to use the RANSAC algorithm to flag and ignore outliers during retention time correction |
a targetFeatTable with corrected RT
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.