73 void rip(std::map<
String, std::pair<std::vector<ProteinIdentification>, std::vector<PeptideIdentification> > > & ripped, std::vector<ProteinIdentification> & proteins, std::vector<PeptideIdentification> & peptides);
86 void getProteinHits_(std::vector<ProteinHit> & result,
const std::vector<ProteinHit> & protein_hits,
const std::vector<String> & protein_accessions);
88 void getProteinAccessions_(std::vector<String> & result,
const std::vector<PeptideHit> & peptide_hits);
Representation of a protein identification run.
Definition: ProteinIdentification.h:61
A more convenient string class.
Definition: String.h:57
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:91
Ripping protein/peptide identification according their file origin.
Definition: IDRipper.h:52
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:62