|
libpappsomspp
Library for mass spectrometry
|
#include <locationsaver.h>
Public Member Functions | |
| QString | getPeptideString () const |
| convenient function to get peptide sequence from location | |
Public Attributes | |
| std::size_t | beginning |
| start position of the subsequence | |
| std::size_t | length |
| length of the subsequence | |
| int | tree |
| int | score |
| const SpOMSProtein * | proteinPtr |
| Protein accession. | |
Definition at line 48 of file locationsaver.h.
| QString pappso::specpeptidoms::Location::getPeptideString | ( | ) | const |
convenient function to get peptide sequence from location
Definition at line 44 of file locationsaver.cpp.
References beginning, length, and proteinPtr.
| std::size_t pappso::specpeptidoms::Location::beginning |
start position of the subsequence
Definition at line 58 of file locationsaver.h.
Referenced by pappso::specpeptidoms::LocationSaver::LocationSaver(), getPeptideString(), and pappso::specpeptidoms::LocationSaver::resetLocationSaver().
| std::size_t pappso::specpeptidoms::Location::length |
length of the subsequence
Definition at line 62 of file locationsaver.h.
Referenced by pappso::specpeptidoms::LocationSaver::LocationSaver(), getPeptideString(), and pappso::specpeptidoms::LocationSaver::resetLocationSaver().
| const SpOMSProtein* pappso::specpeptidoms::Location::proteinPtr |
Protein accession.
Definition at line 75 of file locationsaver.h.
Referenced by pappso::specpeptidoms::LocationSaver::LocationSaver(), getPeptideString(), and pappso::specpeptidoms::LocationSaver::resetLocationSaver().
| int pappso::specpeptidoms::Location::score |
@TODO number of matching peak ?
Definition at line 71 of file locationsaver.h.
Referenced by pappso::specpeptidoms::LocationSaver::LocationSaver(), pappso::specpeptidoms::LocationSaver::locationCompare(), and pappso::specpeptidoms::LocationSaver::resetLocationSaver().
| int pappso::specpeptidoms::Location::tree |
index of the alignment tree
Definition at line 67 of file locationsaver.h.
Referenced by pappso::specpeptidoms::LocationSaver::LocationSaver(), and pappso::specpeptidoms::LocationSaver::resetLocationSaver().