read_agilent_dx | R Documentation |
Reads 'Agilent' .dx
files.
read_agilent_dx(
path,
what = c("chroms", "dad"),
path_out = NULL,
format_out = c("matrix", "data.frame", "data.table"),
data_format = c("wide", "long"),
read_metadata = TRUE,
metadata_format = c("chromconverter", "raw"),
collapse = TRUE
)
path |
Path to |
what |
Whether to extract chromatograms ( |
path_out |
A directory to export unzipped files. If a path is not
specified, the files will be written to a temp directory on the disk. The
function will overwrite existing folders in the specified directory
that share the basename of the file specified by |
format_out |
Class of output. Either |
data_format |
Whether to return data in |
read_metadata |
Logical. Whether to attach metadata. |
metadata_format |
Format to output metadata. Either |
collapse |
Logical. Whether to collapse lists that only contain a single element. |
This function unzips 'Agilent' .dx
into a temporary directory using
unzip
and calls read_chemstation_ch
.
A chromatogram in the format specified by format_out
(retention time x wavelength).
Ethan Bass
Other 'Agilent' parsers:
read_agilent_d()
,
read_chemstation_ch()
,
read_chemstation_csv()
,
read_chemstation_ms()
,
read_chemstation_reports()
,
read_chemstation_uv()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.