DTA2DFile#
- class pyopenms.DTA2DFile#
Bases:
object
Cython implementation of _DTA2DFile
- Original C++ documentation is available here
– Inherits from [‘ProgressLogger’]
Methods
Overload:
endProgress
(self)Ends the progress display
getLogType
(self)Returns the type of progress log being used
getOptions
(self)load
(self, filename, peakmap)nextProgress
(self)Increment progress by 1 (according to range begin-end)
setLogType
(self, in_0)Sets the progress log that should be used.
setProgress
(self, value)Sets the current progress
startProgress
(self, begin, end, label)store
(self, filename, peakmap)storeTIC
(self, filename, peakmap)- endProgress(self) None #
Ends the progress display
- getLogType(self) int #
Returns the type of progress log being used
- getOptions(self) PeakFileOptions #
- load(self, filename: bytes | str | String, peakmap: MSExperiment) None #
- nextProgress(self) None #
Increment progress by 1 (according to range begin-end)
- setLogType(self, in_0: int) None #
Sets the progress log that should be used. The default type is NONE!
- setProgress(self, value: int) None #
Sets the current progress
- store(self, filename: bytes | str | String, peakmap: MSExperiment) None #
- storeTIC(self, filename: bytes | str | String, peakmap: MSExperiment) None #