Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -119,17 +119,14 @@ snakemake --cores all results/dataset/{dataset}/{metric}/all/{feature_set}.Logis
|
|
119 |
where `{feature_set}` should first be defined in `feature_sets` in `config/config.yaml` (this allows combining features defined in different files).
|
120 |
|
121 |
## Citation
|
122 |
-
[Link to paper](https://www.biorxiv.org/content/10.1101/2025.02.11.
|
123 |
```bibtex
|
124 |
@article{traitgym,
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
URL = {https://www.biorxiv.org/content/early/2025/02/12/2025.02.11.637758},
|
132 |
-
eprint = {https://www.biorxiv.org/content/early/2025/02/12/2025.02.11.637758.full.pdf},
|
133 |
-
journal = {bioRxiv}
|
134 |
}
|
135 |
```
|
|
|
119 |
where `{feature_set}` should first be defined in `feature_sets` in `config/config.yaml` (this allows combining features defined in different files).
|
120 |
|
121 |
## Citation
|
122 |
+
[Link to paper](https://www.biorxiv.org/content/10.1101/2025.02.11.637758v2)
|
123 |
```bibtex
|
124 |
@article{traitgym,
|
125 |
+
title={Benchmarking DNA Sequence Models for Causal Regulatory Variant Prediction in Human Genetics},
|
126 |
+
author={Benegas, Gonzalo and Eraslan, G{\"o}kcen and Song, Yun S},
|
127 |
+
journal={bioRxiv},
|
128 |
+
pages={2025--02},
|
129 |
+
year={2025},
|
130 |
+
publisher={Cold Spring Harbor Laboratory}
|
|
|
|
|
|
|
131 |
}
|
132 |
```
|