importMsd {MALDIquantForeign} | R Documentation |
Import MSD files
Description
This function imports files in mMass MSD file format
into MassSpectrum-class
or
MassPeaks-class
objects.
Usage
importMsd(path, ...)
Arguments
path |
|
... |
arguments to be passed to
|
Value
a list
of MassSpectrum-class
or
MassPeaks-class
objects (depending on the
centroided
argument).
Author(s)
Sebastian Gibb
References
https://strimmerlab.github.io/software/maldiquant/,
mMass homepage: http://mmass.org/
See Also
MassSpectrum-class
,
MassPeaks-class
Examples
library("MALDIquant")
library("MALDIquantForeign")
## get example directory
exampleDirectory <- system.file("exampledata", package="MALDIquantForeign")
## import
s <- importMsd(exampleDirectory)
[Package MALDIquantForeign version 0.14.1 Index]