hdallatorre
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ tissue-specific promoters and enhancers, and CTCF-bound sites) elements.
|
|
23 |
<!-- Provide the basic links for the model. -->
|
24 |
|
25 |
- **Repository:** [Nucleotide Transformer](https://github.com/instadeepai/nucleotide-transformer)
|
26 |
-
- **Paper:** [Segmenting the genome at single-nucleotide resolution with DNA foundation models]()
|
27 |
|
28 |
### How to use
|
29 |
|
@@ -119,7 +119,14 @@ to 562M.
|
|
119 |
|
120 |
### BibTeX entry and citation info
|
121 |
|
122 |
-
#TODO: Add bibtex citation here
|
123 |
```bibtex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
124 |
|
125 |
```
|
|
|
23 |
<!-- Provide the basic links for the model. -->
|
24 |
|
25 |
- **Repository:** [Nucleotide Transformer](https://github.com/instadeepai/nucleotide-transformer)
|
26 |
+
- **Paper:** [Segmenting the genome at single-nucleotide resolution with DNA foundation models](https://www.biorxiv.org/content/biorxiv/early/2024/03/15/2024.03.14.584712.full.pdf)
|
27 |
|
28 |
### How to use
|
29 |
|
|
|
119 |
|
120 |
### BibTeX entry and citation info
|
121 |
|
|
|
122 |
```bibtex
|
123 |
+
@article{de2024segmentnt,
|
124 |
+
title={SegmentNT: annotating the genome at single-nucleotide resolution with DNA foundation models},
|
125 |
+
author={de Almeida, Bernardo P and Dalla-Torre, Hugo and Richard, Guillaume and Blum, Christopher and Hexemer, Lorenz and Gelard, Maxence and Pandey, Priyanka and Laurent, Stefan and Laterre, Alexandre and Lang, Maren and others},
|
126 |
+
journal={bioRxiv},
|
127 |
+
pages={2024--03},
|
128 |
+
year={2024},
|
129 |
+
publisher={Cold Spring Harbor Laboratory}
|
130 |
+
}
|
131 |
|
132 |
```
|