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;
A more convenient string class.
Definition: String.h:58
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:91
std::size_t(*)(const ProteinHit &) hash_type
Definition: ConsensusMapMergerAlgorithm.h:114
const String & getAccession() const
returns the accession of the protein
static size_t accessionHash_(const ProteinHit &p)
Definition: ConsensusMapMergerAlgorithm.h:106
Representation of a protein hit.
Definition: ProteinHit.h:57
Representation of a protein identification run.
Definition: ProteinIdentification.h:71
Merges identification data in ConsensusMaps.
Definition: ConsensusMapMergerAlgorithm.h:63
static bool accessionEqual_(const ProteinHit &p1, const ProteinHit &p2)
Definition: ConsensusMapMergerAlgorithm.h:110
Representation of the Experimental Design in OpenMS. Instances can be loaded via the ExperimentalDesi...
Definition: ExperimentalDesign.h:85
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:54
bool(*)(const ProteinHit &, const ProteinHit &) equal_type
Definition: ConsensusMapMergerAlgorithm.h:115
A container for consensus elements.
Definition: ConsensusMap.h:79