42 virtual void preprocess_(std::vector<PeptideIdentification>& ids);
53 bool higher_better) = 0;
63 void apply_(std::vector<PeptideIdentification>& ids,
64 const std::map<String, String>& se_info,
Abstract base class for ConsensusID algorithms that compare only identical sequences.
Definition: ConsensusIDAlgorithmIdentity.h:28
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:34
std::map< AASequence, HitInfo > SequenceGrouping
Mapping: peptide sequence -> (charge, scores)
Definition: ConsensusIDAlgorithm.h:71
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19