Tutorials¶
Tutorials walk through complete analyses from raw STARsolo output to biological results. They are learning-oriented: every step is shown, every intermediate object is described.
Planned for v1.1¶
Quickstart: end-to-end splicing analysis (Jupyter notebook)
A self-contained notebook that:
- Downloads a small public STARsolo SJ output (PBMC 3k, ~200 cells after whitelist filtering).
- Runs
read_starsolo→make_m2→highly_variable_events. - Computes logit-PSI, runs PCA via
scanpy, and clusters cells. - Demonstrates
pseudo_correlationagainst a gene-expression PC1 derived from the same cells.
The notebook will be rendered and embedded here once the v1.1 release ships. Until then, see Getting started for a condensed walkthrough using synthetic data.
Notebook execution
All tutorial notebooks are executed at documentation build time using mkdocs-jupyter. Committed notebooks with stale outputs are not accepted; the CI workflow re-runs them from scratch on each merge to main.