read_mdf {chromConverter} | R Documentation |
Read 'Lumex' MDF
Description
Reads 'Lumex' .mdf
files.
Usage
read_mdf(
path,
format_out = c("matrix", "data.frame", "data.table"),
data_format = c("wide", "long"),
read_metadata = TRUE
)
Arguments
path |
The path to a 'Lumex' |
format_out |
Class of output. Either |
data_format |
Whether to return data in |
read_metadata |
Whether to read metadata from file. |
Value
A chromatogram in the format specified by the format_out
and
data_format
arguments (retention time x wavelength).
Author(s)
Ethan Bass
[Package chromConverter version 0.7.5 Index]