FeatureGroupingAlgorithmUnlabeled#
- class pyopenms.FeatureGroupingAlgorithmUnlabeled#
Bases:
objectCython implementation of _FeatureGroupingAlgorithmUnlabeled
- Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1FeatureGroupingAlgorithmUnlabeled.html
– Inherits from [‘FeatureGroupingAlgorithm’]
- __init__()#
Cython signature: void FeatureGroupingAlgorithmUnlabeled()
Methods
Cython signature: void FeatureGroupingAlgorithmUnlabeled()
Cython signature: void addToGroup(int map_id, FeatureMap feature_map)
Cython signature: Param getDefaults() Returns the default parameters
Cython signature: String getName() Returns the name
Cython signature: Param getParameters() Returns the parameters
Cython signature: String getProductName()
Cython signature: ConsensusMap getResultMap()
Cython signature: libcpp_vector[String] getSubsections()
Cython signature: void group(libcpp_vector[FeatureMap] & maps, ConsensusMap & out)
Cython signature: void registerChildren() Register all derived classes in this method
Cython signature: void setName(const String &) Sets the name
Cython signature: void setParameters(Param & param) Sets the parameters
Cython signature: void setReference(int map_id, FeatureMap map)
Cython signature: void transferSubelements(libcpp_vector[ConsensusMap] maps, ConsensusMap & out) Transfers subelements (grouped features) from input consensus maps to the result consensus map
- addToGroup()#
Cython signature: void addToGroup(int map_id, FeatureMap feature_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()
- getResultMap()#
Cython signature: ConsensusMap getResultMap()
- 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
- setReference()#
Cython signature: void setReference(int map_id, FeatureMap map)
- transferSubelements()#
Cython signature: void transferSubelements(libcpp_vector[ConsensusMap] maps, ConsensusMap & out) Transfers subelements (grouped features) from input consensus maps to the result consensus map