| 
| template<typename IDType , class ... Args>  | 
| static void  | setScores_ (const std::map< double, double > &scores_to_FDR, std::vector< IDType > &ids, const std::string &score_type, bool higher_better, Args &&... args) | 
|   | 
| template<typename IDType >  | 
| static String  | setScoreType_ (IDType &id, const std::string &score_type, bool higher_better) | 
|   | 
| template<typename IDType >  | 
| static void  | setScores_ (const std::map< double, double > &scores_to_FDR, IDType &id, const std::string &score_type, bool higher_better, bool keep_decoy) | 
|   | 
| template<typename IDType >  | 
| static void  | setScores_ (const std::map< double, double > &scores_to_FDR, IDType &id, const String &old_score_type) | 
|   | 
| template<typename IDType >  | 
| static void  | setScoresHigherWorse_ (const std::map< double, double > &scores_to_FDR, IDType &id, const String &old_score_type) | 
|   | 
| template<typename IDType , class ... Args>  | 
| static void  | setScoresAndRemoveDecoys_ (const std::map< double, double > &scores_to_FDR, IDType &id, const String &old_score_type, Args &&... args) | 
|   | 
| template<typename IDType , class ... Args>  | 
| static void  | setScoresHigherWorseAndRemoveDecoys_ (const std::map< double, double > &scores_to_FDR, IDType &id, const String &old_score_type, Args &&... args) | 
|   | 
| template<typename HitType >  | 
| static void  | setScore_ (const std::map< double, double > &scores_to_FDR, HitType &hit, const std::string &old_score_type) | 
|   | 
| template<typename HitType >  | 
| static void  | setScoreHigherWorse_ (const std::map< double, double > &scores_to_FDR, HitType &hit, const std::string &old_score_type) | 
|   | 
| static void  | setScores_ (const std::map< double, double > &scores_to_FDR, PeptideIdentification &id, const std::string &score_type, bool higher_better, bool keep_decoy, int charge) | 
|   | 
| static void  | setScores_ (const std::map< double, double > &scores_to_FDR, PeptideIdentification &id, const std::string &score_type, bool higher_better, bool keep_decoy, int charge, const String &identifier) | 
|   | 
| template<typename IDType >  | 
| static void  | setScores_ (const std::map< double, double > &scores_to_FDR, IDType &id, const std::string &score_type, bool higher_better, bool keep_decoy, const String &identifier) | 
|   | 
| static void  | setScores_ (const std::map< double, double > &scores_to_FDR, PeptideIdentification &id, const std::string &score_type, bool higher_better, int charge, const String &identifier) | 
|   | 
| template<typename IDType >  | 
| static void  | setScores_ (const std::map< double, double > &scores_to_FDR, IDType &id, const std::string &score_type, bool higher_better, const String &identifier) | 
|   | 
| template<typename IDType >  | 
| static void  | setScores_ (const std::map< double, double > &scores_to_FDR, IDType &id, const std::string &score_type, bool higher_better, int charge) | 
|   | 
| static void  | setScores_ (const std::map< double, double > &scores_to_FDR, std::vector< ProteinIdentification::ProteinGroup > &grps, const std::string &score_type, bool higher_better) | 
|   | 
Sets FDRs/qVals from a scores_to_FDR map in the ID data structures. 
Just use the one you need.