writeMzTabData: Export an MzTab object as mzTab file.

Description Usage Arguments Author(s)

View source: R/readWriteMzTab.R

Description

writeMzTabData exports an MzTab object as mzTab file. Note that the comment section "COM" are not written out.

Usage

1
2
3
4
5
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".

Author(s)

Steffen Neumann


MSnbase documentation built on Jan. 23, 2021, 2 a.m.