This function imports files in mzML file format into MassSpectrum-class or MassPeaks-class objects.
importMzMl(path,...)
Arguments
path: character, path to directory or file which should be read in.
``: arguments to be passed to import.
Returns
a list of MassSpectrum-class or MassPeaks-class objects (depending on the centroided argument).
Examples
library("MALDIquant")library("MALDIquantForeign")## get example directoryexampleDirectory <- system.file("exampledata", package="MALDIquantForeign")## imports <- importMzMl(exampleDirectory)