Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
9
+ ### Methods
10
+
11
+ #### Data Collection
12
+
13
+ 1. **Source**: Variants are sourced from the ClinVar database.
14
+ 2. **Clinical Significance**: ClinVar provides detailed information on the clinical significance of each variant and its association with human diseases.
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
+
65
+ [More Information Needed]