MzQuantMLFile

class pyopenms.MzQuantMLFile

Bases: object

Cython 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

__init__

  • Cython signature: void MzQuantMLFile()

isSemanticallyValid

Cython signature: bool isSemanticallyValid(String filename, StringList & errors, StringList & warnings)

load

Cython signature: void load(String filename, MSQuantifications & msq)

store

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