View source: R/read_thermoraw.R
read_thermoraw | R Documentation |
Converts ThermoRawFiles to mzML
by calling the ThermoRawFileParser from the command-line.
read_thermoraw(
path,
path_out = NULL,
format_out = c("matrix", "data.frame"),
read_metadata = TRUE,
metadata_format = c("chromconverter", "raw"),
verbose = getOption("verbose")
)
path |
Path to file. |
path_out |
Path to directory to export |
format_out |
R format. Either |
read_metadata |
Whether to read metadata from file. |
metadata_format |
Format to output metadata. Either |
verbose |
Logical. Whether to print output from OpenChrom to the console. |
To use this function, the ThermoRawFileParser must be manually installed.
A chromatogram in the format specified by format_out
.
Exports chromatograms in mzML
format to the
folder specified by path_out
.
Ethan Bass
Hulstaert Niels, Jim Shofstahl, Timo Sachsenberg, Mathias Walzer, Harald Barsnes, Lennart Martens, and Yasset Perez-Riverol. ThermoRawFileParser: Modular, Scalable, and Cross-Platform RAW File Conversion. Journal of Proteome Research 19, no. 1 (January 3, 2020): 537–42. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1021/acs.jproteome.9b00328")}.
## Not run:
read_thermoraw(path)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.