ConsensusMapNormalizerAlgorithmThreshold
- class pyopenms.ConsensusMapNormalizerAlgorithmThreshold
Bases:
objectCython implementation of _ConsensusMapNormalizerAlgorithmThreshold
Original C++ documentation is available here
- __init__(self) None
Methods
__init__(self)computeCorrelation(self, input_map, ...)Determines the ratio of all maps to the map with the most features
normalizeMaps(self, input_map, ratios)Applies the given ratio to the maps of the consensusMap
- computeCorrelation(self, input_map: ConsensusMap, ratio_threshold: float, acc_filter: Union[bytes, str, String], desc_filter: Union[bytes, str, String]) List[float]
Determines the ratio of all maps to the map with the most features
- normalizeMaps(self, input_map: ConsensusMap, ratios: List[float]) None
Applies the given ratio to the maps of the consensusMap