cytonormpy._normalization.Spline.transform

cytonormpy._normalization.Spline.transform#

Spline.transform(distribution)#

Calculates new expression values based on the spline function.

Parameters:

distribution (ndarray) – A numpy array containing the current expression values

Return type:

A np.ndarray with the corrected expression values.