cytonormpy._normalization.ExpressionQuantiles.get_quantiles

cytonormpy._normalization.ExpressionQuantiles.get_quantiles#

ExpressionQuantiles.get_quantiles(channel_idx=None, quantile_idx=None, cluster_idx=None, batch_idx=None, flattened=True)#

Returns a quantile array.

channel_idx

The index of the channel to be returned.

quantile_idx

The index of the quantile to be returned.

cluster_idx

The index of the cluster to be returned.

batch_idx

The index of the batch to be returned.

flattened

If True, a flattened array is returned.

Return type:

A np.ndarray containing the expression values.