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<DoubleReal, DoubleReal> & score_to_fdr, std::vector<DoubleReal> & target_scores, std::vector<DoubleReal> & decoy_scores, 
bool q_value, 
bool higher_score_better);
 
  117 #endif // OPENMS_ANALYSIS_ID_FALSEDISCOVERYRATE_H 
Calculates an FDR from identifications. 
Definition: FalseDiscoveryRate.h:65
A base class for all classes handling default parameters. 
Definition: DefaultParamHandler.h:90
Map class based on the STL map (containing serveral convenience functions) 
Definition: Map.h:50