import cellestial as cl
import scanpy as sc
from lets_plot import *
LetsPlot.setup_html()
data = sc.read("data/pbmc3k_mini.h5ad")4 umaps
4.1 umaps is a multi-grid plot function and accepts multiple keys list or any iterable.
umap_grid = (
cl.umaps(
data,
keys=["leiden", "HBD", "NEAT1", "IGKC"],
ncol=2,
size=0.8,
color_high="#D2042D", # works with hex codes, rgb codes, and names (red, blue, etc.)
)
+ ggsize(900, 700)
)
umap_gridcl.versions()cellestial: 0.2.0
scanpy: 1.10.4
anndata: 0.11.0
polars: 1.12.0