68 virtual void preprocess_(std::vector<PeptideIdentification>& ids);
78 virtual double getAggregateScore_(std::vector<double>& scores,
79 bool higher_better) = 0;
89 void apply_(std::vector<PeptideIdentification>& ids,
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Abstract base class for ConsensusID algorithms that compare only identical sequences.
Definition: ConsensusIDAlgorithmIdentity.h:52
Abstract base class for all ConsensusID algorithms (that calculate a consensus from multiple ID runs)...
Definition: ConsensusIDAlgorithm.h:59
std::map< AASequence, std::pair< Int, std::vector< double > > > SequenceGrouping
Mapping: peptide sequence -> (charge, scores)
Definition: ConsensusIDAlgorithm.h:80