68 virtual void preprocess_(std::vector<PeptideIdentification>& ids);
79 bool higher_better) = 0;
89 void apply_(std::vector<PeptideIdentification>& ids,
90 const std::map<String, String>& se_info,
Abstract base class for ConsensusID algorithms that compare only identical sequences.
Definition: ConsensusIDAlgorithmIdentity.h:54
virtual void preprocess_(std::vector< PeptideIdentification > &ids)
Preprocessing of peptide IDs (in the beginning of "apply_").
virtual double getAggregateScore_(std::vector< double > &scores, bool higher_better)=0
Aggregate peptide scores into one final score (to be implemented by subclasses).
void apply_(std::vector< PeptideIdentification > &ids, const std::map< String, String > &se_info, SequenceGrouping &results) override
Consensus scoring.
ConsensusIDAlgorithmIdentity(const ConsensusIDAlgorithmIdentity &)
Not implemented.
ConsensusIDAlgorithmIdentity()
Default constructor.
ConsensusIDAlgorithmIdentity & operator=(const ConsensusIDAlgorithmIdentity &)
Not implemented.
Abstract base class for all ConsensusID algorithms (that calculate a consensus from multiple ID runs)...
Definition: ConsensusIDAlgorithm.h:61
std::map< AASequence, HitInfo > SequenceGrouping
Mapping: peptide sequence -> (charge, scores)
Definition: ConsensusIDAlgorithm.h:103
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47