Data model of MzTab files. Please see the official MzTab specification at https://code.google.com/p/mztab/. More...
#include <OpenMS/FORMAT/MzTab.h>
Protected Attributes | |
| MzTabMetaData | meta_data_ |
| MzTabProteinSectionRows | protein_data_ |
| MzTabPeptideSectionRows | peptide_data_ |
| MzTabPSMSectionRows | psm_data_ |
| MzTabSmallMoleculeSectionRows | small_molecule_data_ |
| std::vector< Size > | empty_rows_ |
| std::map< Size, String > | comment_rows_ |
Data model of MzTab files. Please see the official MzTab specification at https://code.google.com/p/mztab/.
| MzTab | ( | ) |
Default constructor.
|
virtual |
Destructor.
| const std::vector<Size>& getEmptyRows | ( | ) | const |
| const MzTabMetaData& getMetaData | ( | ) | const |
| std::vector<String> getPeptideOptionalColumnNames | ( | ) | const |
| const MzTabPeptideSectionRows& getPeptideSectionRows | ( | ) | const |
| std::vector<String> getProteinOptionalColumnNames | ( | ) | const |
| const MzTabProteinSectionRows& getProteinSectionRows | ( | ) | const |
| std::vector<String> getPSMOptionalColumnNames | ( | ) | const |
| const MzTabPSMSectionRows& getPSMSectionRows | ( | ) | const |
| std::vector<String> getSmallMoleculeOptionalColumnNames | ( | ) | const |
| const MzTabSmallMoleculeSectionRows& getSmallMoleculeSectionRows | ( | ) | const |
| void setEmptyRows | ( | const std::vector< Size > & | empty | ) |
| void setMetaData | ( | const MzTabMetaData & | md | ) |
| void setPeptideSectionRows | ( | const MzTabPeptideSectionRows & | psd | ) |
| void setProteinSectionRows | ( | const MzTabProteinSectionRows & | psd | ) |
| void setPSMSectionRows | ( | const MzTabPSMSectionRows & | psd | ) |
| void setSmallMoleculeSectionRows | ( | const MzTabSmallMoleculeSectionRows & | smsd | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
| OpenMS / TOPP release 2.0.0 | Documentation generated on Wed Mar 30 2016 12:49:29 using doxygen 1.8.11 |