35 #ifndef OPENMS_ANALYSIS_ID_CONSENSUSIDALGORITHMSIMILARITY_H    36 #define OPENMS_ANALYSIS_ID_CONSENSUSIDALGORITHMSIMILARITY_H    85     virtual void apply_(std::vector<PeptideIdentification>& ids,
    91 #endif // OPENMS_ANALYSIS_ID_CONSENSUSIDALGORITHMSIMILARITY_H SimilarityCache similarities_
Cache for already computed sequence similarities. 
Definition: ConsensusIDAlgorithmSimilarity.h:66
 
Representation of a peptide/protein sequence. 
Definition: AASequence.h:108
 
Main OpenMS namespace. 
Definition: FeatureDeconvolution.h:47
 
std::map< std::pair< AASequence, AASequence >, double > SimilarityCache
Mapping: pair of peptide sequences -> sequence similarity. 
Definition: ConsensusIDAlgorithmSimilarity.h:63
 
Abstract base class for ConsensusID algorithms that take peptide similarity into account. 
Definition: ConsensusIDAlgorithmSimilarity.h:55
 
Abstract base class for all ConsensusID algorithms (that calculate a consensus from multiple ID runs)...
Definition: ConsensusIDAlgorithm.h:60
 
std::map< AASequence, std::pair< Int, std::vector< double > > > SequenceGrouping
Mapping: peptide sequence -> (charge, scores) 
Definition: ConsensusIDAlgorithm.h:81