47 class ProteinIdentification;
76 void load(
const String& filename,
78 std::vector<PeptideIdentification>& id_data,
93 void load(
const String& filename,
95 std::vector<PeptideIdentification>& id_data,
96 std::map<
String, std::vector<AASequence> >& peptides,
Representation of a protein identification run.
Definition: ProteinIdentification.h:61
A more convenient string class.
Definition: String.h:57
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
Base class for loading/storing XML files that have a handler derived from XMLHandler.
Definition: XMLFile.h:48
Used to load Mascot XML files.
Definition: MascotXMLFile.h:57