Import mzML files
This function imports files in mzML file format
into MassSpectrum-class
or
MassPeaks-class
objects.
importMzMl(path, ...)
path |
|
... |
arguments to be passed to
|
a list
of MassSpectrum-class
or
MassPeaks-class
objects (depending on the
centroided
argument).
Sebastian Gibb
http://strimmerlab.org/software/maldiquant/,
Definition of mzML
format:
http://www.psidev.info/mzml
library("MALDIquant") library("MALDIquantForeign") ## get example directory exampleDirectory <- system.file("exampledata", package="MALDIquantForeign") ## import s <- importMzMl(exampleDirectory)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.