35 #ifndef OPENMS_ANALYSIS_ID_FALSEDISCOVERYRATE_H 36 #define OPENMS_ANALYSIS_ID_FALSEDISCOVERYRATE_H 78 void apply(std::vector<PeptideIdentification> & fwd_ids, std::vector<PeptideIdentification> & rev_ids);
85 void apply(std::vector<PeptideIdentification> &
id);
93 void apply(std::vector<ProteinIdentification> & fwd_ids, std::vector<ProteinIdentification> & rev_ids);
101 void apply(std::vector<ProteinIdentification> & ids);
111 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);
117 #endif // OPENMS_ANALYSIS_ID_FALSEDISCOVERYRATE_H Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Calculates an FDR from identifications.
Definition: FalseDiscoveryRate.h:65
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:92
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:51