fredzzp commited on
Commit
4e1dfad
·
verified ·
1 Parent(s): f8a0d7d

Upload dataset

Browse files
Files changed (2) hide show
  1. README.md +181 -0
  2. data/train-00000-of-00001.parquet +3 -0
README.md ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: sample
5
+ dtype: string
6
+ - name: prep
7
+ dtype: string
8
+ - name: status
9
+ dtype: string
10
+ - name: name
11
+ dtype: string
12
+ - name: selected/rational
13
+ dtype: string
14
+ - name: variant source
15
+ dtype: string
16
+ - name: source library
17
+ dtype: string
18
+ - name: PAM selected on
19
+ dtype: string
20
+ - name: shuffled?
21
+ dtype: string
22
+ - name: extra mutations (other than 14 positions)?
23
+ dtype: string
24
+ - name: Active variant?
25
+ dtype: bool
26
+ - name: D1135
27
+ dtype: string
28
+ - name: S1136
29
+ dtype: string
30
+ - name: G1218
31
+ dtype: string
32
+ - name: E1219
33
+ dtype: string
34
+ - name: R1335
35
+ dtype: string
36
+ - name: T1337
37
+ dtype: string
38
+ - name: NAAA
39
+ dtype: float64
40
+ - name: NAAC
41
+ dtype: float64
42
+ - name: NAAG
43
+ dtype: float64
44
+ - name: NAAT
45
+ dtype: float64
46
+ - name: NACA
47
+ dtype: float64
48
+ - name: NACC
49
+ dtype: float64
50
+ - name: NACG
51
+ dtype: float64
52
+ - name: NACT
53
+ dtype: float64
54
+ - name: NAGA
55
+ dtype: float64
56
+ - name: NAGC
57
+ dtype: float64
58
+ - name: NAGG
59
+ dtype: float64
60
+ - name: NAGT
61
+ dtype: float64
62
+ - name: NATA
63
+ dtype: float64
64
+ - name: NATC
65
+ dtype: float64
66
+ - name: NATG
67
+ dtype: float64
68
+ - name: NATT
69
+ dtype: float64
70
+ - name: NCAA
71
+ dtype: float64
72
+ - name: NCAC
73
+ dtype: float64
74
+ - name: NCAG
75
+ dtype: float64
76
+ - name: NCAT
77
+ dtype: float64
78
+ - name: NCCA
79
+ dtype: float64
80
+ - name: NCCC
81
+ dtype: float64
82
+ - name: NCCG
83
+ dtype: float64
84
+ - name: NCCT
85
+ dtype: float64
86
+ - name: NCGA
87
+ dtype: float64
88
+ - name: NCGC
89
+ dtype: float64
90
+ - name: NCGG
91
+ dtype: float64
92
+ - name: NCGT
93
+ dtype: float64
94
+ - name: NCTA
95
+ dtype: float64
96
+ - name: NCTC
97
+ dtype: float64
98
+ - name: NCTG
99
+ dtype: float64
100
+ - name: NCTT
101
+ dtype: float64
102
+ - name: NGAA
103
+ dtype: float64
104
+ - name: NGAC
105
+ dtype: float64
106
+ - name: NGAG
107
+ dtype: float64
108
+ - name: NGAT
109
+ dtype: float64
110
+ - name: NGCA
111
+ dtype: float64
112
+ - name: NGCC
113
+ dtype: float64
114
+ - name: NGCG
115
+ dtype: float64
116
+ - name: NGCT
117
+ dtype: float64
118
+ - name: NGGA
119
+ dtype: float64
120
+ - name: NGGC
121
+ dtype: float64
122
+ - name: NGGG
123
+ dtype: float64
124
+ - name: NGGT
125
+ dtype: float64
126
+ - name: NGTA
127
+ dtype: float64
128
+ - name: NGTC
129
+ dtype: float64
130
+ - name: NGTG
131
+ dtype: float64
132
+ - name: NGTT
133
+ dtype: float64
134
+ - name: NTAA
135
+ dtype: float64
136
+ - name: NTAC
137
+ dtype: float64
138
+ - name: NTAG
139
+ dtype: float64
140
+ - name: NTAT
141
+ dtype: float64
142
+ - name: NTCA
143
+ dtype: float64
144
+ - name: NTCC
145
+ dtype: float64
146
+ - name: NTCG
147
+ dtype: float64
148
+ - name: NTCT
149
+ dtype: float64
150
+ - name: NTGA
151
+ dtype: float64
152
+ - name: NTGC
153
+ dtype: float64
154
+ - name: NTGG
155
+ dtype: float64
156
+ - name: NTGT
157
+ dtype: float64
158
+ - name: NTTA
159
+ dtype: float64
160
+ - name: NTTC
161
+ dtype: float64
162
+ - name: NTTG
163
+ dtype: float64
164
+ - name: NTTT
165
+ dtype: float64
166
+ - name: sequence
167
+ dtype: string
168
+ - name: label
169
+ sequence: float64
170
+ splits:
171
+ - name: train
172
+ num_bytes: 1973564
173
+ num_examples: 770
174
+ download_size: 606784
175
+ dataset_size: 1973564
176
+ configs:
177
+ - config_name: default
178
+ data_files:
179
+ - split: train
180
+ path: data/train-*
181
+ ---
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1d19138019bd7c40edb01441e8f008295cc01969fc2e153f5fe69b9c8a6f5ae
3
+ size 606784