read_waters_arw {chromConverter} | R Documentation |
Read 'Waters' ASCII (.arw)
Description
Reads 'Waters' ASCII .arw
files.
Usage
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")
)
Arguments
path |
Path to Waters |
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 |
Details
For help exporting files from Empower, you can consult the official documentation: How_to_export_3D_raw_data_from_Empower.
Value
A chromatogram in the format specified by format_out
(retention time x wavelength).
Author(s)
Ethan Bass
See Also
Other 'Waters' parsers:
read_waters_raw()
[Package chromConverter version 0.7.5 Index]