Tutorials#

Worked examples on a real dataset: endothelial cells (EC) from mouse spinal cord, comparing uninjured controls (UN, 3 replicates) against spinal cord injury (SCI, 3 replicates). See References & Data Sources for the full citation and GEO accession.

Reproducing these notebooks locally#

Both notebooks ship with their outputs already rendered, so you can read them here without running anything. To re-run them yourself:

git clone https://github.com/leelieber2025/scATrans.git
cd scATrans
pip install -e ".[dev,advanced,pseudobulk,gene_features,memento]" gseapy
jupyter lab docs/tutorials/t_ec_active_transcription.ipynb

EC.h5ad is included at the repository root, which is where both notebooks load it from (sc.read_h5ad("../../EC.h5ad")).