writeMzTabData: Export an MzTab object as mzTab file.

View source: R/readWriteMzTab.R

writeMzTabDataR Documentation

Export an MzTab object as mzTab file.

Description

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".

Author(s)

Steffen Neumann


lgatto/MSnbase documentation built on March 14, 2024, 7:06 a.m.