Datasets:
update the right path to the database, update model metrics.
#10
by
bkanaki - opened
README.md
CHANGED
|
@@ -14,25 +14,29 @@ task_categories:
|
|
| 14 |
|
| 15 |
<br />
|
| 16 |
<div align="center">
|
| 17 |
-
<h1 align="center">ExomeBench: A Benchmark for Clinical Variant Interpretation in Exome Regions 🧬</h1>
|
| 18 |
-
|
| 19 |
<p align="center">
|
| 20 |
-
<a href="https://
|
| 21 |
Paper
|
| 22 |
</a>
|
| 23 |
|
|
| 24 |
<a href="https://github.com/Cerebras/exome_bench">
|
| 25 |
-
GitHub
|
| 26 |
</a>
|
| 27 |
</p>
|
| 28 |
</div>
|
| 29 |
|
|
|
|
|
|
|
|
|
|
| 30 |
## 1. Project Overview
|
| 31 |
|
| 32 |
-
The **ExomeBench** dataset is derived from [ClinVar](https://www.ncbi.nlm.nih.gov/clinvar) [(
|
| 33 |
|
| 34 |
This dataset provides a valuable resource for researchers and practitioners working on genetic variant analysis and its clinical implications. Exome-specific regions are critically important because they encompass all protein-coding regions of the genome, where disease-associated variants are most likely to occur. By focusing on exome-specific regions and using sequences from the Human Reference Genome, this dataset enables robust evaluation of models on clinically significant tasks.
|
| 35 |
|
|
|
|
| 36 |
|
| 37 |
## 2. Dataset Details
|
| 38 |
|
|
@@ -46,7 +50,7 @@ This dataset provides a valuable resource for researchers and practitioners work
|
|
| 46 |
- **Exome-Specific Regions**: Filter the variants to include only those located in exome-specific regions (GENCODE v.38).
|
| 47 |
|
| 48 |
### Sequence Generation
|
| 49 |
-
- **Human Reference Genome (HRG, GRCh38)**: For each variant, generate input sequences from the HRG using
|
| 50 |
- **Sequence Length**: The length of the sequences is a parameter, typically set to 100 base pairs (bp).
|
| 51 |
- **Variant Positioning**: The variant is centered within the sequence, which is read in from a FASTA file.
|
| 52 |
|
|
@@ -134,31 +138,54 @@ ExomeBench includes **five supervised tasks**, each framed as a classification p
|
|
| 134 |
<table border="1" cellspacing="0" cellpadding="8">
|
| 135 |
<thead>
|
| 136 |
<tr>
|
| 137 |
-
<th rowspan="2">Model</th>
|
| 138 |
-
<th colspan="5">Task<
|
| 139 |
</tr>
|
| 140 |
<tr>
|
| 141 |
-
<th>PV</th>
|
| 142 |
-
<th>CPS</th>
|
| 143 |
-
<th>CP</th>
|
| 144 |
-
<th>BRCA</th>
|
| 145 |
-
<th>TFG</th>
|
| 146 |
</tr>
|
| 147 |
</thead>
|
| 148 |
<tbody>
|
| 149 |
<tr>
|
| 150 |
-
<td>
|
| 151 |
-
<td align="center">0
|
| 152 |
-
<td align="center">0
|
| 153 |
-
<td align="center">0
|
| 154 |
-
<td align="center">0
|
| 155 |
-
<td align="center">0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 156 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 157 |
</tbody>
|
| 158 |
</table>
|
| 159 |
|
| 160 |
</div>
|
| 161 |
|
|
|
|
| 162 |
|
| 163 |
## 5. Usage
|
| 164 |
```python
|
|
@@ -184,11 +211,11 @@ If you find our work valuable, please consider giving the project a star and cit
|
|
| 184 |
|
| 185 |
```bib
|
| 186 |
@article{ExomeBench,
|
| 187 |
-
DOI={
|
| 188 |
-
title={Introducing
|
| 189 |
-
author={Ayanian, Shant
|
| 190 |
year={2025},
|
| 191 |
-
journal={
|
| 192 |
}
|
| 193 |
```
|
| 194 |
Thank you for your support!
|
|
|
|
| 14 |
|
| 15 |
<br />
|
| 16 |
<div align="center">
|
| 17 |
+
<h1 align="center">ExomeBench: A Benchmark Dataset for Clinical Variant Interpretation in Exome Regions 🧬</h1>
|
| 18 |
+
<h2 align="center">Dataset Files</h2>
|
| 19 |
<p align="center">
|
| 20 |
+
<a href="https://pubmed.ncbi.nlm.nih.gov/41283814/">
|
| 21 |
Paper
|
| 22 |
</a>
|
| 23 |
|
|
| 24 |
<a href="https://github.com/Cerebras/exome_bench">
|
| 25 |
+
Evaluation Code (GitHub)
|
| 26 |
</a>
|
| 27 |
</p>
|
| 28 |
</div>
|
| 29 |
|
| 30 |
+
> ExomeBench consists of datasets and code. Datasets are licensed under Creative Commons Attribution–Non-Commercial 4.0 (CC BY NC 4.0). Code provided in ExomeBench is licensed under Apache 2.0.
|
| 31 |
+
> **ExomeBench is a research benchmark. It is not a diagnostic tool and should not be used to make clinical decisions.**
|
| 32 |
+
|
| 33 |
## 1. Project Overview
|
| 34 |
|
| 35 |
+
The **ExomeBench** dataset is derived from [ClinVar](https://www.ncbi.nlm.nih.gov/clinvar) [(Nov 2024 release)](https://ftp.ncbi.nlm.nih.gov/pub/clinvar/tab_delimited/), a publicly accessible database maintained by the National Center for Biotechnology Information (NCBI). ClinVar provides comprehensive information on the clinical significance of genetic variants and their associations with human diseases. This dataset focuses on variants located in exome-specific regions and includes input sequences generated from the [Human Reference Genome (HRG, GRCh38)](https://www.ncbi.nlm.nih.gov/datasets/genome/GCF_000001405.40/).
|
| 36 |
|
| 37 |
This dataset provides a valuable resource for researchers and practitioners working on genetic variant analysis and its clinical implications. Exome-specific regions are critically important because they encompass all protein-coding regions of the genome, where disease-associated variants are most likely to occur. By focusing on exome-specific regions and using sequences from the Human Reference Genome, this dataset enables robust evaluation of models on clinically significant tasks.
|
| 38 |
|
| 39 |
+
Code to fine-tune and evaluate models on this dataset using the Hugging Face Transformers library is available in [ExomeBench GitHub Repository](https://www.github.com/Cerebras/exome_bench).
|
| 40 |
|
| 41 |
## 2. Dataset Details
|
| 42 |
|
|
|
|
| 50 |
- **Exome-Specific Regions**: Filter the variants to include only those located in exome-specific regions (GENCODE v.38).
|
| 51 |
|
| 52 |
### Sequence Generation
|
| 53 |
+
- **Human Reference Genome (HRG, GRCh38)**: For each variant, generate input sequences from the HRG using the variants from the ClinVar database.
|
| 54 |
- **Sequence Length**: The length of the sequences is a parameter, typically set to 100 base pairs (bp).
|
| 55 |
- **Variant Positioning**: The variant is centered within the sequence, which is read in from a FASTA file.
|
| 56 |
|
|
|
|
| 138 |
<table border="1" cellspacing="0" cellpadding="8">
|
| 139 |
<thead>
|
| 140 |
<tr>
|
| 141 |
+
<th align="center" rowspan="2">Model</th>
|
| 142 |
+
<th align="center" colspan="5">Task (MCC)</th>
|
| 143 |
</tr>
|
| 144 |
<tr>
|
| 145 |
+
<th align="center">PV</th>
|
| 146 |
+
<th align="center">CPS</th>
|
| 147 |
+
<th align="center">CP</th>
|
| 148 |
+
<th align="center">BRCA</th>
|
| 149 |
+
<th align="center">TFG</th>
|
| 150 |
</tr>
|
| 151 |
</thead>
|
| 152 |
<tbody>
|
| 153 |
<tr>
|
| 154 |
+
<td>STRAND<sup><a href="#citation">[1]</a></sup></td>
|
| 155 |
+
<td align="center"><strong>0.360</strong></td>
|
| 156 |
+
<td align="center"><strong>0.937</strong></td>
|
| 157 |
+
<td align="center"><strong>0.774</strong></td>
|
| 158 |
+
<td align="center"><strong>0.877</strong></td>
|
| 159 |
+
<td align="center"><strong>0.996</strong></td>
|
| 160 |
+
</tr>
|
| 161 |
+
<td><a href="https://huggingface.co/zhihan1996/DNABERT-2-117M">DNABERT-2-117M</a></td>
|
| 162 |
+
<td align="center">0.162</td>
|
| 163 |
+
<td align="center">0.876</td>
|
| 164 |
+
<td align="center">0.549</td>
|
| 165 |
+
<td align="center">0.552</td>
|
| 166 |
+
<td align="center">0.996</td>
|
| 167 |
+
</tr>
|
| 168 |
+
<tr>
|
| 169 |
+
<td><a href="https://huggingface.co/LongSafari/hyenadna-tiny-1k-seqlen-hf">HyenaDNA-Tiny-1k</a></td>
|
| 170 |
+
<td align="center">0.135</td>
|
| 171 |
+
<td align="center">0.816</td>
|
| 172 |
+
<td align="center">0.445</td>
|
| 173 |
+
<td align="center">0.700</td>
|
| 174 |
+
<td align="center">0.994</td>
|
| 175 |
</tr>
|
| 176 |
+
<tr>
|
| 177 |
+
<td><a href="https://huggingface.co/InstaDeepAI/nucleotide-transformer-2.5b-multi-species">NT-Multispecies-2.5B</a></td>
|
| 178 |
+
<td align="center">0.306</td>
|
| 179 |
+
<td align="center">0.624</td>
|
| 180 |
+
<td align="center">0.293</td>
|
| 181 |
+
<td align="center">0.422</td>
|
| 182 |
+
<td align="center">0.991</td>
|
| 183 |
</tbody>
|
| 184 |
</table>
|
| 185 |
|
| 186 |
</div>
|
| 187 |
|
| 188 |
+
> **Note**: For some models and tasks, the seed settings in the [STRAND paper](https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5183178) were slightly different from those used in this repository, which may lead to minor variations in the reported results. Due to this, on an overly saturated tasks like TFG, you might observe a small discrepancy in the ordering of models based on MCC values compared to those reported in the paper.
|
| 189 |
|
| 190 |
## 5. Usage
|
| 191 |
```python
|
|
|
|
| 211 |
|
| 212 |
```bib
|
| 213 |
@article{ExomeBench,
|
| 214 |
+
DOI={https://doi.org/10.1093/bib/bbaf618},
|
| 215 |
+
title={Introducing a foundational sequence transformer for range adaptive nucleotide decoding (STRAND)},
|
| 216 |
+
author={Ayanian, Shant et al.},
|
| 217 |
year={2025},
|
| 218 |
+
journal={Briefings in Bioinformatics, Volume 26, Issue 6}
|
| 219 |
}
|
| 220 |
```
|
| 221 |
Thank you for your support!
|