Normalizer#

class pyopenms.Normalizer#

Bases: object

Cython implementation of _Normalizer

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

– Inherits from [‘DefaultParamHandler’]

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

  • Cython signature: void Normalizer(Normalizer)

Methods

__init__

  • Cython signature: void Normalizer()

filterPeakMap

Cython signature: void filterPeakMap(MSExperiment & exp) Normalizes the peak map

filterPeakSpectrum

Cython signature: void filterPeakSpectrum(MSSpectrum & spec) Normalizes the peak spectrum

filterSpectrum

Cython signature: void filterSpectrum(MSSpectrum & spec) Normalizes the spectrum

getDefaults

Cython signature: Param getDefaults() Returns the default parameters

getName

Cython signature: String getName() Returns the name

getParameters

Cython signature: Param getParameters() Returns the parameters

getSubsections

Cython signature: libcpp_vector[String] getSubsections()

setName

Cython signature: void setName(const String &) Sets the name

setParameters

Cython signature: void setParameters(Param & param) Sets the parameters

filterPeakMap()#

Cython signature: void filterPeakMap(MSExperiment & exp) Normalizes the peak map

filterPeakSpectrum()#

Cython signature: void filterPeakSpectrum(MSSpectrum & spec) Normalizes the peak spectrum

filterSpectrum()#

Cython signature: void filterSpectrum(MSSpectrum & spec) Normalizes the spectrum

getDefaults()#

Cython signature: Param getDefaults() Returns the default parameters

getName()#

Cython signature: String getName() Returns the name

getParameters()#

Cython signature: Param getParameters() Returns the parameters

getSubsections()#

Cython signature: libcpp_vector[String] getSubsections()

setName()#

Cython signature: void setName(const String &) Sets the name

setParameters()#

Cython signature: void setParameters(Param & param) Sets the parameters