cshearer commited on
Commit
983e693
·
verified ·
1 Parent(s): 75aa19f

Upload LOL-EVE eQTL dataset v1.0

Browse files
Files changed (1) hide show
  1. dataset_info.json +29 -0
dataset_info.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "LOL-EVE-eQTL",
3
+ "description": "Causal eQTL identification dataset for LOL-EVE model evaluation",
4
+ "homepage": "https://huggingface.co/Marks-lab/LOL-EVE",
5
+ "license": "mit",
6
+ "size": 7090,
7
+ "features": [
8
+ "gene",
9
+ "species",
10
+ "clade",
11
+ "chromosome",
12
+ "position",
13
+ "ref",
14
+ "alt",
15
+ "variant_type",
16
+ "wt_sequence",
17
+ "var_sequence",
18
+ "sequence_length",
19
+ "wt_sequence_start",
20
+ "pip",
21
+ "indel_length",
22
+ "distance_tss",
23
+ "gsa_depth",
24
+ "depth_category",
25
+ "phylop",
26
+ "cadd",
27
+ "gc_percentage_delta"
28
+ ]
29
+ }