FeatureFinderMultiplexAlgorithm

class pyopenms.FeatureFinderMultiplexAlgorithm

Bases: object

Cython implementation of _FeatureFinderMultiplexAlgorithm

Original C++ documentation is available here

– Inherits from [‘DefaultParamHandler’]

__init__()

Overload:

__init__(self) None

Overload:

__init__(self, in_0: FeatureFinderMultiplexAlgorithm) None

Methods

__init__

Overload:

getConsensusMap(self)

getDefaults(self)

Returns the default parameters

getFeatureMap(self)

getName(self)

Returns the name

getParameters(self)

Returns the parameters

getSubsections(self)

run(self, exp, progress)

Main method for feature detection

setName(self, in_0)

Sets the name

setParameters(self, param)

Sets the parameters

getConsensusMap(self) ConsensusMap
getDefaults(self) Param

Returns the default parameters

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

Returns the name

getParameters(self) Param

Returns the parameters

getSubsections(self) List[bytes]
run(self, exp: MSExperiment, progress: bool) None

Main method for feature detection

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

Sets the name

setParameters(self, param: Param) None

Sets the parameters