Learn R Programming

MALDIquantForeign (version 0.10)

importBrukerFlex: Import Bruker Daltonics *flex files

Description

This function imports files in Bruker Daltonics *flex-series file format into MassSpectrum-class or MassPeaks-class objects.

Usage

importBrukerFlex(path, ...)

Arguments

path

character, path to directory or file which should be read in.

arguments to be passed to readBrukerFlexFile.

Value

a list of MassSpectrum-class or MassPeaks-class objects (depending on the centroided argument).

References

http://strimmerlab.org/software/maldiquant/

See Also

MassSpectrum-class, MassPeaks-class, readBrukerFlexFile

Examples

Run this code
# NOT RUN {
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