LOL-EVE-UltraRare / dataset /dataset_info.json
cshearer's picture
Upload LOL-EVE Ultra Rare Variants dataset v1.0
9141aff verified
{
"citation": "",
"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 ",
"features": {
"gene": {
"dtype": "string",
"_type": "Value"
},
"species": {
"dtype": "string",
"_type": "Value"
},
"clade": {
"dtype": "string",
"_type": "Value"
},
"chromosome": {
"dtype": "string",
"_type": "Value"
},
"position": {
"dtype": "int64",
"_type": "Value"
},
"ref": {
"dtype": "string",
"_type": "Value"
},
"alt": {
"dtype": "string",
"_type": "Value"
},
"variant_type": {
"dtype": "string",
"_type": "Value"
},
"wt_sequence": {
"dtype": "string",
"_type": "Value"
},
"var_sequence": {
"dtype": "string",
"_type": "Value"
},
"sequence_length": {
"dtype": "int64",
"_type": "Value"
},
"wt_sequence_start": {
"dtype": "int64",
"_type": "Value"
},
"filter": {
"dtype": "string",
"_type": "Value"
},
"maf": {
"dtype": "float32",
"_type": "Value"
}
},
"homepage": "https://huggingface.co/Marks-lab/LOL-EVE",
"license": "mit"
}