powered by
This function imports files in mzXML file format into MassSpectrum-class or MassPeaks-class objects.
MassSpectrum-class
MassPeaks-class
importMzXml(path, ...)
a list of MassSpectrum-class or MassPeaks-class objects (depending on the centroided argument).
list
centroided
character, path to directory or file which should be read in.
character
arguments to be passed to readMzXmlFile.
readMzXmlFile
Sebastian Gibb
https://strimmerlab.github.io/software/maldiquant/, Definition of mzXML format: http://tools.proteomecenter.org/wiki/index.php?title=Formats:mzXML
mzXML
MassSpectrum-class, MassPeaks-class, readMzXmlFile
library("MALDIquant") library("MALDIquantForeign") ## get example directory exampleDirectory <- system.file("exampledata", package="MALDIquantForeign") ## import s <- importMzXml(exampleDirectory)
Run the code above in your browser using DataLab