Normalizer#

class pyopenms.Normalizer#

Bases: object

Cython implementation of _Normalizer

Original C++ documentation is available here

– Inherits from [‘DefaultParamHandler’]

__init__()#

Overload:

__init__(self) None

Overload:

__init__(self, in_0: Normalizer) None

Methods

__init__

Overload:

filterPeakMap(self, exp)

Normalizes the peak map

filterPeakSpectrum(self, spec)

Normalizes the peak spectrum

filterSpectrum(self, spec)

Normalizes the spectrum

getDefaults(self)

Returns the default parameters

getName(self)

Returns the name

getParameters(self)

Returns the parameters

getSubsections(self)

setName(self, in_0)

Sets the name

setParameters(self, param)

Sets the parameters

filterPeakMap(self, exp: MSExperiment) None#

Normalizes the peak map

filterPeakSpectrum(self, spec: MSSpectrum) None#

Normalizes the peak spectrum

filterSpectrum(self, spec: MSSpectrum) None#

Normalizes the spectrum

getDefaults(self) Param#

Returns the default parameters

getName(self) bytes | str | String#

Returns the name

getParameters(self) Param#

Returns the parameters

getSubsections(self) List[bytes]#
setName(self, in_0: bytes | str | String) None#

Sets the name

setParameters(self, param: Param) None#

Sets the parameters