cytonormpy._normalization.Splines.remove_spline

cytonormpy._normalization.Splines.remove_spline#

Splines.remove_spline(batch, cluster, channel)#

Deletes the spline function according to from the dict 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 (Union[float, str]) – The channel that the data are originating from.

Return type:

None