35 #ifndef OPENMS_ANALYSIS_ID_CONSENSUSIDALGORITHMIDENTITY_H 36 #define OPENMS_ANALYSIS_ID_CONSENSUSIDALGORITHMIDENTITY_H 69 virtual void preprocess_(std::vector<PeptideIdentification>& ids);
79 virtual double getAggregateScore_(std::vector<double>& scores,
80 bool higher_better) = 0;
90 virtual void apply_(std::vector<PeptideIdentification>& ids,
96 #endif // OPENMS_ANALYSIS_ID_CONSENSUSIDALGORITHMIDENTITY_H Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Abstract base class for ConsensusID algorithms that compare only identical sequences.
Definition: ConsensusIDAlgorithmIdentity.h:53
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