writeMzTabData exports an MzTab object as mzTab file. Note
that the comment section "COM" are not written out.
Usage
writeMzTabData(
object,
file,
what = c("MT", "PEP", "PRT", "PSM", "SML", "SMF", "SME")
)
Arguments
- object
MzTab object, either read in by MzTab() or assembled.
- file
character(1) with the file name.
- what
character with names of the sections to be written
out. Expected sections are "MT", "PEP", "PRT", "PSM",
"SML", "SMF", or "SME".