cytonormpy._dataset.DataProviderFCS.transform_data#
- DataProviderFCS.transform_data(data)#
Transforms the data according to the transformer added upon instantiation.
- Parameters:
data (
DataFrame) – The data passed as a pandas DataFrame.- Return type:
Dependent on the transformer, the transformed or the raw data.