OpenMS
IdentificationSummary::Result Struct Reference

#include <OpenMS/QC/IdentificationSummary.h>

Collaboration diagram for IdentificationSummary::Result:
[legend]

Public Member Functions

bool operator== (const Result &rhs) const
 

Public Attributes

UInt peptide_spectrum_matches = 0
 
UniqueID unique_peptides
 
UniqueID unique_proteins
 
float missed_cleavages_mean = 0
 
double protein_hit_scores_mean = 0
 
double peptide_length_mean = 0
 

Member Function Documentation

◆ operator==()

bool operator== ( const Result rhs) const

Member Data Documentation

◆ missed_cleavages_mean

float missed_cleavages_mean = 0

◆ peptide_length_mean

double peptide_length_mean = 0

◆ peptide_spectrum_matches

UInt peptide_spectrum_matches = 0

◆ protein_hit_scores_mean

double protein_hit_scores_mean = 0

◆ unique_peptides

UniqueID unique_peptides

◆ unique_proteins

UniqueID unique_proteins