Cuiting0906 commited on
Commit
ff8604d
·
verified ·
1 Parent(s): 72ecbd4

add data source and chromatin distribution

Browse files
Files changed (1) hide show
  1. README.md +69 -39
README.md CHANGED
@@ -1,46 +1,76 @@
1
  ---
2
  dataset_info:
3
  features:
4
- - name: chr
5
- dtype: string
6
- - name: start
7
- dtype: int64
8
- - name: end
9
- dtype: int64
10
- - name: TargetGene
11
- dtype: string
12
- - name: activity
13
- dtype: float64
14
- - name: hic_contact
15
- dtype: float64
16
- - name: ABC_Score
17
- dtype: float64
18
- - name: TargetGeneTSS
19
- dtype: int64
20
- - name: cre_center
21
- dtype: int64
22
- - name: cre_seq_500bp
23
- dtype: string
24
- - name: tss_start_1kb
25
- dtype: int64
26
- - name: tss_end_1kb
27
- dtype: int64
28
- - name: tss_seq_2kb
29
- dtype: string
30
- - name: cre_tss_distance
31
- dtype: int64
32
- - name: CellType
33
- dtype: string
 
34
  splits:
35
- - name: train
36
- num_bytes: 21972232262
37
- num_examples: 8405058
38
- download_size: 365446621
 
39
  dataset_size: 21972232262
 
40
  configs:
41
- - config_name: default
42
- data_files:
43
- - split: train
44
- path: data/train-*
 
 
45
  ---
46
- data_source: https://osf.io/uhnb4/overview
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  dataset_info:
3
  features:
4
+ - name: chr
5
+ dtype: string
6
+ - name: start
7
+ dtype: int64
8
+ - name: end
9
+ dtype: int64
10
+ - name: TargetGene
11
+ dtype: string
12
+ - name: activity
13
+ dtype: float64
14
+ - name: hic_contact
15
+ dtype: float64
16
+ - name: ABC_Score
17
+ dtype: float64
18
+ - name: TargetGeneTSS
19
+ dtype: int64
20
+ - name: cre_center
21
+ dtype: int64
22
+ - name: cre_seq_500bp
23
+ dtype: string
24
+ - name: tss_start_1kb
25
+ dtype: int64
26
+ - name: tss_end_1kb
27
+ dtype: int64
28
+ - name: tss_seq_2kb
29
+ dtype: string
30
+ - name: cre_tss_distance
31
+ dtype: int64
32
+ - name: CellType
33
+ dtype: string
34
+
35
  splits:
36
+ - name: train
37
+ num_examples: 8405058
38
+ num_bytes: 21972232262
39
+
40
+ download_size: 21972232262
41
  dataset_size: 21972232262
42
+
43
  configs:
44
+ - config_name: default
45
+ data_files:
46
+ - split: train
47
+ path: data/train-*.arrow
48
+
49
+ data_source: https://osf.io/uhnb4/overview
50
  ---
51
+ ###chromatin distribution
52
+ chr1 count= 1071396 proportion=0.127470
53
+ chr10 count= 263063 proportion=0.031298
54
+ chr11 count= 605007 proportion=0.071981
55
+ chr12 count= 483592 proportion=0.057536
56
+ chr13 count= 64574 proportion=0.007683
57
+ chr14 count= 189139 proportion=0.022503
58
+ chr15 count= 232421 proportion=0.027653
59
+ chr16 count= 383804 proportion=0.045663
60
+ chr17 count= 670394 proportion=0.079761
61
+ chr18 count= 59938 proportion=0.007131
62
+ chr19 count= 1062631 proportion=0.126428
63
+ chr2 count= 402469 proportion=0.047884
64
+ chr20 count= 209652 proportion=0.024944
65
+ chr21 count= 73090 proportion=0.008696
66
+ chr22 count= 261987 proportion=0.031170
67
+ chr3 count= 401699 proportion=0.047793
68
+ chr4 count= 156557 proportion=0.018627
69
+ chr5 count= 260503 proportion=0.030994
70
+ chr6 count= 518629 proportion=0.061704
71
+ chr7 count= 366083 proportion=0.043555
72
+ chr8 count= 190901 proportion=0.022713
73
+ chr9 count= 347870 proportion=0.041388
74
+ chrX count= 129659 proportion=0.015426
75
+
76
+ Total: 8405058