FeatureGroupingAlgorithmLabeled

class pyopenms.FeatureGroupingAlgorithmLabeled

Bases: object

Cython implementation of _FeatureGroupingAlgorithmLabeled

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

– Inherits from [‘FeatureGroupingAlgorithm’]

__init__()

Cython signature: void FeatureGroupingAlgorithmLabeled()

Methods

__init__

Cython signature: void FeatureGroupingAlgorithmLabeled()

getDefaults

Cython signature: Param getDefaults() Returns the default parameters

getName

Cython signature: String getName() Returns the name

getParameters

Cython signature: Param getParameters() Returns the parameters

getProductName

Cython signature: String getProductName()

getSubsections

Cython signature: libcpp_vector[String] getSubsections()

group

Cython signature: void group(libcpp_vector[FeatureMap] & maps, ConsensusMap & out)

registerChildren

Cython signature: void registerChildren() Register all derived classes in this method

setName

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

setParameters

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

transferSubelements

Cython signature: void transferSubelements(libcpp_vector[ConsensusMap] maps, ConsensusMap & out) Transfers subelements (grouped features) from input consensus maps to the result consensus map

getDefaults()

Cython signature: Param getDefaults() Returns the default parameters

getName()

Cython signature: String getName() Returns the name

getParameters()

Cython signature: Param getParameters() Returns the parameters

getProductName()

Cython signature: String getProductName()

getSubsections()

Cython signature: libcpp_vector[String] getSubsections()

group()

Cython signature: void group(libcpp_vector[FeatureMap] & maps, ConsensusMap & out)

registerChildren()

Cython signature: void registerChildren() Register all derived classes in this method

setName()

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

setParameters()

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

transferSubelements()

Cython signature: void transferSubelements(libcpp_vector[ConsensusMap] maps, ConsensusMap & out) Transfers subelements (grouped features) from input consensus maps to the result consensus map