Scaler

class pyopenms.Scaler

Bases: object

Cython implementation of _Scaler

Original C++ documentation is available here

– Inherits from [‘DefaultParamHandler’]

__init__(self) None

Methods

__init__(self)

filterPeakMap(self, exp)

filterPeakSpectrum(self, spec)

filterSpectrum(self, spec)

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
filterPeakSpectrum(self, spec: MSSpectrum) None
filterSpectrum(self, spec: MSSpectrum) None
getDefaults(self) Param

Returns the default parameters

getName(self) Union[bytes, str, String]

Returns the name

getParameters(self) Param

Returns the parameters

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

Sets the name

setParameters(self, param: Param) None

Sets the parameters