View source: R/read_waters_raw.R
read_waters_raw | R Documentation |
Reads 'Waters MassLynx' (.raw
) files into R.
read_waters_raw(
path,
format_out = c("matrix", "data.frame", "data.table"),
data_format = c("wide", "long"),
read_metadata = TRUE,
metadata_format = c("chromconverter", "raw")
)
path |
Path to |
format_out |
Class of output. Either |
data_format |
Either |
read_metadata |
Logical. Whether to attach metadata. |
metadata_format |
Format to output metadata. Either |
A chromatogram in the format specified by format_out
(retention time x wavelength).
For now this parser only reads 1D chromatograms (not mass spectra or DAD data) and does not support parsing of metadata from 'Waters' RAW files.
Ethan Bass
Other 'Waters' parsers:
read_waters_arw()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.