|
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 43 of file peptidemodel.h.
| QString pappso::specpeptidoms::AminoAcidModel::toInterpretation | ( | ) | const |
Definition at line 54 of file peptidemodel.cpp.
References m_aminoAcid, m_massDifference, and m_skipped.
| QString pappso::specpeptidoms::AminoAcidModel::toProForma | ( | ) | const |
Definition at line 39 of file peptidemodel.cpp.
References m_aminoAcid, m_massDifference, and pappso::specpeptidoms::PeptideModel::toProFormaMass().
| pappso::Aa pappso::specpeptidoms::AminoAcidModel::m_aminoAcid = pappso::Aa('A') |
Definition at line 45 of file peptidemodel.h.
Referenced by pappso::specpeptidoms::SemiGlobalAlignment::saveBestAlignment(), toInterpretation(), and toProForma().
| double pappso::specpeptidoms::AminoAcidModel::m_massDifference = 0 |
Definition at line 46 of file peptidemodel.h.
Referenced by pappso::specpeptidoms::SemiGlobalAlignment::saveBestAlignment(), toInterpretation(), and toProForma().
| bool pappso::specpeptidoms::AminoAcidModel::m_skipped = false |
Definition at line 47 of file peptidemodel.h.
Referenced by pappso::specpeptidoms::SemiGlobalAlignment::saveBestAlignment(), and toInterpretation().