Fills the scores_labels vector from an ID data structure.  
More...
 | 
| static void  | getScores_ (ScoreToTgtDecLabelPairs &scores_labels, const std::vector< ProteinIdentification::ProteinGroup > &grps, const std::unordered_set< std::string > &decoy_accs) | 
|   | 
| template<class ... Args>  | 
| static void  | getScores_ (ScoreToTgtDecLabelPairs &scores_labels, const std::vector< PeptideIdentification > &ids, Args &&... args) | 
|   | 
| static void  | getScores_ (ScoreToTgtDecLabelPairs &scores_labels, const ProteinIdentification &id) | 
|   | 
| template<class ... Args>  | 
| static void  | getScores_ (ScoreToTgtDecLabelPairs &scores_labels, const PeptideIdentification &id, bool all_hits, Args &&... args) | 
|   | 
| template<typename IDPredicate , class ... Args>  | 
| static void  | getScores_ (ScoreToTgtDecLabelPairs &scores_labels, const PeptideIdentification &id, IDPredicate &&fun, bool all_hits, Args &&... args) | 
|   | 
| template<typename HitPredicate >  | 
| static void  | getScores_ (ScoreToTgtDecLabelPairs &scores_labels, const PeptideHit &hit, HitPredicate &&fun) | 
|   | 
| template<typename HitType , typename std::enable_if< IsHitType< HitType >::value >::type *  = nullptr>  | 
| static void  | getScores_ (ScoreToTgtDecLabelPairs &scores_labels, const HitType &hit) | 
|   | 
Fills the scores_labels vector from an ID data structure. 
- Parameters
 - 
  
    | scores_labels | Pairs of scores and boolean target decoy labels to be filled. target = true. | 
  
   
Just use the one you need. 
◆ getScores_() [1/7]
◆ getScores_() [2/7]
◆ getScores_() [3/7]
◆ getScores_() [4/7]
◆ getScores_() [5/7]
◆ getScores_() [6/7]
◆ getScores_() [7/7]