OpenMS
|
Visits nodes in the boost graph (either ptrs to an ID Object or some lightweight surrogates) and depending on their type gets the score (usually the posterior) plus if it is a decoy or a target. If not known or not defined, returns (-1.0, false) More...
#include <OpenMS/ANALYSIS/ID/IDBoostGraph.h>
Public Member Functions | |
std::pair< double, bool > | operator() (PeptideHit *pep) const |
std::pair< double, bool > | operator() (ProteinHit *prot) const |
std::pair< double, bool > | operator() (ProteinGroup &pg) const |
template<class T > | |
std::pair< double, bool > | operator() (T &) const |
Visits nodes in the boost graph (either ptrs to an ID Object or some lightweight surrogates) and depending on their type gets the score (usually the posterior) plus if it is a decoy or a target. If not known or not defined, returns (-1.0, false)
|
inline |
References MetaInfoInterface::getMetaValue(), PeptideHit::getScore(), and DataValue::toString().
|
inline |
References IDBoostGraph::ProteinGroup::score, and IDBoostGraph::ProteinGroup::tgts.
|
inline |
References MetaInfoInterface::getMetaValue(), ProteinHit::getScore(), and DataValue::toString().
|
inline |