A descriptive title#

A short description of what this notebook is doing.

Library imports#

import anndata as ad

from fancypackage import DATA_DIR, FIG_DIR
Global seed set to 0

General settings#

SAVE_FIGURES = False
if SAVE_FIGURES:
    FIG_DIR.mkdir(parents=True, exist_ok=True)

FIGURE_FORMAT = "pdf"

Constants#

Function definitions#

Data loading#

adata = ad.io.read_zarr(DATA_DIR / "adata.zarr")
adata

Data preprocessing#

More advanced data analysis#