cytonormpy._normalization.ExpressionQuantiles.calculate_and_add_quantiles#
- ExpressionQuantiles.calculate_and_add_quantiles(data, batch_idx, cluster_idx)#
Calculates and adds the quantile array.
- Parameters:
data (
ndarray) – Numpy array of the data of which the quantiles are calculatedbatch_idx (
int) – The batch axis that is used for inserting the valuescluster_idx (
int) – The cluster axis that is used for inserting the values
- Return type:
None