119 std::vector<PeptideIdentification>& peptides,
129 const std::vector<PeptideIdentification>& peptides,
130 bool skip_sort =
false);
138 std::vector<PeptideIdentification>& peptides);
162 std::vector<PeptideIdentification>& peptides);
Representation of a protein identification run.
Definition: ProteinIdentification.h:68
IndexMap_ pep_to_indist_prot_grp_
mapping indist. protein group indices <- peptide identification indices
Definition: PeptideProteinResolution.h:102
Resolves shared peptides based on protein scores.
Definition: PeptideProteinResolution.h:86
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
std::set< Size > prot_grp_indices
Definition: PeptideProteinResolution.h:52
IndexMap_ indist_prot_grp_to_pep_
if the protein group at index i contains a target (first) and/or decoy (second)
Definition: PeptideProteinResolution.h:100
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
bool statistics_
log debug information?
Definition: PeptideProteinResolution.h:110
Definition: PeptideProteinResolution.h:50
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
std::map< String, Size > prot_acc_to_indist_prot_grp_
Definition: PeptideProteinResolution.h:107
std::map< Size, std::set< Size > > IndexMap_
Definition: PeptideProteinResolution.h:95
std::set< Size > pep_indices
Definition: PeptideProteinResolution.h:53