Calculates a consensus from multiple ID runs based on PEPs and shared ions. More...
#include <OpenMS/ANALYSIS/ID/ConsensusIDAlgorithmPEPIons.h>
Public Member Functions | |
ConsensusIDAlgorithmPEPIons () | |
Default constructor. More... | |
![]() | |
void | apply (std::vector< PeptideIdentification > &ids, Size number_of_runs=0) |
Calculates the consensus ID for a set of peptide identifications of one spectrum or (consensus) feature. More... | |
virtual | ~ConsensusIDAlgorithm () |
Virtual destructor. More... | |
![]() | |
DefaultParamHandler (const String &name) | |
Constructor with name that is displayed in error messages. More... | |
DefaultParamHandler (const DefaultParamHandler &rhs) | |
Copy constructor. More... | |
virtual | ~DefaultParamHandler () |
Destructor. More... | |
virtual DefaultParamHandler & | operator= (const DefaultParamHandler &rhs) |
Assignment operator. More... | |
virtual bool | operator== (const DefaultParamHandler &rhs) const |
Equality operator. More... | |
void | setParameters (const Param ¶m) |
Sets the parameters. More... | |
const Param & | getParameters () const |
Non-mutable access to the parameters. More... | |
const Param & | getDefaults () const |
Non-mutable access to the default parameters. More... | |
const String & | getName () const |
Non-mutable access to the name. More... | |
void | setName (const String &name) |
Mutable access to the name. More... | |
const std::vector< String > & | getSubsections () const |
Non-mutable access to the registered subsections. More... | |
Private Member Functions | |
ConsensusIDAlgorithmPEPIons (const ConsensusIDAlgorithmPEPIons &) | |
Not implemented. More... | |
ConsensusIDAlgorithmPEPIons & | operator= (const ConsensusIDAlgorithmPEPIons &) |
Not implemented. More... | |
virtual void | updateMembers_ () |
Docu in base class. More... | |
virtual double | getSimilarity_ (AASequence seq1, AASequence seq2) |
Sequence similarity based on matching ions. More... | |
Private Attributes | |
double | mass_tolerance_ |
Fragment mass tolerance (for "PEPIons_") More... | |
Size | min_shared_ |
Min. number of shared fragments (for "PEPIons") More... | |
Additional Inherited Members | |
![]() | |
typedef std::map< std::pair< AASequence, AASequence >, double > | SimilarityCache |
Mapping: pair of peptide sequences -> sequence similarity. More... | |
![]() | |
typedef std::map< AASequence, std::pair< Int, std::vector< double > > > | SequenceGrouping |
Mapping: peptide sequence -> (charge, scores) More... | |
![]() | |
ConsensusIDAlgorithmSimilarity () | |
Default constructor. More... | |
![]() | |
ConsensusIDAlgorithm () | |
Default constructor. More... | |
void | compareChargeStates_ (Int &recorded_charge, Int new_charge, const AASequence &peptide) |
Compare (and possibly update) charge state information. More... | |
![]() | |
void | defaultsToParam_ () |
Updates the parameters after the defaults have been set in the constructor. More... | |
![]() | |
SimilarityCache | similarities_ |
Cache for already computed sequence similarities. More... | |
![]() | |
Size | considered_hits_ |
Number of peptide hits considered per ID run (input parameter) More... | |
Size | number_of_runs_ |
Number of ID runs. More... | |
double | min_support_ |
Fraction of required support by other ID runs (input parameter) More... | |
bool | count_empty_ |
Count empty runs in "min_support" calculation? (input parameter) More... | |
![]() | |
Param | param_ |
Container for current parameters. More... | |
Param | defaults_ |
Container for default parameters. This member should be filled in the constructor of derived classes! More... | |
std::vector< String > | subsections_ |
Container for registered subsections. This member should be filled in the constructor of derived classes! More... | |
String | error_name_ |
Name that is displayed in error messages during the parameter checking. More... | |
bool | check_defaults_ |
If this member is set to false no checking if parameters in done;. More... | |
bool | warn_empty_defaults_ |
If this member is set to false no warning is emitted when defaults are empty;. More... | |
Calculates a consensus from multiple ID runs based on PEPs and shared ions.
Default constructor.
|
private |
Not implemented.
|
privatevirtual |
Sequence similarity based on matching ions.
Implements ConsensusIDAlgorithmSimilarity.
|
private |
Not implemented.
|
privatevirtual |
Docu in base class.
Reimplemented from ConsensusIDAlgorithm.
|
private |
Fragment mass tolerance (for "PEPIons_")
|
private |
Min. number of shared fragments (for "PEPIons")
OpenMS / TOPP release 2.0.0 | Documentation generated on Tue Nov 1 2016 16:34:46 using doxygen 1.8.11 |