ConsensusMapNormalizerAlgorithmMedian#

class pyopenms.ConsensusMapNormalizerAlgorithmMedian#

Bases: object

Cython implementation of _ConsensusMapNormalizerAlgorithmMedian

Original C++ documentation is available here

__init__(self) None#

Methods

__init__(self)

computeMedians(self, input_map, medians, ...)

Computes medians of all maps and returns index of map with most features

normalizeMaps(self, input_map, method, ...)

Normalizes the maps of the consensusMap

computeMedians(self, input_map: ConsensusMap, medians: List[float], acc_filter: bytes | str | String, desc_filter: bytes | str | String) int#

Computes medians of all maps and returns index of map with most features

normalizeMaps(self, input_map: ConsensusMap, method: int, acc_filter: bytes | str | String, desc_filter: bytes | str | String) None#

Normalizes the maps of the consensusMap