FeatureDeconvolution#
- class pyopenms.FeatureDeconvolution#
Bases:
objectCython implementation of _FeatureDeconvolution
- Original C++ documentation is available here
– Inherits from [‘DefaultParamHandler’]
- __init__()#
Overload:
- __init__(self) None
Overload:
- __init__(self, in_0: FeatureDeconvolution) None
Methods
Overload:
compute(self, input, output, cmap1, cmap2)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
- CHARGEMODE_FD#
alias of
__CHARGEMODE_FD
- compute(self, input: FeatureMap, output: FeatureMap, cmap1: ConsensusMap, cmap2: ConsensusMap) None#
- getSubsections(self) List[bytes]#