Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Citation
|
2 |
+
|
3 |
+
Please cite our work using the bibtex below:
|
4 |
+
|
5 |
+
**BibTeX:**
|
6 |
+
```
|
7 |
+
@article{su2025learning,
|
8 |
+
title={Learning to Discover Regulatory Elements for Gene Expression Prediction},
|
9 |
+
author={Su, Xingyu and Yu, Haiyang and Zhi, Degui and Ji, Shuiwang},
|
10 |
+
journal={arXiv preprint arXiv:2502.13991},
|
11 |
+
year={2025}
|
12 |
+
}
|
13 |
+
```
|