MzQuantMLFile
- class pyopenms.MzQuantMLFile
Bases:
objectCython implementation of _MzQuantMLFile
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1MzQuantMLFile.html
- __init__()
Cython signature: void MzQuantMLFile()
Cython signature: void MzQuantMLFile(MzQuantMLFile &)
Methods
Cython signature: void MzQuantMLFile()
Cython signature: bool isSemanticallyValid(String filename, StringList & errors, StringList & warnings)
Cython signature: void load(String filename, MSQuantifications & msq)
Cython signature: void store(String filename, MSQuantifications & msq)
- isSemanticallyValid()
Cython signature: bool isSemanticallyValid(String filename, StringList & errors, StringList & warnings)
- Parameters
filename – File name of the file to be checked
errors – Errors during the validation are returned in this output parameter
warnings – Warnings during the validation are returned in this output parameter
- Raises
Exception: UnableToCreateFile is thrown if the file could not be created
- load()
Cython signature: void load(String filename, MSQuantifications & msq)
- Raises
Exception: FileNotFound is thrown if the file could not be opened
- Raises
Exception: ParseError is thrown if an error occurs during parsing
- store()
Cython signature: void store(String filename, MSQuantifications & msq)
- Raises
Exception: UnableToCreateFile is thrown if the file could not be created