OpenMS  2.4.0
Public Member Functions | Public Attributes | List of all members
PeptideIndexing::PeptideProteinMatchInformation Struct Reference

#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...
 

Member Function Documentation

◆ operator<()

bool operator< ( const PeptideProteinMatchInformation other) const
inline

◆ operator==()

bool operator== ( const PeptideProteinMatchInformation other) const
inline

Member Data Documentation

◆ AAAfter

char AAAfter

◆ AABefore

char AABefore

◆ position

OpenMS::Int position

◆ protein_index

OpenMS::Size protein_index