77 void apply(std::vector<PeptideIdentification> & fwd_ids, std::vector<PeptideIdentification> & rev_ids)
const;
84 void apply(std::vector<PeptideIdentification> &
id)
const;
92 void apply(std::vector<ProteinIdentification> & fwd_ids, std::vector<ProteinIdentification> & rev_ids)
const;
100 void apply(std::vector<ProteinIdentification> & ids)
const;
110 void calculateFDRs_(
Map<double, double> & score_to_fdr, std::vector<double> & target_scores, std::vector<double> & decoy_scores,
bool q_value,
bool higher_score_better)
const;
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Calculates an FDR from identifications.
Definition: FalseDiscoveryRate.h:64
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:91
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:50