View source: R/read_waters_arw.R
read_waters_arw | R Documentation |
Reads 'Waters ARW' files.
read_waters_arw(
path,
format_out = c("matrix", "data.frame", "data.table"),
data_format = c("wide", "long"),
read_metadata = TRUE,
metadata_format = c("chromconverter", "raw")
)
path |
Path to file |
format_out |
Class of output. Either |
data_format |
Whether to return data in |
read_metadata |
Whether to read metadata from file. |
metadata_format |
Format to output metadata. Either |
For help exporting files from Empower, you can consult the official documentation: How_to_export_3D_raw_data_from_Empower.
A chromatogram in the format specified by format_out
(retention time x wavelength).
Ethan Bass
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.