35 #ifndef OPENMS_FORMAT_PERCOLATOROUTFILE_H 36 #define OPENMS_FORMAT_PERCOLATOROUTFILE_H 59 enum ScoreType { QVALUE, POSTERRPROB, SCORE, SIZE_OF_SCORETYPE };
62 static const std::string score_type_names[SIZE_OF_SCORETYPE];
72 std::vector<PeptideIdentification>& peptides,
81 void resolveMisassignedNTermMods_(
String& peptide)
const;
86 #endif // OPENMS_FORMAT_PERCOLATOROUTFILE_H Representation of a protein identification run.
Definition: ProteinIdentification.h:62
ScoreType
Types of Percolator scores.
Definition: PercolatorOutfile.h:59
A more convenient string class.
Definition: String.h:57
Representation of a peptide/protein sequence.
Definition: AASequence.h:108
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Class for reading Percolator tab-delimited output files.
Definition: PercolatorOutfile.h:53