ComplementFilter#

class pyopenms.ComplementFilter#

Bases: object

Cython implementation of _ComplementFilter

Original C++ documentation is available here

– Inherits from [‘FilterFunctor’]

__init__()#

Overload:

__init__(self) None

Total intensity of peak pairs that could result from complementing fragments of charge state 1

Overload:

__init__(self, in_0: ComplementFilter) None

Methods

__init__

Overload:

apply(self, in_0)

Returns the total intensity of peak pairs which could result from complementing fragments

getDefaults(self)

Returns the default parameters

getName(self)

Returns the name

getParameters(self)

Returns the parameters

getProductName(self)

Returns the name for registration at the factory

getSubsections(self)

registerChildren(self)

setName(self, in_0)

Sets the name

setParameters(self, param)

Sets the parameters

apply(self, in_0: MSSpectrum) float#

Returns the total intensity of peak pairs which could result from complementing fragments

getDefaults(self) Param#

Returns the default parameters

getName(self) bytes | str | String#

Returns the name

getParameters(self) Param#

Returns the parameters

getProductName(self) bytes | str | String#

Returns the name for registration at the factory

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

Sets the name

setParameters(self, param: Param) None#

Sets the parameters