MzMLSwathFileConsumer

class pyopenms.MzMLSwathFileConsumer

Bases: object

Cython implementation of _MzMLSwathFileConsumer

Original C++ documentation is available here

– Inherits from [‘FullSwathFileConsumer’]

__init__()

Overload:

__init__(self, in_0: MzMLSwathFileConsumer) None

Overload:

__init__(self, cachedir: Union[bytes, str, String], basename: Union[bytes, str, String], nr_ms1_spectra: int, nr_ms2_spectra: List[int]) None

Overload:

__init__(self, known_window_boundaries: List[SwathMap], cachedir: Union[bytes, str, String], basename: Union[bytes, str, String], nr_ms1_spectra: int, nr_ms2_spectra: List[int]) None

Methods

__init__

Overload:

consumeChromatogram(self, c)

consumeSpectrum(self, s)

retrieveSwathMaps(self, maps)

setExpectedSize(self, s, c)

setExperimentalSettings(self, exp)

consumeChromatogram(self, c: MSChromatogram) None
consumeSpectrum(self, s: MSSpectrum) None
retrieveSwathMaps(self, maps: List[SwathMap]) None
setExpectedSize(self, s: int, c: int) None
setExperimentalSettings(self, exp: ExperimentalSettings) None