35 #ifndef OPENMS_FORMAT_MASCOTXMLFILE_H
36 #define OPENMS_FORMAT_MASCOTXMLFILE_H
47 class ProteinIdentification;
82 void load(
const String& filename,
84 std::vector<PeptideIdentification>& id_data,
85 const RTMapping& rt_mapping = RTMapping(),
86 const String& scan_regex =
"");
104 void load(
const String& filename,
106 std::vector<PeptideIdentification>& id_data,
107 std::map<
String, std::vector<AASequence> >& peptides,
108 const RTMapping& rt_mapping = RTMapping(),
109 const String& scan_regex =
"");
122 RTMapping& rt_mapping);
128 #endif // OPENMS_FORMAT_MASCOTXMLFILE_H
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:47
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:69
Base class for loading/storing XML files that have a handler derived from XMLHandler.
Definition: XMLFile.h:53
Internal::MascotXMLHandler::RTMapping RTMapping
Definition: MascotXMLFile.h:62
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:51
Used to load MascotXML files.
Definition: MascotXMLFile.h:57