cytonormpy._normalization.ExpressionQuantiles.add_quantiles#
- ExpressionQuantiles.add_quantiles(quantile_array, batch_idx, cluster_idx)#
Adds quantile arrays of shape n_channels x n_quantile.
- Parameters:
quantile_array (
ndarray) – Numpy array of shape n_channels x n_quantiles.batch_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