FeatureFinderMultiplexAlgorithm

class pyopenms.FeatureFinderMultiplexAlgorithm

Bases: object

Cython implementation of _FeatureFinderMultiplexAlgorithm

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1FeatureFinderMultiplexAlgorithm.html

– Inherits from [‘DefaultParamHandler’]

__init__()
  • Cython signature: void FeatureFinderMultiplexAlgorithm()

  • Cython signature: void FeatureFinderMultiplexAlgorithm(FeatureFinderMultiplexAlgorithm &)

Methods

__init__

  • Cython signature: void FeatureFinderMultiplexAlgorithm()

getConsensusMap

Cython signature: ConsensusMap getConsensusMap()

getDefaults

Cython signature: Param getDefaults() Returns the default parameters

getFeatureMap

Cython signature: FeatureMap getFeatureMap()

getName

Cython signature: String getName() Returns the name

getParameters

Cython signature: Param getParameters() Returns the parameters

getSubsections

Cython signature: libcpp_vector[String] getSubsections()

run

Cython signature: void run(MSExperiment & exp, bool progress) Main method for feature detection

setName

Cython signature: void setName(const String &) Sets the name

setParameters

Cython signature: void setParameters(Param & param) Sets the parameters

getConsensusMap()

Cython signature: ConsensusMap getConsensusMap()

getDefaults()

Cython signature: Param getDefaults() Returns the default parameters

getFeatureMap()

Cython signature: FeatureMap getFeatureMap()

getName()

Cython signature: String getName() Returns the name

getParameters()

Cython signature: Param getParameters() Returns the parameters

getSubsections()

Cython signature: libcpp_vector[String] getSubsections()

run()

Cython signature: void run(MSExperiment & exp, bool progress) Main method for feature detection

setName()

Cython signature: void setName(const String &) Sets the name

setParameters()

Cython signature: void setParameters(Param & param) Sets the parameters