Convert Anndata metacell object (Metacell-2 or SEACells) to Super-cell like object
anndata_2_supercell(adata, simplification.algo = "unknown")
a list of super-cell like object (similar to the output of SCimplify)
anndata object of metacells
(for example, the output of collect_metacells()
for Metacells
or the output of SEACells.core.summarize_by_SEACell
)
Please, **make sure**, adata has `uns['sc.obs']` field containing observation information of single-cell data, in particular, a column 'membership' (single-cell assignemnt to metacells)
metacell construction algorithm (i.e., Metacell2 or SEACells)