Upload LOL-EVE Ultra Rare Variants dataset v1.0
Browse files- dataset/dataset_info.json +64 -0
dataset/dataset_info.json
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"citation": "",
|
| 3 |
+
"description": "\n Ultra Rare Variants dataset for LOL-EVE model evaluation.\n \n This dataset contains ultra rare variants from gnomAD with:\n - Genomic coordinates and variant information\n - Sequence information (WT and variant sequences)\n - Minor allele frequency (MAF) annotations\n - Variant filtering information\n \n The dataset is designed for evaluating variant effect prediction models\n on ultra rare variant prioritization tasks.\n ",
|
| 4 |
+
"features": {
|
| 5 |
+
"gene": {
|
| 6 |
+
"dtype": "string",
|
| 7 |
+
"_type": "Value"
|
| 8 |
+
},
|
| 9 |
+
"species": {
|
| 10 |
+
"dtype": "string",
|
| 11 |
+
"_type": "Value"
|
| 12 |
+
},
|
| 13 |
+
"clade": {
|
| 14 |
+
"dtype": "string",
|
| 15 |
+
"_type": "Value"
|
| 16 |
+
},
|
| 17 |
+
"chromosome": {
|
| 18 |
+
"dtype": "string",
|
| 19 |
+
"_type": "Value"
|
| 20 |
+
},
|
| 21 |
+
"position": {
|
| 22 |
+
"dtype": "int64",
|
| 23 |
+
"_type": "Value"
|
| 24 |
+
},
|
| 25 |
+
"ref": {
|
| 26 |
+
"dtype": "string",
|
| 27 |
+
"_type": "Value"
|
| 28 |
+
},
|
| 29 |
+
"alt": {
|
| 30 |
+
"dtype": "string",
|
| 31 |
+
"_type": "Value"
|
| 32 |
+
},
|
| 33 |
+
"variant_type": {
|
| 34 |
+
"dtype": "string",
|
| 35 |
+
"_type": "Value"
|
| 36 |
+
},
|
| 37 |
+
"wt_sequence": {
|
| 38 |
+
"dtype": "string",
|
| 39 |
+
"_type": "Value"
|
| 40 |
+
},
|
| 41 |
+
"var_sequence": {
|
| 42 |
+
"dtype": "string",
|
| 43 |
+
"_type": "Value"
|
| 44 |
+
},
|
| 45 |
+
"sequence_length": {
|
| 46 |
+
"dtype": "int64",
|
| 47 |
+
"_type": "Value"
|
| 48 |
+
},
|
| 49 |
+
"wt_sequence_start": {
|
| 50 |
+
"dtype": "int64",
|
| 51 |
+
"_type": "Value"
|
| 52 |
+
},
|
| 53 |
+
"filter": {
|
| 54 |
+
"dtype": "string",
|
| 55 |
+
"_type": "Value"
|
| 56 |
+
},
|
| 57 |
+
"maf": {
|
| 58 |
+
"dtype": "float32",
|
| 59 |
+
"_type": "Value"
|
| 60 |
+
}
|
| 61 |
+
},
|
| 62 |
+
"homepage": "https://huggingface.co/Marks-lab/LOL-EVE",
|
| 63 |
+
"license": "mit"
|
| 64 |
+
}
|