|
libpappsomspp
Library for mass spectrometry
|
#include <peptidemodel.h>
Public Member Functions | |
| QString | toProForma () const |
| QString | toInterpretation () const |
Public Attributes | |
| pappso::Aa | m_aminoAcid = pappso::Aa('A') |
| double | m_massDifference = 0 |
| bool | m_skipped = false |
Definition at line 42 of file peptidemodel.h.
| QString pappso::specpeptidoms::AminoAcidModel::toInterpretation | ( | ) | const |
Definition at line 54 of file peptidemodel.cpp.
References m_aminoAcid, m_massDifference, m_skipped, and pappso::Aa::toString().
| QString pappso::specpeptidoms::AminoAcidModel::toProForma | ( | ) | const |
Definition at line 39 of file peptidemodel.cpp.
References m_aminoAcid, m_massDifference, pappso::Aa::toProForma(), and pappso::specpeptidoms::PeptideModel::toProFormaMass().
| pappso::Aa pappso::specpeptidoms::AminoAcidModel::m_aminoAcid = pappso::Aa('A') |
Definition at line 44 of file peptidemodel.h.
Referenced by pappso::specpeptidoms::SemiGlobalAlignment::saveBestAlignment(), toInterpretation(), and toProForma().
| double pappso::specpeptidoms::AminoAcidModel::m_massDifference = 0 |
Definition at line 45 of file peptidemodel.h.
Referenced by pappso::specpeptidoms::SemiGlobalAlignment::saveBestAlignment(), toInterpretation(), and toProForma().
| bool pappso::specpeptidoms::AminoAcidModel::m_skipped = false |
Definition at line 46 of file peptidemodel.h.
Referenced by pappso::specpeptidoms::SemiGlobalAlignment::saveBestAlignment(), and toInterpretation().