46 class ProteinIdentification;
89 void load(
const std::string & result_filename, std::vector<PeptideIdentification> & peptide_identifications,
91 const double & score_threshold,
93 const std::map<String, String> & mod_id_map);
102 void getSearchEngineAndVersion(
const String & pepnovo_output_without_parameters_filename,
ProteinIdentification & protein_identification);
Representation of a protein identification run.
Definition: ProteinIdentification.h:74
A more convenient string class.
Definition: String.h:58
bool operator==(const IDBoostGraph::ProteinGroup &lhs, const IDBoostGraph::ProteinGroup &rhs)
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
std::map< Size, std::pair< double, double > > IndexPosMappingType
Definition: PepNovoOutfile.h:60
Representation of a PepNovo output file.
Definition: PepNovoOutfile.h:56