![]() |
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. 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.
| Exception::MissingInformation | if a hit's target/decoy status is unknown (the "target_decoy" meta value is not set; run PeptideIndexer first). Previously a missing value was silently misclassified as a decoy. |
|
inline |
References PeptideHit::getScore(), and PeptideHit::getTargetDecoyType().
|
inline |
References IDBoostGraph::ProteinGroup::score, and IDBoostGraph::ProteinGroup::tgts.
|
inline |
References ProteinHit::getScore(), and ProteinHit::getTargetDecoyType().
|
inline |