import cellestial as cl
import scanpy as sc
from lets_plot import *
LetsPlot.setup_html()
= sc.read("data/pbmc3k_pped.h5ad") data
5 tsne
5.0.1 By default, the tsne
function will use “leiden” as the key
= cl.tsne(data, axis_type="arrow", size=0.6, interactive=True)
plot plot
5.1 Of course, it is possible to customize the plot
+ scale_color_hue() plot
5.2 You can also use a gene a key.
"NEAT1", color_high="#D2042D") cl.tsne(data,
cl.versions()
cellestial: 0.2.0
scanpy: 1.10.4
anndata: 0.11.0
polars: 1.12.0