21 class ProteinIdentification;
66 const double & score_threshold,
68 const std::map<String, String> & mod_id_map);
Representation of a PepNovo output file.
Definition: PepNovoOutfile.h:32
void getSearchEngineAndVersion(const String &pepnovo_output_without_parameters_filename, ProteinIdentification &protein_identification)
get the search engine version and search parameters from a PepNovo output file
PepNovoOutfile & operator=(const PepNovoOutfile &pepnovo_outfile)
assignment operator
std::map< Size, std::pair< double, double > > IndexPosMappingType
Definition: PepNovoOutfile.h:35
virtual ~PepNovoOutfile()
destructor
bool operator==(const PepNovoOutfile &pepnovo_outfile) const
equality operator
PepNovoOutfile()
Constructor.
PepNovoOutfile(const PepNovoOutfile &pepnovo_outfile)
copy constructor
void load(const std::string &result_filename, PeptideIdentificationList &peptide_identifications, ProteinIdentification &protein_identification, const double &score_threshold, const IndexPosMappingType &id_rt_mz, const std::map< String, String > &mod_id_map)
loads data from a PepNovo outfile
Container for peptide identifications from multiple spectra.
Definition: PeptideIdentificationList.h:66
Representation of a protein identification run.
Definition: ProteinIdentification.h:51
A more convenient string class.
Definition: String.h:34
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19