OpenMS
2.4.0
|
#include <OpenMS/ANALYSIS/ID/PeptideIndexing.h>
Public Member Functions | |
bool | operator< (const PeptideProteinMatchInformation &other) const |
bool | operator== (const PeptideProteinMatchInformation &other) const |
Public Attributes | |
OpenMS::Size | protein_index |
index of the protein the peptide is contained in More... | |
OpenMS::Int | position |
the position of the peptide in the protein More... | |
char | AABefore |
the amino acid after the peptide in the protein More... | |
char | AAAfter |
the amino acid before the peptide in the protein More... | |
|
inline |
|
inline |
char AAAfter |
the amino acid before the peptide in the protein
Referenced by PeptideIndexing::FoundProteinFunctor::addHit(), PeptideIndexing::PeptideProteinMatchInformation::operator<(), and PeptideIndexing::PeptideProteinMatchInformation::operator==().
char AABefore |
the amino acid after the peptide in the protein
Referenced by PeptideIndexing::FoundProteinFunctor::addHit(), PeptideIndexing::PeptideProteinMatchInformation::operator<(), and PeptideIndexing::PeptideProteinMatchInformation::operator==().
OpenMS::Int position |
the position of the peptide in the protein
Referenced by PeptideIndexing::FoundProteinFunctor::addHit(), PeptideIndexing::PeptideProteinMatchInformation::operator<(), and PeptideIndexing::PeptideProteinMatchInformation::operator==().
OpenMS::Size protein_index |
index of the protein the peptide is contained in
Referenced by PeptideIndexing::FoundProteinFunctor::addHit(), PeptideIndexing::PeptideProteinMatchInformation::operator<(), and PeptideIndexing::PeptideProteinMatchInformation::operator==().