35 #ifndef OPENMS_ANALYSIS_ID_PEPTIDEPROTEINRESOLUTION_H 36 #define OPENMS_ANALYSIS_ID_PEPTIDEPROTEINRESOLUTION_H 120 const std::vector<PeptideIdentification>& peptides);
128 std::vector<PeptideIdentification>& peptides);
152 std::vector<PeptideIdentification>& peptides);
157 #endif // OPENMS_ANALYSIS_ID_PEPTIDEPROTEINRESOLUTION_H Representation of a protein identification run.
Definition: ProteinIdentification.h:62
IndexMap_ pep_to_indist_prot_grp_
mapping indist. protein group indices <- peptide identification indices
Definition: PeptideProteinResolution.h:101
Resolves shared peptides based on protein scores.
Definition: PeptideProteinResolution.h:87
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
std::set< Size > prot_grp_indices
Definition: PeptideProteinResolution.h:53
IndexMap_ indist_prot_grp_to_pep_
mapping indist. protein group indices -> peptide identification indices
Definition: PeptideProteinResolution.h:99
std::ostream & operator<<(std::ostream &os, const AccurateMassSearchResult &amsr)
bool statistics_
log debug information?
Definition: PeptideProteinResolution.h:109
Definition: PeptideProteinResolution.h:51
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:128
std::map< String, Size > prot_acc_to_indist_prot_grp_
Definition: PeptideProteinResolution.h:106
std::map< Size, std::set< Size > > IndexMap_
Definition: PeptideProteinResolution.h:96
std::set< Size > pep_indices
Definition: PeptideProteinResolution.h:54