## Install dependencies
```
conda env create -f environment.yml
```
## ⏬ Dataset download
Put dataset into data file:
- [Norman](https://figshare.com/articles/dataset/Norman_et_al_2019_Science_labeled_Perturb-seq_data/24688110)
- [Combosciplex subset of sciplex v3](https://figshare.com/articles/dataset/combosciplex/25062230?file=44229635)
### Alternative Data Access
We also provide the datasets via [Google Drive](https://drive.google.com/drive/folders/1cNpYAt9jVWZN82miNZtkP10YeSo7hufL?usp=sharing). This folder contains:
- The **Norman** dataset and its corresponding data splits.
- The **ComboSciPlex** dataset.
Example directory layout after download (relative to repo root):
```
scDFM/
├─ data/
│ ├─ norman.h5ad
│ └─ combosciplex.h5ad
├─ src/
│ └─ ...
└─ run.sh
```
## 📥 Training
An example on additive task.
```bash
bash run.sh
```
## 🫡 Citation
If you find our work and/or our code useful, please cite us via:
```bibtex
@article{yu2026scdfm,
title={scDFM: Distributional Flow Matching Model for Robust Single-Cell Perturbation Prediction},
author={Yu, Chenglei and Wang, Chuanrui and Liao, Bangyan and Wu, Tailin},
journal={arXiv preprint arXiv:2602.07103},
year={2026}
}
```
## 📚 Related Resources
- AI for Scientific Simulation and Discovery Lab: https://github.com/AI4Science-WestlakeU