ladder.data.real_data.preprocess_anndata#
- ladder.data.real_data.preprocess_anndata(anndat)#
Function to preprocess the inputted
AnnDataobject.Does not do any critical modifications, but instead ensures that the numerical columns in
obsare of typefloatand string columns are defined asCategoricalDtype.