liwenyuan99 commited on
Commit
25d7999
·
verified ·
1 Parent(s): 20adc5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -3,4 +3,30 @@ license: mit
3
  tags:
4
  - medical
5
  - drug-discovery
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  tags:
4
  - medical
5
  - drug-discovery
6
+ ---
7
+ # AetherCell: Pre-trained Weights
8
+
9
+ This repository contains the official **pre-trained weights** (model checkpoints) for **AetherCell**, a generative foundation model for virtual cell perturbation and in vivo drug discovery.
10
+
11
+ ### 📄 Project Links
12
+ - **Code Repository**: [GitHub - AetherCell](https://github.com/Wenyuan-AI4science/AetherCell) (Primary entry point for usage)
13
+ - **Training Data**: [Zenodo Record](https://zenodo.org/records/18295255)
14
+ - **Paper**: *(Coming Soon)*
15
+
16
+ ## 💡 Model Description
17
+ AetherCell is a deep generative foundation model that unifies context-rich clinical RNA-seq with perturbation-dense L1000 assays. It utilizes a **Satellite-Backbone VAE architecture** to:
18
+ 1. Construct a unified transcriptomic manifold from 519,609 RNA-seq samples.
19
+ 2. Predict mechanism-specific cellular responses to chemical and genetic perturbations.
20
+ 3. Support downstream tasks like drug sensitivity prediction (IC50) and virtual screening.
21
+
22
+ ## 📂 Files Included
23
+ * **Backbone VAE**: Weights for the global RNA-seq manifold.
24
+ * **Satellite VAE**: Weights for the L1000 platform anchoring.
25
+ * **Generative Modules**: Conditioned perturbation predictors.
26
+
27
+ ## 📚 Citation
28
+ If you use this model in your research, please cite our work:
29
+ *(Pending publication details)*
30
+ ---
31
+
32
+ *For questions or issues, please open an issue on our [GitHub Repository](https://github.com/Wenyuan-AI4science/AetherCell).*