FeatureGroupingAlgorithmQT
- class pyopenms.FeatureGroupingAlgorithmQT
Bases:
objectCython implementation of _FeatureGroupingAlgorithmQT
- Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1FeatureGroupingAlgorithmQT.html
– Inherits from [‘FeatureGroupingAlgorithm’]
- __init__()
Cython signature: void FeatureGroupingAlgorithmQT()
Methods
Cython signature: void FeatureGroupingAlgorithmQT()
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: 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 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)
Cython signature: void group(libcpp_vector[ConsensusMap] & 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