cytonormpy._normalization.Splines.get_spline

cytonormpy._normalization.Splines.get_spline#

Splines.get_spline(batch, cluster, channel)#

Returns the correct spline function according to batch, cluster and channel.

Parameters:
  • batch (Union[float, str]) – The batch where the input data are originating from.

  • cluster (Union[float, str]) – The cluster that the data are originating from.

  • channel (str) – The channel that the data are originating from.

Return type:

A Spline object.