cytonormpy._normalization.ExpressionQuantiles.calculate_and_add_quantiles

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 calculated

  • batch_idx (int) – The batch axis that is used for inserting the values

  • cluster_idx (int) – The cluster axis that is used for inserting the values

Return type:

None