OpenMS
|
Filter Peptide Hit by its digestion product. More...
#include <OpenMS/PROCESSING/ID/IDFilter.h>
Public Types | |
typedef PeptideHit | argument_type |
Public Member Functions | |
PeptideDigestionFilter (EnzymaticDigestion &digestion, Int min, Int max) | |
bool | operator() (PeptideHit &p) const |
void | filterPeptideSequences (std::vector< PeptideHit > &hits) |
Static Public Member Functions | |
static Int | disabledValue () |
Private Attributes | |
EnzymaticDigestion & | digestion_ |
Int | min_cleavages_ |
Int | max_cleavages_ |
Filter Peptide Hit by its digestion product.
typedef PeptideHit argument_type |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
Filter function on min max cutoff values to be used with remove_if returns true if peptide should be removed (does not pass filter)
References EnzymaticDigestion::filterByMissedCleavages(), PeptideHit::getSequence(), and AASequence::toUnmodifiedString().
|
private |
|
private |
|
private |