| writeMzTabData {MSnbase} | R Documentation |
writeMzTabData exports an MzTab object as mzTab file. Note
that the comment section "COM" are not written out.
writeMzTabData(
object,
file,
what = c("MT", "PEP", "PRT", "PSM", "SML", "SMF", "SME")
)
object |
MzTab object, either read in by |
file |
|
what |
|
Steffen Neumann