libpappsomspp
Library for mass spectrometry
|
#include <peptidespectrum.h>
Public Member Functions | |
PeptideSpectrum (const pappso::PeptideSp peptide_sp) | |
PeptideSpectrum (const PeptideSpectrum &other) | |
virtual | ~PeptideSpectrum () |
std::vector< double > | getMassList () const |
pappso::PeptideSp | getPeptideSp () const |
Private Attributes | |
pappso::PeptideSp | msp_peptide |
Definition at line 60 of file peptidespectrum.h.
pappso::specglob::PeptideSpectrum::PeptideSpectrum | ( | const pappso::PeptideSp | peptide_sp | ) |
Default constructor
Definition at line 46 of file peptidespectrum.cpp.
References pappso::b, pappso::PeptideRawFragmentMasses::getDeltaMass(), pappso::PeptideFragmentIonListBase::getPeptideFragmentIonSp(), pappso::MASSH2O(), pappso::MHPLUS(), and msp_peptide.
pappso::specglob::PeptideSpectrum::PeptideSpectrum | ( | const PeptideSpectrum & | other | ) |
Copy constructor
other | TODO |
Definition at line 75 of file peptidespectrum.cpp.
References msp_peptide.
|
virtual |
std::vector< double > pappso::specglob::PeptideSpectrum::getMassList | ( | ) | const |
Definition at line 86 of file peptidespectrum.cpp.
References pappso::specglob::PeptideSpectrumDataPoint::mz.
pappso::PeptideSp pappso::specglob::PeptideSpectrum::getPeptideSp | ( | ) | const |
Definition at line 98 of file peptidespectrum.cpp.
References msp_peptide.
Referenced by pappso::specglob::SpectralAlignment::fillMatricesWithScores().
|
private |
Definition at line 86 of file peptidespectrum.h.
Referenced by PeptideSpectrum(), PeptideSpectrum(), and getPeptideSp().