Biocaml_unix.MzDataSourceRead mzData files (mass spectrometry data format).
Vectors of 64 bits floats.
Vectors of OCaml ints.
type spectrum = {id : int;index of the spectrum in the file (starting with 1).
*)mslevel : int;1: MS, 2: MS/MS,...
*)precursor : Precursor.t list;List of precursors to the spectrum currently being described.
*)mz : vec;m/z
*)int : vec;intensities
*)sup : (string * vec) list;Supplemental (name, arrays), if any
*)}Individual mass spectrum.