MzMLSwathFileConsumer

class pyopenms.MzMLSwathFileConsumer

Bases: object

Cython implementation of _MzMLSwathFileConsumer

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

– Inherits from [‘FullSwathFileConsumer’]

__init__()
  • Cython signature: void MzMLSwathFileConsumer(MzMLSwathFileConsumer)

  • Cython signature: void MzMLSwathFileConsumer(String cachedir, String basename, size_t nr_ms1_spectra, libcpp_vector[int] nr_ms2_spectra)

  • Cython signature: void MzMLSwathFileConsumer(libcpp_vector[SwathMap] known_window_boundaries, String cachedir, String basename, size_t nr_ms1_spectra, libcpp_vector[int] nr_ms2_spectra)

Methods

__init__

  • Cython signature: void MzMLSwathFileConsumer(MzMLSwathFileConsumer)

consumeChromatogram

Cython signature: void consumeChromatogram(MSChromatogram & c)

consumeSpectrum

Cython signature: void consumeSpectrum(MSSpectrum & s)

retrieveSwathMaps

Cython signature: void retrieveSwathMaps(libcpp_vector[SwathMap] & maps)

setExpectedSize

Cython signature: void setExpectedSize(size_t s, size_t c)

setExperimentalSettings

Cython signature: void setExperimentalSettings(ExperimentalSettings exp)

consumeChromatogram()

Cython signature: void consumeChromatogram(MSChromatogram & c)

consumeSpectrum()

Cython signature: void consumeSpectrum(MSSpectrum & s)

retrieveSwathMaps()

Cython signature: void retrieveSwathMaps(libcpp_vector[SwathMap] & maps)

setExpectedSize()

Cython signature: void setExpectedSize(size_t s, size_t c)

setExperimentalSettings()

Cython signature: void setExperimentalSettings(ExperimentalSettings exp)