|
OpenMS
2.5.0
|
Go to the documentation of this file.
43 #include <unordered_set>
91 const std::map<unsigned, unsigned>& mapIdx_to_new_protIDRun)
const;
99 bool checkOldRunConsistency_(
const std::vector<ProteinIdentification>& protRuns,
const String& experiment_type)
const;
101 bool checkOldRunConsistency_(
const std::vector<ProteinIdentification>& protRuns,
const ProteinIdentification& ref,
const String& experiment_type)
const;
Representation of the Experimental Design in OpenMS. Instances can be loaded via the ExperimentalDesi...
Definition: ExperimentalDesign.h:85
std::size_t(*)(const ProteinHit &) hash_type
Definition: ConsensusMapMergerAlgorithm.h:114
A more convenient string class.
Definition: String.h:58
Representation of a protein hit.
Definition: ProteinHit.h:57
bool(*)(const ProteinHit &, const ProteinHit &) equal_type
Definition: ConsensusMapMergerAlgorithm.h:115
Representation of a protein identification run.
Definition: ProteinIdentification.h:71
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:91
const String & getAccession() const
returns the accession of the protein
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:54
Merges identification data in ConsensusMaps.
Definition: ConsensusMapMergerAlgorithm.h:63
static bool accessionEqual_(const ProteinHit &p1, const ProteinHit &p2)
Definition: ConsensusMapMergerAlgorithm.h:110
A container for consensus elements.
Definition: ConsensusMap.h:79
static size_t accessionHash_(const ProteinHit &p)
Definition: ConsensusMapMergerAlgorithm.h:106