OpenMS
2.7.0
|
#include <OpenMS/ANALYSIS/ID/IDBoostGraph.h>
Public Member Functions | |
void | operator() (PeptideHit *pep, double posterior) const |
void | operator() (ProteinHit *prot, double posterior) const |
void | operator() (ProteinGroup &pg, double posterior) const |
template<class T > | |
void | operator() (T &, double) const |
Visits nodes in the boost graph (ptrs to an ID Object) and depending on their type sets the posterior Don't forget to set higherScoreBetter and score names in the parent ID objects.
|
inline |
References PeptideHit::setScore().
|
inline |
References IDBoostGraph::ProteinGroup::score.
|
inline |
References ProteinHit::setScore().
|
inline |