#include <OpenMS/FORMAT/MascotXMLFile.h>
This class is used to load documents that implement the schema of MascotXML files.
Public Member Functions | |
MascotXMLFile () | |
Constructor. | |
void | load (const String &filename, ProteinIdentification &protein_identification, std::vector< PeptideIdentification > &id_data) const throw (Exception::FileNotFound, Exception::ParseError) |
loads data from a MascotXML file |
MascotXMLFile | ( | ) |
Constructor.
void load | ( | const String & | filename, | |
ProteinIdentification & | protein_identification, | |||
std::vector< PeptideIdentification > & | id_data | |||
) | const throw (Exception::FileNotFound, Exception::ParseError) |
loads data from a MascotXML file
filename | the file to be loaded | |
protein_identification | protein identifications belonging to the whole experiment | |
id_data | the identifications with m/z and RT |
Generated Tue Apr 1 15:36:44 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |