Description Usage Arguments Value See Also Examples
View source: R/parameter_optimization.R
The function reads and converts from IPO to XCMS variable formats: The variable names in IPO and XCMS
presented some mismatches, the function lcms_read_ipo_to_xcms was created
to achieve compatibility between packages when reading these parameters from a .csv file.
1 | lcms_read_ipo_to_xcms(opt_result_path)
|
opt_result_path |
A directory where the parameters file is stored. |
A display of the chosen parameters.
Other optimization functions:
default_peakpicking_params(),
lcms_convert_ipo_to_xcms(),
lcms_retcorgroup_optimization(),
lcms_write_opt_params(),
peakpicking_optimization()
Other import/export functions:
lcms_convert_ipo_to_xcms(),
lcms_dataset_load(),
lcms_dataset_save(),
lcms_identify_metabolites(),
lcms_meta_export(),
lcms_meta_read(),
lcms_peak_annotation(),
lcms_raw_data(),
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 | ## Not run:
opt_result_path <- system.file("extdata","ipo_opt", package = "AlpsLCMS")
preproc_params <- lcms_read_ipo_to_xcms(opt_result_path)
print(preproc_params)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.