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:61
A more convenient string class.
Definition: String.h:57
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
std::map< Size, std::pair< double, double > > IndexPosMappingType
Definition: PepNovoOutfile.h:60
Representation of a PepNovo output file.
Definition: PepNovoOutfile.h:56