58 enum ScoreType { QVALUE, POSTERRPROB, SCORE, SIZE_OF_SCORETYPE };
61 static const std::string score_type_names[SIZE_OF_SCORETYPE];
71 std::vector<PeptideIdentification>& peptides,
80 void resolveMisassignedNTermMods_(
String& peptide)
const;
Representation of a protein identification run.
Definition: ProteinIdentification.h:61
ScoreType
Types of Percolator scores.
Definition: PercolatorOutfile.h:58
A more convenient string class.
Definition: String.h:57
Representation of a peptide/protein sequence.
Definition: AASequence.h:107
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Class for reading Percolator tab-delimited output files.
Definition: PercolatorOutfile.h:52