This function reads an mzTab data file and returns a list containing various tables such as Metadata (MTD), Small Molecule (SML), Small Molecule Feature (SMF), and Small Molecule Evidence (SME).
Value
A list containing the following elements:
mtd_table: Metadata tablesml_table: Small Molecule tablesmf_table: Small Molecule Feature tablesme_table: Small Molecule Evidence table
Details
The function reads an mzTab file and extracts various tables such as MTD, SML, SMF, and SME. It performs necessary data transformations and type conversions.
Author
Xiaotao Shen xiaotao.shen@outlook.com
