gonzalobenegas commited on
Commit
80d3c00
·
verified ·
1 Parent(s): 84195d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -24,7 +24,7 @@ configs:
24
  path: "complex_traits_all/test.parquet"
25
  ---
26
  # 🧬 TraitGym
27
- Benchmarking DNA Sequence Models for Causal Regulatory Variant Prediction in Human Genetics
28
 
29
  🏆 Leaderboard: https://huggingface.co/spaces/songlab/TraitGym-leaderboard
30
 
@@ -72,4 +72,20 @@ Benchmarking DNA Sequence Models for Causal Regulatory Variant Prediction in Hum
72
 
73
  ## 💻 Code (https://github.com/songlab-cal/TraitGym)
74
  - Tries to follow [recommended Snakemake structure](https://snakemake.readthedocs.io/en/stable/snakefiles/deployment.html)
75
- - GPN-Promoter code is in [the main GPN repo](https://github.com/songlab-cal/gpn)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  path: "complex_traits_all/test.parquet"
25
  ---
26
  # 🧬 TraitGym
27
+ [Benchmarking DNA Sequence Models for Causal Regulatory Variant Prediction in Human Genetics](https://www.biorxiv.org/content/10.1101/2025.02.11.637758v1)
28
 
29
  🏆 Leaderboard: https://huggingface.co/spaces/songlab/TraitGym-leaderboard
30
 
 
72
 
73
  ## 💻 Code (https://github.com/songlab-cal/TraitGym)
74
  - Tries to follow [recommended Snakemake structure](https://snakemake.readthedocs.io/en/stable/snakefiles/deployment.html)
75
+ - GPN-Promoter code is in [the main GPN repo](https://github.com/songlab-cal/gpn)
76
+
77
+ ## Citation
78
+ [Link to paper](https://www.biorxiv.org/content/10.1101/2025.02.11.637758v1)
79
+ ```bibtex
80
+ @article{traitgym,
81
+ author = {Benegas, Gonzalo and Eraslan, Gokcen and Song, Yun S.},
82
+ title = {Benchmarking DNA Sequence Models for Causal Regulatory Variant Prediction in Human Genetics},
83
+ elocation-id = {2025.02.11.637758},
84
+ year = {2025},
85
+ doi = {10.1101/2025.02.11.637758},
86
+ publisher = {Cold Spring Harbor Laboratory},
87
+ URL = {https://www.biorxiv.org/content/early/2025/02/12/2025.02.11.637758},
88
+ eprint = {https://www.biorxiv.org/content/early/2025/02/12/2025.02.11.637758.full.pdf},
89
+ journal = {bioRxiv}
90
+ }
91
+ ```