scverse / pertpy

Perturbation Analysis in the scverse ecosystem.
https://pertpy.readthedocs.io/en/latest/
MIT License
141 stars 21 forks source link

Improve DE tutorial #615

Open grst opened 6 months ago

grst commented 6 months ago

Description of feature

In addition to the basic DE tutorial that shows the basic functionality of DE methods, we should have an advanced tutorial that shows how to build more complex contrasts, including interaction terms based on a real-world multi-condition dataset/atlas.

Some work has been d started here, but didn't progress far: https://github.com/scverse/multi-condition-comparisions/blob/main/docs/notebooks/breast_cancer.ipynb

Zethson commented 5 months ago

Added a rough draft https://github.com/scverse/pertpy-tutorials/blob/main/differential_gene_expression.ipynb

TODOs