Learn R Programming

MALDIquantForeign (version 0.14.1)

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.

Author

Sebastian Gibb

Details

Import

txtimportTxt
tabimportTab
csvimportCsv
fidimportBrukerFlex
ciphergenimportCiphergenXml
mzXMLimportMzXml
mzMLimportMzMl
imzMLimportImzMl
analyzeimportAnalyze
cdfimportCdf
msdimportMsd

Export

tabexportTab
csvexportCsv
imzMLexportImzMl
msdexportMsd
mzMLexportMzMl

References

https://strimmerlab.github.io/software/maldiquant/

See Also

export, import

Examples

Run this code
library("MALDIquantForeign")

supportedFileFormats()

Run the code above in your browser using DataLab