sp_converter {chromConverter} | R Documentation |
Converter for Agilent MassHunter UV files
Description
Converts a single chromatogram from MassHunter .sp
format to R data.frame
.
Usage
sp_converter(
file,
format_out = c("matrix", "data.frame"),
read_metadata = TRUE
)
Arguments
file |
path to file |
format_out |
R format. Either |
read_metadata |
Logical. Whether to read metadata and attach it to the chromatogram. |
Details
Uses the Aston file parser.
Value
A chromatogram in data.frame
format (retention time x wavelength).
[Package chromConverter version 0.2.1 Index]