Reads 'Thermo Fisher Chromeleon™ CDS' files into R.
Arguments
- path
Path to file
- format_out
Class of output. Either
matrix
,data.frame
, ordata.table
.- data_format
Whether to return data in
wide
orlong
format.- read_metadata
Whether to read metadata from file.
- metadata_format
Format to output metadata. Either
chromconverter
orraw
.- 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
"."
or","
.