Skip to contents

Read mzXML or mzML files.

Usage

read_mzxml(file, threads = 3, mode = c("inMemory", "onDisk"))

Arguments

file

A character vector of file paths.

threads

Integer kept for compatibility with older workflows.

mode

Character string specifying whether files are read with "inMemory" or "onDisk".

Value

This function always stops in the CRAN build of massdataset. Convert mzXML or mzML files to MGF before calling mutate_ms2().