MzXMLFile

class pyopenms.MzXMLFile

Bases: object

Cython implementation of _MzXMLFile

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1MzXMLFile.html

– Inherits from [‘ProgressLogger’]

__init__()
  • Cython signature: void MzXMLFile()

  • Cython signature: void MzXMLFile(MzXMLFile &)

Methods

__init__

  • Cython signature: void MzXMLFile()

endProgress

Cython signature: void endProgress() Ends the progress display

getLogType

Cython signature: LogType getLogType() Returns the type of progress log being used

getOptions

Cython signature: PeakFileOptions getOptions() Returns the options for loading/storing

load

Cython signature: void load(String filename, MSExperiment & exp)

nextProgress

Cython signature: void nextProgress() Increment progress by 1 (according to range begin-end)

setLogType

Cython signature: void setLogType(LogType) Sets the progress log that should be used.

setOptions

Cython signature: void setOptions(PeakFileOptions) Sets options for loading/storing

setProgress

Cython signature: void setProgress(ptrdiff_t value) Sets the current progress

startProgress

Cython signature: void startProgress(ptrdiff_t begin, ptrdiff_t end, String label)

store

Cython signature: void store(String filename, MSExperiment & exp)

transform

endProgress()

Cython signature: void endProgress() Ends the progress display

getLogType()

Cython signature: LogType getLogType() Returns the type of progress log being used

getOptions()

Cython signature: PeakFileOptions getOptions() Returns the options for loading/storing

load()

Cython signature: void load(String filename, MSExperiment & exp)

Parameters

exp – MSExperiment

nextProgress()

Cython signature: void nextProgress() Increment progress by 1 (according to range begin-end)

setLogType()

Cython signature: void setLogType(LogType) Sets the progress log that should be used. The default type is NONE!

setOptions()

Cython signature: void setOptions(PeakFileOptions) Sets options for loading/storing

setProgress()

Cython signature: void setProgress(ptrdiff_t value) Sets the current progress

startProgress()

Cython signature: void startProgress(ptrdiff_t begin, ptrdiff_t end, String label)

store()

Cython signature: void store(String filename, MSExperiment & exp)

Parameters

exp – MSExperiment

transform()