Normalizer
- class pyopenms.Normalizer
Bases:
objectCython 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
Cython signature: void Normalizer()
Cython signature: void filterPeakMap(MSExperiment & exp) Normalizes the peak map
Cython signature: void filterPeakSpectrum(MSSpectrum & spec) Normalizes the peak spectrum
Cython signature: void filterSpectrum(MSSpectrum & spec) Normalizes the spectrum
Cython signature: Param getDefaults() Returns the default parameters
Cython signature: String getName() Returns the name
Cython signature: Param getParameters() Returns the parameters
Cython signature: libcpp_vector[String] getSubsections()
Cython signature: void setName(const String &) Sets the name
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