ConsensusMapNormalizerAlgorithmQuantile#
- class pyopenms.ConsensusMapNormalizerAlgorithmQuantile#
Bases:
objectCython implementation of _ConsensusMapNormalizerAlgorithmQuantile
Original C++ documentation is available here
- __init__(self) None#
Methods
__init__(self)extractIntensityVectors(self, map_, ...)Extracts the intensities of the features of the different maps
normalizeMaps(self, input_map)resample(self, data_in, data_out, ...)Resamples data_in and writes the results to data_out
setNormalizedIntensityValues(self, ...)Writes the intensity values in feature_ints to the corresponding features in map
- extractIntensityVectors(self, map_: ConsensusMap, out_intensities: List[List[float]]) None#
Extracts the intensities of the features of the different maps
- normalizeMaps(self, input_map: ConsensusMap) None#
- resample(self, data_in: List[float], data_out: List[float], n_resampling_points: int) None#
Resamples data_in and writes the results to data_out
- setNormalizedIntensityValues(self, feature_ints: List[List[float]], map_: ConsensusMap) None#
Writes the intensity values in feature_ints to the corresponding features in map