|
OpenMS
2.5.0
|
Go to the documentation of this file.
84 void apply_(std::vector<PeptideIdentification>& ids,
Abstract base class for ConsensusID algorithms that take peptide similarity into account.
Definition: ConsensusIDAlgorithmSimilarity.h:54
std::map< AASequence, std::pair< Int, std::vector< double > > > SequenceGrouping
Mapping: peptide sequence -> (charge, scores)
Definition: ConsensusIDAlgorithm.h:80
SimilarityCache similarities_
Cache for already computed sequence similarities.
Definition: ConsensusIDAlgorithmSimilarity.h:65
std::map< std::pair< AASequence, AASequence >, double > SimilarityCache
Mapping: pair of peptide sequences -> sequence similarity.
Definition: ConsensusIDAlgorithmSimilarity.h:62
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Representation of a peptide/protein sequence.
Definition: AASequence.h:113
Abstract base class for all ConsensusID algorithms (that calculate a consensus from multiple ID runs)...
Definition: ConsensusIDAlgorithm.h:59