read_chromeleon {chromConverter} | R Documentation |
Read 'Chromeleon' ASCII files
Description
Reads 'Thermo Fisher Chromeleon™ CDS' ASCII (.txt
) files.
Usage
read_chromeleon(
path,
format_out = c("matrix", "data.frame", "data.table"),
data_format = c("wide", "long"),
read_metadata = TRUE,
metadata_format = c("chromconverter", "raw"),
decimal_mark = NULL
)
Arguments
path |
Path to 'Chromeleon' ASCII file. |
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 |
decimal_mark |
Which character is used as the decimal separator in the
file. By default, decimal mark will be detected automatically, but it can
also be manually set as |
Value
A chromatogram in the format specified by format_out
.
(retention time x wavelength).
Author(s)
Ethan Bass
[Package chromConverter version 0.7.5 Index]