Data model of MzTab files. The format specification is in development and subject to change. Use at your own risk. Please see the official MzTab specification at https://code.google.com/p/mztab/. More...
#include <OpenMS/FORMAT/MzTab.h>
Public Member Functions | |
| MzTab () | |
| Default constructor. | |
| ~MzTab () | |
| Destructor. | |
| const MzTabMetaData & | getMetaData () const |
| const MzTabProteinSectionData & | getProteinSectionData () const |
| const MzTabPeptideSectionData & | getPeptideSectionData () const |
| const MzTabSmallMoleculeSectionData & | getSmallMoleculeSectionData () const |
Protected Attributes | |
| MzTabMetaData | map_unitid_to_meta_data_ |
| MzTabProteinSectionData | map_unitid_to_protein_data_ |
| MzTabPeptideSectionData | map_unitid_to_peptide_data_ |
| MzTabSmallMoleculeSectionData | map_unitid_to_small_molecule_data_ |
Data model of MzTab files. The format specification is in development and subject to change. Use at your own risk. Please see the official MzTab specification at https://code.google.com/p/mztab/.
| MzTab | ( | ) |
Default constructor.
| ~MzTab | ( | ) |
Destructor.
| const MzTabMetaData& getMetaData | ( | ) | const [inline] |
| const MzTabPeptideSectionData& getPeptideSectionData | ( | ) | const [inline] |
| const MzTabProteinSectionData& getProteinSectionData | ( | ) | const [inline] |
| const MzTabSmallMoleculeSectionData& getSmallMoleculeSectionData | ( | ) | const [inline] |
MzTabMetaData map_unitid_to_meta_data_ [protected] |
MzTabPeptideSectionData map_unitid_to_peptide_data_ [protected] |
MzTabProteinSectionData map_unitid_to_protein_data_ [protected] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:54 using doxygen 1.7.1 |