Description Usage Arguments Value See Also Examples
View source: R/sample_management.R
Export Metadata to an Excel file.
1 | lcms_meta_export(dataset, xlsx_file)
|
dataset |
A lcms_dataset. |
xlsx_file |
The .xlsx excel file. |
The Excel file name.
Other metadata functions:
lcms_meta_add()
,
lcms_meta_read()
,
phData()
Other dataset functions:
IPO_group_peaks()
,
find_peaks_cwp()
,
lcms_dataset_load()
,
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_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 import/export functions:
lcms_convert_ipo_to_xcms()
,
lcms_dataset_load()
,
lcms_dataset_save()
,
lcms_identify_metabolites()
,
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 8 9 10 11 | ## Not run:
dataset_metadata <- lcms_dataset_load(system.file("extdata",
"dataset_metadata.rds",
package = "AlpsLCMS"))
xlsx_file <- paste0(system.file("extdata",package = "AlpsLCMS"),
"/", "exported_metadata.xlsx")
lcms_meta_export(dataset_metadata, xlsx_file)
print(dataset_metadata)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.