Description Usage Arguments Value See Also Examples
View source: R/parameter_optimization.R
The function converts from IPO
to XCMS
variable formats: The variable names in IPO and XCMS
presented some mismatches, thus the function lcms_convert_ipo_to_xcms was created
to achieve compatibility between packages when these parameters are stored in a list.
1 | lcms_convert_ipo_to_xcms(params)
|
params |
A list with the IPO parameters, generated with the |
Parameters in XCMS format
Other optimization functions:
default_peakpicking_params()
,
lcms_read_ipo_to_xcms()
,
lcms_retcorgroup_optimization()
,
lcms_write_opt_params()
,
peakpicking_optimization()
Other import/export functions:
lcms_dataset_load()
,
lcms_dataset_save()
,
lcms_identify_metabolites()
,
lcms_meta_export()
,
lcms_meta_read()
,
lcms_peak_annotation()
,
lcms_raw_data()
,
lcms_read_ipo_to_xcms()
,
lcms_read_samples()
,
lcms_rearrange_datafiles_by_class()
,
lcms_sig_peaks_table()
,
lcms_spectral_sig_features()
,
lcms_to_mait()
,
lcms_write_opt_params()
,
lcms_write_parameter_table()
,
phData()
1 2 3 4 5 6 7 | ## Not run:
opt_result_path <- system.file("extdata","ipo_opt", "params.rds", package = "AlpsLCMS")
params <- base::readRDS(opt_result_path)
preproc_params <- lcms_convert_ipo_to_xcms(params)
print(preproc_params)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.