Data model of MzTab files. Please see the official MzTab specification at https://code.google.com/p/mztab/.
More...
#include <OpenMS/FORMAT/MzTab.h>
Data model of MzTab files. Please see the official MzTab specification at https://code.google.com/p/mztab/.
◆ MzTab()
◆ ~MzTab()
◆ getCommentRows()
const std::map<Size, String>& getCommentRows |
( |
| ) |
const |
◆ getEmptyRows()
const std::vector<Size>& getEmptyRows |
( |
| ) |
const |
◆ getMetaData()
◆ getPeptideOptionalColumnNames()
std::vector<String> getPeptideOptionalColumnNames |
( |
| ) |
const |
◆ getPeptideSectionRows()
◆ getProteinOptionalColumnNames()
std::vector<String> getProteinOptionalColumnNames |
( |
| ) |
const |
◆ getProteinSectionRows()
◆ getPSMOptionalColumnNames()
std::vector<String> getPSMOptionalColumnNames |
( |
| ) |
const |
◆ getPSMSectionRows()
◆ getSmallMoleculeOptionalColumnNames()
std::vector<String> getSmallMoleculeOptionalColumnNames |
( |
| ) |
const |
◆ getSmallMoleculeSectionRows()
◆ setCommentRows()
void setCommentRows |
( |
const std::map< Size, String > & |
com | ) |
|
◆ setEmptyRows()
void setEmptyRows |
( |
const std::vector< Size > & |
empty | ) |
|
◆ setMetaData()
◆ setPeptideSectionRows()
◆ setProteinSectionRows()
◆ setPSMSectionRows()
◆ setSmallMoleculeSectionRows()
◆ comment_rows_
◆ empty_rows_
std::vector<Size> empty_rows_ |
|
protected |
◆ meta_data_
◆ peptide_data_
◆ protein_data_
◆ psm_data_
◆ small_molecule_data_