Description Usage Arguments Value See Also Examples
View source: R/sample_management.R
Function to load a lcms_dataset object.
1 | lcms_dataset_load(file_name)
|
file_name |
The file name to load. |
A lcms_dataset.
Other dataset functions:
IPO_group_peaks(),
find_peaks_cwp(),
lcms_dataset_save(),
lcms_fill_chrom_peaks(),
lcms_filter_mz(),
lcms_filter_polarity(),
lcms_filter_rt_min(),
lcms_filter_sample_type(),
lcms_meta_add(),
lcms_meta_export(),
lcms_plot_chrom_peak_image(),
lcms_plot_tics(),
lcms_rearrange_datafiles_by_class(),
lcms_retention_time_alignment_plot(),
lcms_tics(),
obiAdjust_Rtime(),
peakpicking_optimization(),
phData()
Other dataset_peak_table functions:
lcms_identify_metabolites(),
lcms_peak_annotation(),
lcms_peak_table_boxplots(),
lcms_peak_table_pca(),
lcms_plot_tics(),
lcms_raw_data(),
lcms_sig_peaks_table(),
lcms_spectral_sig_features(),
lcms_tics(),
lcms_to_mait()
Other import/export functions:
lcms_convert_ipo_to_xcms(),
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 | ## Not run:
file_name <- system.file("extdata", "dataset.rds", package = "AlpsLCMS")
dataset <- lcms_dataset_load(file_name)
print(dataset)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.