ChromatogramExtractor
- class pyopenms.ChromatogramExtractor
Bases:
objectCython implementation of _ChromatogramExtractor
- Original C++ documentation is available here
– Inherits from [‘ProgressLogger’]
- __init__()
Overload:
- __init__(self) None
Overload:
- __init__(self, in_0: ChromatogramExtractor) None
Methods
Overload:
endProgress(self)Ends the progress display
extractChromatograms(self, input, output, ...)Extract chromatograms at the m/z and RT defined by the ExtractionCoordinates
getLogType(self)Returns the type of progress log being used
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)- endProgress(self) None
Ends the progress display
- extractChromatograms(self, input: MSExperiment, output: MSExperiment, transition_exp: TargetedExperiment, extract_window: float, ppm: bool, trafo: TransformationDescription, rt_extraction_window: float, filter: Union[bytes, str, String]) None
Extract chromatograms at the m/z and RT defined by the ExtractionCoordinates
- getLogType(self) int
Returns the type of progress log being used
- 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