MzXMLFile#
- class pyopenms.MzXMLFile#
Bases:
objectCython 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
Cython signature: void MzXMLFile()
Cython signature: void endProgress() Ends the progress display
Cython signature: LogType getLogType() Returns the type of progress log being used
Cython signature: PeakFileOptions getOptions() Returns the options for loading/storing
Cython signature: void load(String filename, MSExperiment & exp)
Cython signature: void nextProgress() Increment progress by 1 (according to range begin-end)
Cython signature: void setLogType(LogType) Sets the progress log that should be used.
Cython signature: void setOptions(PeakFileOptions) Sets options for loading/storing
Cython signature: void setProgress(ptrdiff_t value) Sets the current progress
Cython signature: void startProgress(ptrdiff_t begin, ptrdiff_t end, String label)
Cython signature: void store(String filename, MSExperiment & exp)
- 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()#