update readme with more details

#2
by bkanaki - opened
Files changed (1) hide show
  1. README.md +26 -23
README.md CHANGED
@@ -1,8 +1,16 @@
1
- # Dataset Card for ClinVar Exomic Downstream Dataset
 
 
 
 
 
 
 
 
2
 
3
- The ClinVar dataset is derived from ClinVar, a publicly accessible database maintained by the [National Center for Biotechnology Information (NCBI)](https://www.ncbi.nlm.nih.gov/clinvar). 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).
4
 
5
- This dataset provides a valuable resource for researchers and practitioners working on genetic variant analysis and its clinical implications. 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.
6
 
7
  ## Dataset Details
8
 
@@ -15,50 +23,45 @@ This dataset provides a valuable resource for researchers and practitioners work
15
 
16
  #### Data Filtering
17
 
18
- 1. **Exome-Specific Regions**: Filter the variants to include only those located in exome-specific regions.
 
 
19
 
20
  #### Sequence Generation
21
 
22
- 1. **Human Reference Genome (HRG)**: For each variant, generate input sequences from the HRG.
23
  2. **Sequence Length**: The length of the sequences is a parameter, typically set to 100 base pairs (bp).
24
- 3. **Variant Positioning**: The variant is centered within the sequence.
25
 
26
  ### Tasks
27
 
28
  There are 7 tasks created using the ClinVar data.
29
 
30
- 1. **Exome Pathogenicity Prediction**: Same as above, but variants are stratified between train/test sets to ensure that variants from the same gene don't appear in both.
31
- 2. **Exome Variants and Non-Variants**: Predict whether an exome sequence is a mutation or not.
32
  3. **Phenotype Prediction**:
33
- 1. **Cancer-Predisposing Syndrome**: Predict whether a variant is associated with the phenotype of Hereditary Cancer-Predisposing Syndrome.
34
  2. **Cardiovascular Phenotypes**: Predict whether a variant is associated with cardiovascular phenotypes.
35
- 5. **Gene Prediction**:
36
  1. **BRCA**: Predict whether a variant belongs to BRCA1, BRCA2, or neither (breast cancer genes).
37
- 2. **TTN**: Predict whether a variant belongs to the TTN gene.
38
- 3. **Top Ten Genes**: Predict whether a variant belongs to one of five (ten?) possible gene pools.
39
-
40
 
41
  - **Curated by:** [More Information Needed]
42
- - **Language(s) (NLP):** [More Information Needed]
43
  - **License:** [More Information Needed]
44
 
45
-
46
  ## Uses
47
 
48
- <!-- Address questions around how the dataset is intended to be used. -->
49
 
50
  ### Direct Use
51
 
52
- <!-- This section describes suitable use cases for the dataset. -->
53
-
54
- [More Information Needed]
55
 
56
  ### Out-of-Scope Use
57
 
58
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
59
-
60
- [More Information Needed]
61
-
62
 
63
  ## Dataset Card Contact
64
 
 
1
+ ---
2
+ tags:
3
+ - biology
4
+ - medical
5
+ pretty_name: ExomeBench
6
+ size_categories:
7
+ - 1K<n<10K
8
+ ---
9
+ # Dataset Card for the ExomeBench Dataset
10
 
11
+ The ExomeBench dataset is derived from ClinVar, a publicly accessible database maintained by the [National Center for Biotechnology Information (NCBI)](https://www.ncbi.nlm.nih.gov/clinvar). 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)](https://www.ncbi.nlm.nih.gov/datasets/genome/GCF_000001405.40/).
12
 
13
+ 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.
14
 
15
  ## Dataset Details
16
 
 
23
 
24
  #### Data Filtering
25
 
26
+ 1. **Assertion Criteria**: We include only variants with at least one submitter providing an interpretation and satisfying the assertion criteria for reliability.
27
+ 2. **Variant Type**: Only single-nucleotide variants (SNVs) are selected.
28
+ 2. **Exome-Specific Regions**: Filter the variants to include only those located in exome-specific regions.
29
 
30
  #### Sequence Generation
31
 
32
+ 1. **Human Reference Genome (HRG)**: For each variant, generate input sequences from the HRG using genome **ADD HERE**.
33
  2. **Sequence Length**: The length of the sequences is a parameter, typically set to 100 base pairs (bp).
34
+ 3. **Variant Positioning**: The variant is centered within the sequence, which is read in from a FASTA file.
35
 
36
  ### Tasks
37
 
38
  There are 7 tasks created using the ClinVar data.
39
 
40
+ 1. **Exome Pathogenicity Prediction**: Predict the pathogenicity of an exome variant sequence (pathogenic, likely pathogenic, likely benign, benign). Variants are stratified between train/test sets to ensure that variants from the same gene don't appear in both.
41
+ 2. **Exome Variants and Non-Variants**: Predict whether an exome sequence represents a known SNV or a non-variant reference sequence.
42
  3. **Phenotype Prediction**:
43
+ 1. **Cancer-Predisposing Syndrome**: Predict whether a variant is associated with the phenotype of Hereditary Cancer-Predisposing Syndrome.
44
  2. **Cardiovascular Phenotypes**: Predict whether a variant is associated with cardiovascular phenotypes.
45
+ 4. **Gene Prediction**:
46
  1. **BRCA**: Predict whether a variant belongs to BRCA1, BRCA2, or neither (breast cancer genes).
47
+ 2. **TTN**: Predict whether a variant belongs to the TTN gene.
48
+ 3. **Top Five Genes**: Predict whether a variant belongs to one of five most common possible gene pools.
 
49
 
50
  - **Curated by:** [More Information Needed]
51
+ - **Language(s) (NLP):** Python
52
  - **License:** [More Information Needed]
53
 
 
54
  ## Uses
55
 
56
+ This dataset is intended for models that aim to test their ability on exome-specific data. With more genomic models now focusing on exome regions for training, there is a need for benchmarks that verify whether these models truly learn exome-related features—particularly since many existing benchmarks overlook exome data, even though most disease-associated variants lie in protein-coding regions.
57
 
58
  ### Direct Use
59
 
60
+ These tasks are split into train/test sets and are designed to fine-tune larger models, which can then be evaluated using metrics such as AUC. The dataset encompasses a range of tasks—from assessing general exome-specific changes to identifying gene-specific variants and predicting pathogenicity—providing a broad overview of model performance on clinically relevant exome data.
 
 
61
 
62
  ### Out-of-Scope Use
63
 
64
+ The dataset is for research and benchmarking only; it should not be used as a standalone diagnostic tool. More so, ClinVar may still contain some noise or inconsistencies in variant annotations.
 
 
 
65
 
66
  ## Dataset Card Contact
67