Update README.md
Browse files
README.md
CHANGED
|
@@ -58,6 +58,22 @@ meta_path = hf_hub_download(repo_id="elonlit/GeneJEPA",
|
|
| 58 |
stats_path = hf_hub_download(repo_id="elonlit/GeneJEPA",
|
| 59 |
filename="global_stats.json")
|
| 60 |
```
|
| 61 |
-
## Contact
|
| 62 |
|
| 63 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
stats_path = hf_hub_download(repo_id="elonlit/GeneJEPA",
|
| 59 |
filename="global_stats.json")
|
| 60 |
```
|
|
|
|
| 61 |
|
| 62 |
+
## Paper and code
|
| 63 |
+
|
| 64 |
+
- Paper (bioRxiv): [GeneJEPA: A Predictive World Model of the Transcriptome](https://doi.org/10.1101/2025.10.14.682378)
|
| 65 |
+
- GitHub: [BiostateAI/GeneJEPA](https://github.com/BiostateAI/GeneJEPA)
|
| 66 |
+
|
| 67 |
+
## Citation
|
| 68 |
+
|
| 69 |
+
```bibtex
|
| 70 |
+
@article{GeneJEPA2025,
|
| 71 |
+
title = {GeneJEPA: A Predictive World Model of the Transcriptome},
|
| 72 |
+
author = {Litman, E. and Myers, T. and Agarwal, V. and Gopinath, A. and Li, O. and Mittal, E. and Kassis, T.},
|
| 73 |
+
journal = {bioRxiv},
|
| 74 |
+
year = {2025},
|
| 75 |
+
publisher = {Cold Spring Harbor Laboratory},
|
| 76 |
+
note = {preprint},
|
| 77 |
+
doi = {10.1101/2025.10.14.682378},
|
| 78 |
+
}
|
| 79 |
+
```
|