File size: 1,756 Bytes
08aa218
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
dataset_info:
  features:
  - name: chr
    dtype: string
  - name: start
    dtype: int64
  - name: end
    dtype: int64
  - name: name
    dtype: string
  - name: class
    dtype: string
  - name: activity_base
    dtype: float64
  - name: TargetGene
    dtype: string
  - name: TargetGeneTSS
    dtype: int64
  - name: TargetGeneExpression
    dtype: float64
  - name: TargetGenePromoterActivityQuantile
    dtype: float64
  - name: TargetGeneIsExpressed
    dtype: bool
  - name: distance
    dtype: float64
  - name: isSelfPromoter
    dtype: bool
  - name: powerlaw_contact
    dtype: float64
  - name: powerlaw_contact_reference
    dtype: float64
  - name: hic_contact
    dtype: float64
  - name: hic_contact_pl_scaled
    dtype: float64
  - name: hic_pseudocount
    dtype: float64
  - name: hic_contact_pl_scaled_adj
    dtype: float64
  - name: ABC.Score.Numerator
    dtype: float64
  - name: ABC.Score
    dtype: float64
  - name: powerlaw.Score.Numerator
    dtype: float64
  - name: powerlaw.Score
    dtype: float64
  - name: CellType
    dtype: string
  - name: cre_center
    dtype: int64
  - name: cre_seq_500bp
    dtype: string
  - name: tss_start_1kb
    dtype: int64
  - name: tss_end_1kb
    dtype: int64
  - name: tss_seq_2kb
    dtype: string
  - name: cre_tss_distance
    dtype: int64
  splits:
  - name: train
    num_bytes: 409342609
    num_examples: 147765
  - name: validation
    num_bytes: 50232528
    num_examples: 18133
  - name: test
    num_bytes: 51878043
    num_examples: 18727
  download_size: 89546454
  dataset_size: 511453180
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---