OpenMS
2.7.0
|
#include <OpenMS/ANALYSIS/ID/PeptideIndexing.h>
Public Types | |
typedef std::map< OpenMS::Size, std::set< PeptideProteinMatchInformation > > | MapType |
Public Member Functions | |
FoundProteinFunctor (const ProteaseDigestion &enzyme, bool xtandem) | |
void | merge (FoundProteinFunctor &other) |
void | addHit (const OpenMS::Size idx_pep, const OpenMS::Size idx_prot, const OpenMS::Size len_pep, const OpenMS::String &seq_prot, OpenMS::Int position) |
Public Attributes | |
MapType | pep_to_prot |
OpenMS::Size | filter_passed |
OpenMS::Size | filter_rejected |
Private Attributes | |
ProteaseDigestion | enzyme_ |
bool | xtandem_ |
typedef std::map<OpenMS::Size, std::set<PeptideProteinMatchInformation> > MapType |
|
inlineexplicit |
|
inline |
References PeptideEvidence::C_TERMINAL_AA, ProteaseDigestion::isValidProduct(), PeptideEvidence::N_TERMINAL_AA, and seqan::position().
Referenced by PeptideIndexing::addHits_().
|
inline |
|
private |
OpenMS::Size filter_passed |
Referenced by PeptideIndexing::FoundProteinFunctor::merge(), and PeptideIndexing::run().
OpenMS::Size filter_rejected |
Referenced by PeptideIndexing::FoundProteinFunctor::merge(), and PeptideIndexing::run().
MapType pep_to_prot |
Referenced by PeptideIndexing::FoundProteinFunctor::merge(), and PeptideIndexing::run().
|
private |