|
OpenMS
2.6.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 an experimental design in OpenMS. Instances can be loaded with the ExperimentalDesi...
Definition: ExperimentalDesign.h:243
std::size_t(*)(const ProteinHit &) hash_type
Definition: ConsensusMapMergerAlgorithm.h:112
A more convenient string class.
Definition: String.h:59
Representation of a protein hit.
Definition: ProteinHit.h:58
bool(*)(const ProteinHit &, const ProteinHit &) equal_type
Definition: ConsensusMapMergerAlgorithm.h:113
Representation of a protein identification run.
Definition: ProteinIdentification.h:70
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:92
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:108
A container for consensus elements.
Definition: ConsensusMap.h:80
static size_t accessionHash_(const ProteinHit &p)
Definition: ConsensusMapMergerAlgorithm.h:104