Base class for loading/storing XML files that have a handler derived from XMLHandler.
Definition: XMLFile.h:23
File adapter for MzIdentML files.
Definition: MzIdentMLFile.h:44
void store(const String &filename, const std::vector< ProteinIdentification > &poid, const PeptideIdentificationList &peid) const
Stores the identifications in a MzIdentML file.
MzIdentMLFile()
Default constructor.
void load(const String &filename, std::vector< ProteinIdentification > &poid, PeptideIdentificationList &peid)
Loads the identifications from a MzIdentML file.
~MzIdentMLFile() override
Destructor.
bool isSemanticallyValid(const String &filename, StringList &errors, StringList &warnings)
Checks if a file is valid with respect to the mapping file and the controlled vocabulary.
Container for peptide identifications from multiple spectra.
Definition: PeptideIdentificationList.h:66
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:27
A more convenient string class.
Definition: String.h:34
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:44
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19