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.ndarraywith the corrected expression values.