SpectrumAccessQuadMZTransforming#

class pyopenms.SpectrumAccessQuadMZTransforming#

Bases: object

Cython implementation of _SpectrumAccessQuadMZTransforming

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

– Inherits from [‘SpectrumAccessTransforming’]

__init__()#
  • Cython signature: void SpectrumAccessQuadMZTransforming()

  • Cython signature: void SpectrumAccessQuadMZTransforming(SpectrumAccessQuadMZTransforming &)

  • Cython signature: void SpectrumAccessQuadMZTransforming(shared_ptr[SpectrumAccessOpenMS], double a, double b, double c, bool ppm)

  • Cython signature: void SpectrumAccessQuadMZTransforming(shared_ptr[SpectrumAccessOpenMSCached], double a, double b, double c, bool ppm)

  • Cython signature: void SpectrumAccessQuadMZTransforming(shared_ptr[SpectrumAccessOpenMSInMemory], double a, double b, double c, bool ppm)

Methods

__init__

  • Cython signature: void SpectrumAccessQuadMZTransforming()

getChromatogramById

Cython signature: shared_ptr[OSChromatogram] getChromatogramById(int id_) Returns a pointer to a chromatogram at the given id

getChromatogramNativeID

Cython signature: libcpp_utf8_output_string getChromatogramNativeID(int id_)

getNrChromatograms

Cython signature: size_t getNrChromatograms() Returns the number of chromatograms available

getNrSpectra

Cython signature: size_t getNrSpectra() Returns the number of spectra available

getSpectraByRT

Cython signature: libcpp_vector[size_t] getSpectraByRT(double RT, double deltaRT) Returns a vector of ids of spectra that are within RT +/- deltaRT

getSpectrumById

Cython signature: shared_ptr[OSSpectrum] getSpectrumById(int id_) Returns a pointer to a spectrum at the given string id

getChromatogramById()#

Cython signature: shared_ptr[OSChromatogram] getChromatogramById(int id_) Returns a pointer to a chromatogram at the given id

getChromatogramNativeID()#

Cython signature: libcpp_utf8_output_string getChromatogramNativeID(int id_)

getNrChromatograms()#

Cython signature: size_t getNrChromatograms() Returns the number of chromatograms available

getNrSpectra()#

Cython signature: size_t getNrSpectra() Returns the number of spectra available

getSpectraByRT()#

Cython signature: libcpp_vector[size_t] getSpectraByRT(double RT, double deltaRT) Returns a vector of ids of spectra that are within RT +/- deltaRT

getSpectrumById()#

Cython signature: shared_ptr[OSSpectrum] getSpectrumById(int id_) Returns a pointer to a spectrum at the given string id