importMzXml | R Documentation |
This function imports files in mzXML file format
into MassSpectrum-class
or
MassPeaks-class
objects.
importMzXml(path, ...)
path |
|
... |
arguments to be passed to
|
a list
of MassSpectrum-class
or
MassPeaks-class
objects (depending on the
centroided
argument).
Sebastian Gibb
https://strimmerlab.github.io/software/maldiquant/,
Definition of mzXML
format:
http://tools.proteomecenter.org/wiki/index.php?title=Formats:mzXML
MassSpectrum-class
,
MassPeaks-class
,
readMzXmlFile
library("MALDIquant")
library("MALDIquantForeign")
## get example directory
exampleDirectory <- system.file("exampledata", package="MALDIquantForeign")
## import
s <- importMzXml(exampleDirectory)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.