![]() |
OpenMS
2.4.0
|
PSM - PSM section (Table based) More...
#include <OpenMS/FORMAT/MzTab.h>
Classes | |
struct | RowCompare |
Comparison operator for sorting rows. More... | |
Public Attributes | |
MzTabString | sequence |
The peptide’s sequence. More... | |
MzTabInteger | PSM_ID |
MzTabString | accession |
The protein’s accession. More... | |
MzTabBoolean | unique |
0=false, 1=true, null else: Peptide is unique for the protein. More... | |
MzTabString | database |
Name of the sequence database. More... | |
MzTabString | database_version |
Version (and optionally # of entries). More... | |
MzTabParameterList | search_engine |
Search engine(s) that identified the peptide. More... | |
std::map< Size, MzTabDouble > | search_engine_score |
Search engine(s) score(s) for the peptide. More... | |
MzTabInteger | reliability |
(1-3) 0=null Identification reliability for the peptide. More... | |
MzTabModificationList | modifications |
Modifications identified in the peptide. More... | |
MzTabDoubleList | retention_time |
Time points in seconds. Semantics may vary. More... | |
MzTabInteger | charge |
The charge of the experimental precursor ion. More... | |
MzTabDouble | exp_mass_to_charge |
The m/z ratio of the experimental precursor ion. More... | |
MzTabDouble | calc_mass_to_charge |
MzTabString | uri |
Location of the PSM’s source entry. More... | |
MzTabSpectraRef | spectra_ref |
Spectra identifying the peptide. More... | |
MzTabString | pre |
MzTabString | post |
MzTabString | start |
MzTabString | end |
std::vector< MzTabOptionalColumnEntry > | opt_ |
Optional columns must start with “opt_”. More... | |
PSM - PSM section (Table based)
MzTabString accession |
The protein’s accession.
Referenced by MzTabPSMSectionRow::RowCompare::operator()().
MzTabDouble calc_mass_to_charge |
MzTabInteger charge |
The charge of the experimental precursor ion.
MzTabString database |
Name of the sequence database.
MzTabString database_version |
Version (and optionally # of entries).
MzTabString end |
MzTabDouble exp_mass_to_charge |
The m/z ratio of the experimental precursor ion.
MzTabModificationList modifications |
Modifications identified in the peptide.
std::vector<MzTabOptionalColumnEntry> opt_ |
Optional columns must start with “opt_”.
MzTabString post |
MzTabString pre |
MzTabInteger PSM_ID |
MzTabInteger reliability |
(1-3) 0=null Identification reliability for the peptide.
MzTabDoubleList retention_time |
Time points in seconds. Semantics may vary.
MzTabParameterList search_engine |
Search engine(s) that identified the peptide.
std::map<Size, MzTabDouble> search_engine_score |
Search engine(s) score(s) for the peptide.
MzTabString sequence |
The peptide’s sequence.
Referenced by MzTabPSMSectionRow::RowCompare::operator()().
MzTabSpectraRef spectra_ref |
Spectra identifying the peptide.
Referenced by MzTabPSMSectionRow::RowCompare::operator()().
MzTabString start |
MzTabBoolean unique |
0=false, 1=true, null else: Peptide is unique for the protein.
MzTabString uri |
Location of the PSM’s source entry.