Learn R Programming

MALDIquantForeign (version 0.3)

supportedFileFormats: Supported file formats

Description

This function prints all file formats supported by MALDIquantForeign-package.

Usage

supportedFileFormats()

Arguments

Value

  • a list with two named elements (import and export) containing a character vector of supported file types.

Details

Import{

ll{ txt importTxt tab importTab csv importCsv fid importBrukerFlex ciphergen importCiphergenXml mzXML importMzXml mzML importMzMl } }

Export{

ll{ tab exportTab csv exportCsv msd exportMsd mzML exportMzMl } }

References

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

See Also

export, import

Examples

Run this code
library("MALDIquantForeign")

supportedFileFormats()

Run the code above in your browser using DataLab