anndata_2_supercell | R Documentation |
Convert Anndata metacell object (Metacell-2 or SEACells) to Super-cell like object
anndata_2_supercell(adata, simplification.algo = "unknown")
adata |
anndata object of metacells
(for example, the output of 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) |
simplification.algo |
metacell construction algorithm (i.e., Metacell2 or SEACells) |
a list of super-cell like object (similar to the output of SCimplify)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.