Description Usage Arguments Value See Also Examples
View source: R/sample_management.R
Reads metadata from an Excel file.
1 | lcms_meta_read(xlsx_file)
|
xlsx_file |
xlsx_file "The .xlsx excel file" with metadata. |
A dataframe with the metadata.
Other metadata functions:
lcms_meta_add()
,
lcms_meta_export()
,
phData()
Other import/export functions:
lcms_convert_ipo_to_xcms()
,
lcms_dataset_load()
,
lcms_dataset_save()
,
lcms_identify_metabolites()
,
lcms_meta_export()
,
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:
metadata <- lcms_meta_read(system.file("extdata",
"metadata.xlsx",
package = "AlpsLCMS"))
print(metadata[1:6])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.