FeatureGroupingAlgorithmUnlabeled

class pyopenms.FeatureGroupingAlgorithmUnlabeled

Bases: object

Cython implementation of _FeatureGroupingAlgorithmUnlabeled

Original C++ documentation is available here

– Inherits from [‘FeatureGroupingAlgorithm’]

__init__(self) None

Methods

__init__(self)

addToGroup(self, map_id, feature_map)

getDefaults(self)

Returns the default parameters

getName(self)

Returns the name

getParameters(self)

Returns the parameters

getProductName(self)

getResultMap(self)

getSubsections(self)

group(self, maps, out)

registerChildren(self)

Register all derived classes in this method

setName(self, in_0)

Sets the name

setParameters(self, param)

Sets the parameters

setReference(self, map_id, map)

transferSubelements(self, maps, out)

Transfers subelements (grouped features) from input consensus maps to the result consensus map

addToGroup(self, map_id: int, feature_map: FeatureMap) None
getDefaults(self) Param

Returns the default parameters

getName(self) Union[bytes, str, String]

Returns the name

getParameters(self) Param

Returns the parameters

getProductName(self) Union[bytes, str, String]
getResultMap(self) ConsensusMap
getSubsections(self) List[bytes]
group(self, maps: List[FeatureMap], out: ConsensusMap) None
registerChildren(self) None

Register all derived classes in this method

setName(self, in_0: Union[bytes, str, String]) None

Sets the name

setParameters(self, param: Param) None

Sets the parameters

setReference(self, map_id: int, map: FeatureMap) None
transferSubelements(self, maps: List[ConsensusMap], out: ConsensusMap) None

Transfers subelements (grouped features) from input consensus maps to the result consensus map