63 void run(std::vector<PeptideIdentification> &pep_ids, std::vector<ProteinIdentification> &prot_ids)
const;
68 std::unordered_map<std::string, std::pair<ProteinHit*, Size>>& acc_to_protein_hitP_and_count,
69 std::unordered_map<std::string, std::map<Int, PeptideHit*>>& best_pep,
71 std::vector<PeptideIdentification>& pep_ids,
72 AggregationMethod aggregation_method,
74 bool use_shared_peptides,
75 bool treat_charge_variants_separately,
76 bool treat_modification_variants_separately,
77 bool skip_count_annotation)
const;
Representation of a protein identification run.
Definition: ProteinIdentification.h:68
A more convenient string class.
Definition: String.h:58
Algorithm class that implements simple protein inference by aggregation of peptide scores It has mult...
Definition: BasicProteinInferenceAlgorithm.h:46
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
AggregationMethod
Definition: BasicProteinInferenceAlgorithm.h:52
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:54
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:91
Definition: BasicProteinInferenceAlgorithm.h:54