OpenMS
|
Given a list of protein accessions, do any occur in the annotation(s) of this hit? More...
#include <OpenMS/PROCESSING/ID/IDFilter.h>
Public Types | |
typedef HitType | argument_type |
Public Member Functions | |
HasMatchingAccession (const std::set< String > &accessions_) | |
bool | operator() (const PeptideHit &hit) const |
bool | operator() (const ProteinHit &hit) const |
bool | operator() (const PeptideEvidence &evidence) const |
Public Attributes | |
const std::set< String > & | accessions |
Given a list of protein accessions, do any occur in the annotation(s) of this hit?
typedef HitType argument_type |
|
inline |
|
inline |
References PeptideEvidence::getProteinAccession().
|
inline |
References PeptideHit::extractProteinAccessionsSet().
|
inline |
References ProteinHit::getAccession().
const std::set<String>& accessions |