powered by
This function imports files in mzML file format into MassSpectrum-class or MassPeaks-class objects.
MassSpectrum-class
MassPeaks-class
importMzMl(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 import.
import
Sebastian Gibb
https://strimmerlab.github.io/software/maldiquant/, Definition of mzML format: https://www.psidev.info/mzML
mzML
MassSpectrum-class, MassPeaks-class
library("MALDIquant") library("MALDIquantForeign") ## get example directory exampleDirectory <- system.file("exampledata", package="MALDIquantForeign") ## import s <- importMzMl(exampleDirectory)
Run the code above in your browser using DataLab