Description Usage Arguments Value See Also Examples
View source: R/parameter_optimization.R
The function creates default parameters for optimizing
peakpicking algorithms.Parameter optimization
on the XCMS preprocessing algorithms was performed using the IPO Package.
This includes Peak Detection (‘Centwave’),
Retention Time Correction (‘obiwarp’) and Peak Correspondence
(‘Density’). Use this function to generate the template within the
peakpicking_optimization
function.
1 2 3 4 5 6 7 |
noise |
numeric, minimum intensity needed to be included in the analysis. |
snthresh |
numeric, set the signal to noise ratio threshold to be included. |
min_peakwidth |
numeric (two values) with the expected minimal peak width in chromatographic dimension. Set as a range (min, max) in seconds. |
max_peakwidth |
numeric (two values) with the expected maximum peak width in chromatographic dimension. Set as a range (min, max) in seconds. |
optimize |
by default is TRUE. If FALSE, the function does not initialze the parameters the parameters |
A parameters template for peak picking optimization
Other optimization functions:
lcms_convert_ipo_to_xcms()
,
lcms_read_ipo_to_xcms()
,
lcms_retcorgroup_optimization()
,
lcms_write_opt_params()
,
peakpicking_optimization()
1 2 3 4 5 | ## Not run:
default_peakpicking_params <- default_peakpicking_params(optimize = TRUE)
print(default_peakpicking_params)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.