FeatureFinderAlgorithmPicked#
- class pyopenms.FeatureFinderAlgorithmPicked#
Bases:
objectCython implementation of _FeatureFinderAlgorithmPicked
- Original C++ documentation is available here
– Inherits from [‘DefaultParamHandler’]
- __init__(self) None#
Methods
__init__(self)getDefaults(self)Returns the default parameters
getName(self)Returns the name
getParameters(self)Returns the parameters
getSubsections(self)run(self, input_map, output, param, seeds)setName(self, in_0)Sets the name
setParameters(self, param)Sets the parameters
- getSubsections(self) List[bytes]#
- run(self, input_map: MSExperiment, output: FeatureMap, param: Param, seeds: FeatureMap) None#