cytonormpy._normalization.GoalDistribution.get_quantiles

cytonormpy._normalization.GoalDistribution.get_quantiles#

GoalDistribution.get_quantiles(channel_idx, quantile_idx, cluster_idx, batch_idx, 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.