read_agilent_dx {chromConverter} | R Documentation |
Read 'Agilent' DX files
Description
Reads 'Agilent' .dx
files.
Usage
read_agilent_dx(
path,
path_out = NULL,
format_out = c("matrix", "data.frame", "data.table"),
data_format = c("wide", "long"),
read_metadata = TRUE
)
Arguments
path |
Path to |
path_out |
Path to directory to export unzipped files. |
format_out |
Class of output. Either |
data_format |
Whether to return data in |
read_metadata |
Logical. Whether to attach metadata. |
Details
This function unzips 'Agilent' .dx
into a temporary directory using
unzip
and calls read_chemstation_ch
.
Value
A chromatogram in the format specified by format_out
(retention time x wavelength).
Author(s)
Ethan Bass
See Also
Other 'Agilent' parsers:
read_agilent_d()
,
read_chemstation_ch()
,
read_chemstation_csv()
,
read_chemstation_ms()
,
read_chemstation_reports()
,
read_chemstation_uv()
[Package chromConverter version 0.7.5 Index]