read_mzml {chromConverter} | R Documentation |
Extract UV data from mzML files
Description
Extracts UV data from mzML files
Usage
read_mzml(path, format_out = c("matrix", "data.frame"))
Arguments
path |
path to file |
format_out |
R format. Either |
Value
A chromatograms in matrix
format.
Author(s)
Ethan Bass
[Package chromConverter version 0.2.1 Index]