35 #ifndef OPENMS_FORMAT_MASCOTXMLFILE_H 36 #define OPENMS_FORMAT_MASCOTXMLFILE_H 48 class ProteinIdentification;
77 void load(
const String& filename,
79 std::vector<PeptideIdentification>& id_data,
94 void load(
const String& filename,
96 std::vector<PeptideIdentification>& id_data,
97 std::map<
String, std::vector<AASequence> >& peptides,
113 #endif // OPENMS_FORMAT_MASCOTXMLFILE_H Representation of a protein identification run.
Definition: ProteinIdentification.h:62
A more convenient string class.
Definition: String.h:57
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:82
Base class for loading/storing XML files that have a handler derived from XMLHandler.
Definition: XMLFile.h:49
Used to load Mascot XML files.
Definition: MascotXMLFile.h:58