Reads 'Agilent' .dx
files.
read_agilent_dx(
path,
path_out = NULL,
format_out = c("matrix", "data.frame", "data.table"),
data_format = c("wide", "long"),
read_metadata = TRUE
)
A chromatogram in the format specified by format_out
(retention time x wavelength).
Path to .dx
file.
Path to directory to export unzipped files.
Class of output. Either matrix
, data.frame
,
or data.table
.
Whether to return data in wide
or long
format.
Logical. Whether to attach metadata.
Ethan Bass
This function unzips 'Agilent' .dx
into a temporary directory using
unzip
and calls read_chemstation_ch
.
Other 'Agilent' parsers:
read_agilent_d()
,
read_chemstation_ch()
,
read_chemstation_csv()
,
read_chemstation_ms()
,
read_chemstation_reports()
,
read_chemstation_uv()