elonlit commited on
Commit
4bd2952
·
verified ·
1 Parent(s): 3abd5a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -2
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
- elonlit@biostate.ai
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```