Tutorials#
The tutorial path is intentionally Scanpy-first and model-focused.
Start with Scanpy for the dataset object and downstream neighborhood analysis, then use scDLKit for training, evaluation, and model comparison.
Learn the main scDLKit workflow on pbmc3k_processed, then store the latent representation in adata.obsm for Scanpy analysis. This notebook ships with a quickstart profile and a longer full profile.
Compare PCA, AutoEncoder, VAE, and Transformer AE baselines on the same PBMC workflow.
Run the classification baseline and inspect accuracy, macro F1, and a confusion matrix.
Use the minimal synthetic notebook only when you want the smallest dependency path or a smoke run.
Learning order#
Scanpy PBMC quickstart
Re-run the PBMC quickstart in
fullmode when you want a longer baseline fitPBMC model comparison
PBMC classification
Synthetic smoke tutorial