File size: 1,031 Bytes
9d731b6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: name
    dtype: string
  - name: sequence
    dtype: string
  - name: is_raw
    dtype: bool
  - name: label
    dtype: int8
  - name: motif_id
    dtype: string
  - name: motif_len
    dtype: int16
  - name: motif_start
    dtype: int16
  - name: motif_end
    dtype: int16
  - name: pair_id
    dtype: string
  - name: neutral_idx
    dtype: int16
  - name: rc
    dtype: int8
  splits:
  - name: posneg
    num_bytes: 286738590
    num_examples: 577200
  - name: neutral
    num_bytes: 83165
    num_examples: 200
  - name: monitor_posneg
    num_bytes: 632480
    num_examples: 1280
  - name: monitor_neutral
    num_bytes: 4132
    num_examples: 10
  download_size: 31410368
  dataset_size: 287458367
configs:
- config_name: default
  data_files:
  - split: posneg
    path: data/posneg-*
  - split: neutral
    path: data/neutral-*
  - split: monitor_posneg
    path: data/monitor_posneg-*
  - split: monitor_neutral
    path: data/monitor_neutral-*
---