cytonormpy.LogTransformer.transform

cytonormpy.LogTransformer.transform#

LogTransformer.transform(data)#

Applies log transform to channels specified in .channel_indices. For further documentation refer to the flowutils package.

Parameters:

data (ndarray) – The data to transform.

Return type:

ndarray