You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building **virtual cells** that can accurately simulate perturbation responses is a core challenge in systems biology. In single-cell sequencing, measurements are destructive, so the same cell cannot be observed both before and after perturbation. As a result, perturbation prediction must map between unpaired control and perturbed populations.
27
27
@@ -40,7 +40,7 @@ This repository contains the refactored runtime used for large-scale pretraining
40
40
-`src/`: functional code modules and executable entrypoints.
41
41
-`configs/`: Hydra configuration system for training and sampling.
42
42
43
-
##Table of Contents
43
+
# Table of Contents
44
44
45
45
-[Overview](#overview)
46
46
-[Feature](#feature)
@@ -69,7 +69,7 @@ This repository contains the refactored runtime used for large-scale pretraining
69
69
-[Notes](#notes)
70
70
-[Citation](#citation)
71
71
72
-
##Feature
72
+
# Feature
73
73
74
74
- Functional refactor with clear module boundaries:
75
75
-`src/apps`: run entrypoints for training/sampling
@@ -82,13 +82,13 @@ This repository contains the refactored runtime used for large-scale pretraining
82
82
- pretraining (multi-source) and then finetuning (PBMC / Tahoe100M / Replogle)
83
83
- conditional sampling from checkpoints
84
84
85
-
##Updates
85
+
# Updates
86
86
87
87
- 2026-03-06: Releease all codes.
88
88
- 2026-03-05: Release all data and ckpts on HuggingFace.
89
89
- 2026-02-23: Preprint released on Arxiv.
90
90
91
-
##File Structure
91
+
# File Structure
92
92
93
93
```text
94
94
src/
@@ -143,9 +143,9 @@ src/
143
143
└── paths.py # Path management
144
144
```
145
145
146
-
##Installation
146
+
# Installation
147
147
148
-
###Option A: Conda/Mamba environment for `src` (recommended on cluster)
148
+
## Option A: Conda/Mamba environment for `src` (recommended on cluster)
0 commit comments