Introduction
Contents
cleanup()
Preprocessing
Conventional scRNA-seq
Labeling scRNA-seq
Differential geometry
Vector field predictions
Gallery
Clean up adata before saving it to a file.
adata (AnnData) – The anndata object to be cleaned up.
AnnData
del_prediction (bool) – Whether to delete the prediction from the adata object.
bool
del_2nd_moments (bool) – Whether to delete the 2nd moments from the adata object.
The cleaned up anndata object.