libpappsomspp
Library for mass spectrometry
|
#include <peptideobservation.h>
Public Attributes | |
std::size_t | m_scanNumber = 0 |
The MS scan_number(mzxml) it has been observed in. | |
std::uint8_t | m_charge = 0 |
The charge it has been observed in. | |
PrecursorSp | msp_precursor = nullptr |
bool | m_isSpectrumIndex = true |
PeptideLabel * | p_label = nullptr |
Definition at line 69 of file peptideobservation.h.
std::uint8_t pappso::masschroq::PeptideObservation::Observation::m_charge = 0 |
The charge it has been observed in.
Definition at line 74 of file peptideobservation.h.
bool pappso::masschroq::PeptideObservation::Observation::m_isSpectrumIndex = true |
Definition at line 78 of file peptideobservation.h.
std::size_t pappso::masschroq::PeptideObservation::Observation::m_scanNumber = 0 |
The MS scan_number(mzxml) it has been observed in.
Definition at line 72 of file peptideobservation.h.
PrecursorSp pappso::masschroq::PeptideObservation::Observation::msp_precursor = nullptr |
Definition at line 76 of file peptideobservation.h.
PeptideLabel* pappso::masschroq::PeptideObservation::Observation::p_label = nullptr |
Definition at line 80 of file peptideobservation.h.