powered by
This function imports files in Bruker Daltonics *flex-series file format into MassSpectrum-class or MassPeaks-class objects.
MassSpectrum-class
MassPeaks-class
importBrukerFlex(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 readBrukerFlexFile.
readBrukerFlexFile
Sebastian Gibb
https://strimmerlab.github.io/software/maldiquant/
MassSpectrum-class, MassPeaks-class, readBrukerFlexFile
library("MALDIquant") library("MALDIquantForeign") ## get example directory exampleDirectory <- system.file("exampledata", package="MALDIquantForeign") s <- importBrukerFlex(exampleDirectory)
Run the code above in your browser using DataLab