Learn R Programming

MALDIquantForeign (version 0.2)

importBrukerFlex: Import Bruker Daltonics *flex files

Description

This function imports files in Bruker Daltonics *flex-series file format into MassSpectrum-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

References

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

See Also

MassSpectrum-class, readBrukerFlexFile

Examples

Run this code
library("MALDIquant")
library("MALDIquantForeign")

## get example directory
exampleDirectory <- system.file(file.path("tests", "data"),
                                package="MALDIquantForeign")

s <- importBrukerFlex(exampleDirectory)

Run the code above in your browser using DataLab