Learn R Programming

MALDIquantForeign (version 0.4)

importCiphergenXml: Import Ciphergen XML files

Description

This function imports files in Ciphergen XML file format into MassSpectrum-class objects.

Usage

importCiphergenXml(path, ...)

Arguments

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

Value

References

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

See Also

MassSpectrum-class

Examples

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

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

## import
s <- importCiphergenXml(exampleDirectory)

Run the code above in your browser using DataLab