Learn R Programming

MALDIquantForeign (version 0.10)

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

txt importTxt
tab importTab
csv importCsv
fid importBrukerFlex
ciphergen importCiphergenXml
mzXML importMzXml
mzML importMzMl
imzML importImzMl
analyze importAnalyze
cdf importCdf
msd importMsd

Export

tab exportTab
csv exportCsv
imzML exportImzMl
msd exportMsd
mzML exportMzMl

References

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

See Also

export, import

Examples

Run this code
# NOT RUN {
library("MALDIquantForeign")

supportedFileFormats()

# }

Run the code above in your browser using DataLab