@genspectrum/dashboard-components 0.6.17 → 0.6.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/README.md +5 -12
  2. package/custom-elements.json +4 -4
  3. package/dist/assets/mutationOverTimeWorker-BdzqDqvO.js.map +1 -0
  4. package/dist/dashboard-components.js +216 -214
  5. package/dist/dashboard-components.js.map +1 -1
  6. package/dist/genspectrum-components.d.ts +40 -40
  7. package/dist/style.css +3 -2
  8. package/package.json +13 -2
  9. package/src/operator/FetchInsertionsOperator.ts +2 -2
  10. package/src/operator/FetchSubstitutionsOrDeletionsOperator.ts +3 -3
  11. package/src/preact/mutationComparison/fetchMutationData.spec.ts +3 -3
  12. package/src/preact/mutationComparison/getMutationComparisonTableData.spec.ts +11 -11
  13. package/src/preact/mutationComparison/getMutationComparisonTableData.ts +4 -4
  14. package/src/preact/mutationComparison/mutation-comparison-table.tsx +2 -2
  15. package/src/preact/mutationFilter/mutation-filter.tsx +27 -18
  16. package/src/preact/mutationFilter/parseAndValidateMutation.ts +4 -4
  17. package/src/preact/mutationFilter/parseMutation.spec.ts +17 -17
  18. package/src/preact/mutations/getInsertionsTableData.spec.ts +3 -3
  19. package/src/preact/mutations/getMutationsGridData.spec.ts +9 -9
  20. package/src/preact/mutations/getMutationsTableData.spec.ts +7 -7
  21. package/src/preact/mutations/mutations-insertions-table.tsx +3 -3
  22. package/src/preact/mutations/mutations-table.tsx +3 -3
  23. package/src/preact/mutationsOverTime/__mockData__/aminoAcidMutationsByDay.ts +45686 -0
  24. package/src/preact/mutationsOverTime/__mockData__/byWeek.ts +58989 -0
  25. package/src/preact/mutationsOverTime/__mockData__/defaultMockData.ts +103991 -0
  26. package/src/preact/mutationsOverTime/__mockData__/mockConversion.ts +54 -0
  27. package/src/preact/mutationsOverTime/__mockData__/showsMessageWhenTooManyMutations.ts +63690 -0
  28. package/src/preact/mutationsOverTime/getFilteredMutationsOverTime.spec.ts +176 -159
  29. package/src/preact/mutationsOverTime/getFilteredMutationsOverTimeData.ts +17 -59
  30. package/src/preact/mutationsOverTime/mutationOverTimeWorker.mock.ts +27 -0
  31. package/src/preact/mutationsOverTime/mutationOverTimeWorker.ts +29 -0
  32. package/src/preact/mutationsOverTime/mutations-over-time-grid.tsx +13 -14
  33. package/src/preact/mutationsOverTime/mutations-over-time.stories.tsx +9 -334
  34. package/src/preact/mutationsOverTime/mutations-over-time.tsx +68 -52
  35. package/src/preact/numberSequencesOverTime/getNumberOfSequencesOverTimeTableData.ts +3 -3
  36. package/src/preact/prevalenceOverTime/getPrevalenceOverTimeTableData.spec.ts +5 -5
  37. package/src/preact/prevalenceOverTime/prevalence-over-time-bubble-chart.tsx +1 -1
  38. package/src/preact/relativeGrowthAdvantage/relative-growth-advantage-chart.tsx +2 -2
  39. package/src/preact/shared/sort/sortInsertions.spec.ts +11 -11
  40. package/src/preact/shared/sort/sortInsertions.ts +2 -2
  41. package/src/preact/shared/sort/sortSubstitutionsAndDeletions.spec.ts +13 -13
  42. package/src/preact/shared/sort/sortSubstitutionsAndDeletions.ts +7 -4
  43. package/src/preact/webWorkers/useWebWorker.ts +51 -0
  44. package/src/preact/webWorkers/workerFunction.ts +14 -0
  45. package/src/query/queryAggregatedDataOverTime.ts +3 -3
  46. package/src/query/queryMutationsOverTime.spec.ts +272 -51
  47. package/src/query/queryMutationsOverTime.ts +114 -45
  48. package/src/query/queryPrevalenceOverTime.ts +2 -2
  49. package/src/query/queryRelativeGrowthAdvantage.ts +3 -3
  50. package/src/types.ts +25 -5
  51. package/src/utils/map2d.spec.ts +29 -1
  52. package/src/utils/map2d.ts +22 -1
  53. package/src/utils/mutations.spec.ts +20 -20
  54. package/src/utils/mutations.ts +80 -17
  55. package/src/utils/sort.ts +5 -2
  56. package/src/utils/temporal.spec.ts +27 -24
  57. package/src/utils/{temporal.ts → temporalClass.ts} +170 -72
  58. package/src/utils/temporalTestHelpers.ts +3 -3
  59. package/src/web-components/input/gs-text-input.tsx +1 -1
  60. package/src/web-components/introduction.mdx +46 -0
  61. package/src/web-components/visualization/gs-mutations-over-time.stories.ts +6 -699
  62. package/src/web-components/visualization/gs-mutations-over-time.tsx +2 -2
  63. package/standalone-bundle/dashboard-components.js +13763 -13754
  64. package/standalone-bundle/dashboard-components.js.map +1 -1
  65. package/src/preact/mutationsOverTime/__mockData__/aggregated_2024_01.json +0 -13
  66. package/src/preact/mutationsOverTime/__mockData__/aggregated_2024_02.json +0 -13
  67. package/src/preact/mutationsOverTime/__mockData__/aggregated_2024_03.json +0 -13
  68. package/src/preact/mutationsOverTime/__mockData__/aggregated_2024_04.json +0 -13
  69. package/src/preact/mutationsOverTime/__mockData__/aggregated_2024_05.json +0 -13
  70. package/src/preact/mutationsOverTime/__mockData__/aggregated_2024_06.json +0 -13
  71. package/src/preact/mutationsOverTime/__mockData__/aggregated_2024_07.json +0 -13
  72. package/src/preact/mutationsOverTime/__mockData__/aggregated_20_01_2024.json +0 -13
  73. package/src/preact/mutationsOverTime/__mockData__/aggregated_21_01_2024.json +0 -13
  74. package/src/preact/mutationsOverTime/__mockData__/aggregated_22_01_2024.json +0 -13
  75. package/src/preact/mutationsOverTime/__mockData__/aggregated_23_01_2024.json +0 -13
  76. package/src/preact/mutationsOverTime/__mockData__/aggregated_24_01_2024.json +0 -13
  77. package/src/preact/mutationsOverTime/__mockData__/aggregated_25_01_2024.json +0 -13
  78. package/src/preact/mutationsOverTime/__mockData__/aggregated_26_01_2024.json +0 -13
  79. package/src/preact/mutationsOverTime/__mockData__/aggregated_byDay.json +0 -38
  80. package/src/preact/mutationsOverTime/__mockData__/aggregated_byWeek.json +0 -122
  81. package/src/preact/mutationsOverTime/__mockData__/aggregated_date.json +0 -642
  82. package/src/preact/mutationsOverTime/__mockData__/aggregated_tooManyMutations.json +0 -1470
  83. package/src/preact/mutationsOverTime/__mockData__/aggregated_tooManyMutations_total.json +0 -13
  84. package/src/preact/mutationsOverTime/__mockData__/aggregated_week3_2024.json +0 -13
  85. package/src/preact/mutationsOverTime/__mockData__/aggregated_week4_2024.json +0 -13
  86. package/src/preact/mutationsOverTime/__mockData__/aggregated_week5_2024.json +0 -13
  87. package/src/preact/mutationsOverTime/__mockData__/aggregated_week6_2024.json +0 -13
  88. package/src/preact/mutationsOverTime/__mockData__/aminoAcidMutations_20_01_2024.json +0 -6778
  89. package/src/preact/mutationsOverTime/__mockData__/aminoAcidMutations_21_01_2024.json +0 -7129
  90. package/src/preact/mutationsOverTime/__mockData__/aminoAcidMutations_22_01_2024.json +0 -4681
  91. package/src/preact/mutationsOverTime/__mockData__/aminoAcidMutations_23_01_2024.json +0 -10738
  92. package/src/preact/mutationsOverTime/__mockData__/aminoAcidMutations_24_01_2024.json +0 -11710
  93. package/src/preact/mutationsOverTime/__mockData__/aminoAcidMutations_25_01_2024.json +0 -11557
  94. package/src/preact/mutationsOverTime/__mockData__/aminoAcidMutations_26_01_2024.json +0 -8596
  95. package/src/preact/mutationsOverTime/__mockData__/aminoAcidMutations_byDayOverall.json +0 -4726
  96. package/src/preact/mutationsOverTime/__mockData__/nucleotideMutations_2024_01.json +0 -1747
  97. package/src/preact/mutationsOverTime/__mockData__/nucleotideMutations_2024_02.json +0 -1774
  98. package/src/preact/mutationsOverTime/__mockData__/nucleotideMutations_2024_03.json +0 -1819
  99. package/src/preact/mutationsOverTime/__mockData__/nucleotideMutations_2024_04.json +0 -1864
  100. package/src/preact/mutationsOverTime/__mockData__/nucleotideMutations_2024_05.json +0 -1927
  101. package/src/preact/mutationsOverTime/__mockData__/nucleotideMutations_2024_06.json +0 -1864
  102. package/src/preact/mutationsOverTime/__mockData__/nucleotideMutations_2024_07.json +0 -9
  103. package/src/preact/mutationsOverTime/__mockData__/nucleotideMutations_byMonthOverall.json +0 -11143
  104. package/src/preact/mutationsOverTime/__mockData__/nucleotideMutations_byWeekOverall.json +0 -9154
  105. package/src/preact/mutationsOverTime/__mockData__/nucleotideMutations_tooManyMutations.json +0 -16453
  106. package/src/preact/mutationsOverTime/__mockData__/nucleotideMutations_week3_2024.json +0 -8812
  107. package/src/preact/mutationsOverTime/__mockData__/nucleotideMutations_week4_2024.json +0 -9730
  108. package/src/preact/mutationsOverTime/__mockData__/nucleotideMutations_week5_2024.json +0 -9865
  109. package/src/preact/mutationsOverTime/__mockData__/nucleotideMutations_week6_2024.json +0 -11314
@@ -1,1774 +0,0 @@
1
- {
2
- "data": [
3
- {
4
- "mutation": "C21T",
5
- "count": 1009,
6
- "proportion": 0.9474178403755869,
7
- "sequenceName": null,
8
- "mutationFrom": "C",
9
- "mutationTo": "T",
10
- "position": 21
11
- },
12
- {
13
- "mutation": "C44T",
14
- "count": 1543,
15
- "proportion": 0.5566378066378066,
16
- "sequenceName": null,
17
- "mutationFrom": "C",
18
- "mutationTo": "T",
19
- "position": 44
20
- },
21
- {
22
- "mutation": "C241T",
23
- "count": 14900,
24
- "proportion": 0.997856951513528,
25
- "sequenceName": null,
26
- "mutationFrom": "C",
27
- "mutationTo": "T",
28
- "position": 241
29
- },
30
- {
31
- "mutation": "A518-",
32
- "count": 775,
33
- "proportion": 0.055495882563551736,
34
- "sequenceName": null,
35
- "mutationFrom": "A",
36
- "mutationTo": "-",
37
- "position": 518
38
- },
39
- {
40
- "mutation": "T670G",
41
- "count": 15242,
42
- "proportion": 0.9924469331944263,
43
- "sequenceName": null,
44
- "mutationFrom": "T",
45
- "mutationTo": "G",
46
- "position": 670
47
- },
48
- {
49
- "mutation": "C774T",
50
- "count": 4190,
51
- "proportion": 0.27434033916061024,
52
- "sequenceName": null,
53
- "mutationFrom": "C",
54
- "mutationTo": "T",
55
- "position": 774
56
- },
57
- {
58
- "mutation": "C897A",
59
- "count": 15179,
60
- "proportion": 0.9911845370249445,
61
- "sequenceName": null,
62
- "mutationFrom": "C",
63
- "mutationTo": "A",
64
- "position": 897
65
- },
66
- {
67
- "mutation": "C2790T",
68
- "count": 14433,
69
- "proportion": 0.9997229341275888,
70
- "sequenceName": null,
71
- "mutationFrom": "C",
72
- "mutationTo": "T",
73
- "position": 2790
74
- },
75
- {
76
- "mutation": "C3037T",
77
- "count": 15530,
78
- "proportion": 0.9998712335822817,
79
- "sequenceName": null,
80
- "mutationFrom": "C",
81
- "mutationTo": "T",
82
- "position": 3037
83
- },
84
- {
85
- "mutation": "G3431T",
86
- "count": 14092,
87
- "proportion": 0.9992908807261381,
88
- "sequenceName": null,
89
- "mutationFrom": "G",
90
- "mutationTo": "T",
91
- "position": 3431
92
- },
93
- {
94
- "mutation": "T3565C",
95
- "count": 15346,
96
- "proportion": 0.9981138211382113,
97
- "sequenceName": null,
98
- "mutationFrom": "T",
99
- "mutationTo": "C",
100
- "position": 3565
101
- },
102
- {
103
- "mutation": "G4184A",
104
- "count": 15534,
105
- "proportion": 0.9999356292243321,
106
- "sequenceName": null,
107
- "mutationFrom": "G",
108
- "mutationTo": "A",
109
- "position": 4184
110
- },
111
- {
112
- "mutation": "C4321T",
113
- "count": 15136,
114
- "proportion": 0.9792327100989843,
115
- "sequenceName": null,
116
- "mutationFrom": "C",
117
- "mutationTo": "T",
118
- "position": 4321
119
- },
120
- {
121
- "mutation": "A6183G",
122
- "count": 15248,
123
- "proportion": 0.9903227901539261,
124
- "sequenceName": null,
125
- "mutationFrom": "A",
126
- "mutationTo": "G",
127
- "position": 6183
128
- },
129
- {
130
- "mutation": "A7842G",
131
- "count": 15511,
132
- "proportion": 0.9987122529135278,
133
- "sequenceName": null,
134
- "mutationFrom": "A",
135
- "mutationTo": "G",
136
- "position": 7842
137
- },
138
- {
139
- "mutation": "C8293T",
140
- "count": 15495,
141
- "proportion": 0.9989684739862034,
142
- "sequenceName": null,
143
- "mutationFrom": "C",
144
- "mutationTo": "T",
145
- "position": 8293
146
- },
147
- {
148
- "mutation": "G8393A",
149
- "count": 15524,
150
- "proportion": 0.9992276004119465,
151
- "sequenceName": null,
152
- "mutationFrom": "G",
153
- "mutationTo": "A",
154
- "position": 8393
155
- },
156
- {
157
- "mutation": "C9344T",
158
- "count": 15536,
159
- "proportion": 0.9996139492986745,
160
- "sequenceName": null,
161
- "mutationFrom": "C",
162
- "mutationTo": "T",
163
- "position": 9344
164
- },
165
- {
166
- "mutation": "A9424G",
167
- "count": 15473,
168
- "proportion": 0.9989670088449868,
169
- "sequenceName": null,
170
- "mutationFrom": "A",
171
- "mutationTo": "G",
172
- "position": 9424
173
- },
174
- {
175
- "mutation": "C9534T",
176
- "count": 15469,
177
- "proportion": 0.9986442866365397,
178
- "sequenceName": null,
179
- "mutationFrom": "C",
180
- "mutationTo": "T",
181
- "position": 9534
182
- },
183
- {
184
- "mutation": "C10029T",
185
- "count": 15443,
186
- "proportion": 0.9998057749579179,
187
- "sequenceName": null,
188
- "mutationFrom": "C",
189
- "mutationTo": "T",
190
- "position": 10029
191
- },
192
- {
193
- "mutation": "C10198T",
194
- "count": 15414,
195
- "proportion": 0.9995460735360872,
196
- "sequenceName": null,
197
- "mutationFrom": "C",
198
- "mutationTo": "T",
199
- "position": 10198
200
- },
201
- {
202
- "mutation": "G10447A",
203
- "count": 15536,
204
- "proportion": 0.9999356375104589,
205
- "sequenceName": null,
206
- "mutationFrom": "G",
207
- "mutationTo": "A",
208
- "position": 10447
209
- },
210
- {
211
- "mutation": "C10449A",
212
- "count": 15536,
213
- "proportion": 0.9999356375104589,
214
- "sequenceName": null,
215
- "mutationFrom": "C",
216
- "mutationTo": "A",
217
- "position": 10449
218
- },
219
- {
220
- "mutation": "G11042T",
221
- "count": 15542,
222
- "proportion": 0.9992284942779992,
223
- "sequenceName": null,
224
- "mutationFrom": "G",
225
- "mutationTo": "T",
226
- "position": 11042
227
- },
228
- {
229
- "mutation": "T11288-",
230
- "count": 14637,
231
- "proportion": 0.9974105621805792,
232
- "sequenceName": null,
233
- "mutationFrom": "T",
234
- "mutationTo": "-",
235
- "position": 11288
236
- },
237
- {
238
- "mutation": "C11289-",
239
- "count": 14543,
240
- "proportion": 0.9973938687332831,
241
- "sequenceName": null,
242
- "mutationFrom": "C",
243
- "mutationTo": "-",
244
- "position": 11289
245
- },
246
- {
247
- "mutation": "T11290-",
248
- "count": 14490,
249
- "proportion": 0.9973843612334802,
250
- "sequenceName": null,
251
- "mutationFrom": "T",
252
- "mutationTo": "-",
253
- "position": 11290
254
- },
255
- {
256
- "mutation": "G11291-",
257
- "count": 14480,
258
- "proportion": 0.9973825595812096,
259
- "sequenceName": null,
260
- "mutationFrom": "G",
261
- "mutationTo": "-",
262
- "position": 11291
263
- },
264
- {
265
- "mutation": "G11292-",
266
- "count": 14474,
267
- "proportion": 0.9973127540825467,
268
- "sequenceName": null,
269
- "mutationFrom": "G",
270
- "mutationTo": "-",
271
- "position": 11292
272
- },
273
- {
274
- "mutation": "T11293-",
275
- "count": 14467,
276
- "proportion": 0.9973114573280022,
277
- "sequenceName": null,
278
- "mutationFrom": "T",
279
- "mutationTo": "-",
280
- "position": 11293
281
- },
282
- {
283
- "mutation": "T11294-",
284
- "count": 14457,
285
- "proportion": 0.9973096026490066,
286
- "sequenceName": null,
287
- "mutationFrom": "T",
288
- "mutationTo": "-",
289
- "position": 11294
290
- },
291
- {
292
- "mutation": "T11295-",
293
- "count": 14441,
294
- "proportion": 0.9973066298342541,
295
- "sequenceName": null,
296
- "mutationFrom": "T",
297
- "mutationTo": "-",
298
- "position": 11295
299
- },
300
- {
301
- "mutation": "T11296-",
302
- "count": 14434,
303
- "proportion": 0.9973053271609204,
304
- "sequenceName": null,
305
- "mutationFrom": "T",
306
- "mutationTo": "-",
307
- "position": 11296
308
- },
309
- {
310
- "mutation": "G11727A",
311
- "count": 14498,
312
- "proportion": 0.9977976600137646,
313
- "sequenceName": null,
314
- "mutationFrom": "G",
315
- "mutationTo": "A",
316
- "position": 11727
317
- },
318
- {
319
- "mutation": "C12789T",
320
- "count": 15533,
321
- "proportion": 0.9980082241069134,
322
- "sequenceName": null,
323
- "mutationFrom": "C",
324
- "mutationTo": "T",
325
- "position": 12789
326
- },
327
- {
328
- "mutation": "C12815T",
329
- "count": 15539,
330
- "proportion": 0.9994211474144584,
331
- "sequenceName": null,
332
- "mutationFrom": "C",
333
- "mutationTo": "T",
334
- "position": 12815
335
- },
336
- {
337
- "mutation": "C12880T",
338
- "count": 15533,
339
- "proportion": 0.9995495495495496,
340
- "sequenceName": null,
341
- "mutationFrom": "C",
342
- "mutationTo": "T",
343
- "position": 12880
344
- },
345
- {
346
- "mutation": "T13339C",
347
- "count": 15303,
348
- "proportion": 0.9963539292922716,
349
- "sequenceName": null,
350
- "mutationFrom": "T",
351
- "mutationTo": "C",
352
- "position": 13339
353
- },
354
- {
355
- "mutation": "C14408T",
356
- "count": 15558,
357
- "proportion": 0.9995502730485063,
358
- "sequenceName": null,
359
- "mutationFrom": "C",
360
- "mutationTo": "T",
361
- "position": 14408
362
- },
363
- {
364
- "mutation": "C15714T",
365
- "count": 15548,
366
- "proportion": 0.9999356871824555,
367
- "sequenceName": null,
368
- "mutationFrom": "C",
369
- "mutationTo": "T",
370
- "position": 15714
371
- },
372
- {
373
- "mutation": "T15756A",
374
- "count": 15536,
375
- "proportion": 0.9996782703815713,
376
- "sequenceName": null,
377
- "mutationFrom": "T",
378
- "mutationTo": "A",
379
- "position": 15756
380
- },
381
- {
382
- "mutation": "C17410T",
383
- "count": 15495,
384
- "proportion": 0.9998709427631154,
385
- "sequenceName": null,
386
- "mutationFrom": "C",
387
- "mutationTo": "T",
388
- "position": 17410
389
- },
390
- {
391
- "mutation": "G17562T",
392
- "count": 787,
393
- "proportion": 0.050597916934550596,
394
- "sequenceName": null,
395
- "mutationFrom": "G",
396
- "mutationTo": "T",
397
- "position": 17562
398
- },
399
- {
400
- "mutation": "A18163G",
401
- "count": 15430,
402
- "proportion": 0.9997408319295062,
403
- "sequenceName": null,
404
- "mutationFrom": "A",
405
- "mutationTo": "G",
406
- "position": 18163
407
- },
408
- {
409
- "mutation": "T18453C",
410
- "count": 3287,
411
- "proportion": 0.21222882231404958,
412
- "sequenceName": null,
413
- "mutationFrom": "T",
414
- "mutationTo": "C",
415
- "position": 18453
416
- },
417
- {
418
- "mutation": "A18492G",
419
- "count": 15540,
420
- "proportion": 0.9993569131832798,
421
- "sequenceName": null,
422
- "mutationFrom": "A",
423
- "mutationTo": "G",
424
- "position": 18492
425
- },
426
- {
427
- "mutation": "C18894T",
428
- "count": 14920,
429
- "proportion": 0.9996649916247906,
430
- "sequenceName": null,
431
- "mutationFrom": "C",
432
- "mutationTo": "T",
433
- "position": 18894
434
- },
435
- {
436
- "mutation": "C19955T",
437
- "count": 14760,
438
- "proportion": 0.9999322539123365,
439
- "sequenceName": null,
440
- "mutationFrom": "C",
441
- "mutationTo": "T",
442
- "position": 19955
443
- },
444
- {
445
- "mutation": "A20055G",
446
- "count": 14962,
447
- "proportion": 0.9992653442863821,
448
- "sequenceName": null,
449
- "mutationFrom": "A",
450
- "mutationTo": "G",
451
- "position": 20055
452
- },
453
- {
454
- "mutation": "C21618T",
455
- "count": 13961,
456
- "proportion": 0.9977844482561463,
457
- "sequenceName": null,
458
- "mutationFrom": "C",
459
- "mutationTo": "T",
460
- "position": 21618
461
- },
462
- {
463
- "mutation": "C21622T",
464
- "count": 13940,
465
- "proportion": 0.9971387696709585,
466
- "sequenceName": null,
467
- "mutationFrom": "C",
468
- "mutationTo": "T",
469
- "position": 21622
470
- },
471
- {
472
- "mutation": "G21624C",
473
- "count": 13944,
474
- "proportion": 0.9970682874508402,
475
- "sequenceName": null,
476
- "mutationFrom": "G",
477
- "mutationTo": "C",
478
- "position": 21624
479
- },
480
- {
481
- "mutation": "T21633-",
482
- "count": 12923,
483
- "proportion": 0.9907237043851579,
484
- "sequenceName": null,
485
- "mutationFrom": "T",
486
- "mutationTo": "-",
487
- "position": 21633
488
- },
489
- {
490
- "mutation": "A21634-",
491
- "count": 12924,
492
- "proportion": 0.996299722479186,
493
- "sequenceName": null,
494
- "mutationFrom": "A",
495
- "mutationTo": "-",
496
- "position": 21634
497
- },
498
- {
499
- "mutation": "C21635-",
500
- "count": 12949,
501
- "proportion": 0.99822695035461,
502
- "sequenceName": null,
503
- "mutationFrom": "C",
504
- "mutationTo": "-",
505
- "position": 21635
506
- },
507
- {
508
- "mutation": "C21636-",
509
- "count": 12949,
510
- "proportion": 0.9980730692153538,
511
- "sequenceName": null,
512
- "mutationFrom": "C",
513
- "mutationTo": "-",
514
- "position": 21636
515
- },
516
- {
517
- "mutation": "C21637-",
518
- "count": 12949,
519
- "proportion": 0.9981500038541586,
520
- "sequenceName": null,
521
- "mutationFrom": "C",
522
- "mutationTo": "-",
523
- "position": 21637
524
- },
525
- {
526
- "mutation": "C21638-",
527
- "count": 12946,
528
- "proportion": 0.9978418375211963,
529
- "sequenceName": null,
530
- "mutationFrom": "C",
531
- "mutationTo": "-",
532
- "position": 21638
533
- },
534
- {
535
- "mutation": "C21639-",
536
- "count": 12946,
537
- "proportion": 0.9977649325626204,
538
- "sequenceName": null,
539
- "mutationFrom": "C",
540
- "mutationTo": "-",
541
- "position": 21639
542
- },
543
- {
544
- "mutation": "T21640-",
545
- "count": 12945,
546
- "proportion": 0.9945451751690227,
547
- "sequenceName": null,
548
- "mutationFrom": "T",
549
- "mutationTo": "-",
550
- "position": 21640
551
- },
552
- {
553
- "mutation": "G21641-",
554
- "count": 12941,
555
- "proportion": 0.9673344296606369,
556
- "sequenceName": null,
557
- "mutationFrom": "G",
558
- "mutationTo": "-",
559
- "position": 21641
560
- },
561
- {
562
- "mutation": "C21711T",
563
- "count": 14699,
564
- "proportion": 0.998437712267355,
565
- "sequenceName": null,
566
- "mutationFrom": "C",
567
- "mutationTo": "T",
568
- "position": 21711
569
- },
570
- {
571
- "mutation": "T21765-",
572
- "count": 13019,
573
- "proportion": 0.9917726822579417,
574
- "sequenceName": null,
575
- "mutationFrom": "T",
576
- "mutationTo": "-",
577
- "position": 21765
578
- },
579
- {
580
- "mutation": "A21766-",
581
- "count": 13018,
582
- "proportion": 0.9969367437586154,
583
- "sequenceName": null,
584
- "mutationFrom": "A",
585
- "mutationTo": "-",
586
- "position": 21766
587
- },
588
- {
589
- "mutation": "C21767-",
590
- "count": 13118,
591
- "proportion": 0.9982497526824443,
592
- "sequenceName": null,
593
- "mutationFrom": "C",
594
- "mutationTo": "-",
595
- "position": 21767
596
- },
597
- {
598
- "mutation": "A21768-",
599
- "count": 13028,
600
- "proportion": 0.991099277291746,
601
- "sequenceName": null,
602
- "mutationFrom": "A",
603
- "mutationTo": "-",
604
- "position": 21768
605
- },
606
- {
607
- "mutation": "T21769-",
608
- "count": 13028,
609
- "proportion": 0.994959523445853,
610
- "sequenceName": null,
611
- "mutationFrom": "T",
612
- "mutationTo": "-",
613
- "position": 21769
614
- },
615
- {
616
- "mutation": "G21770-",
617
- "count": 12938,
618
- "proportion": 0.997532767925983,
619
- "sequenceName": null,
620
- "mutationFrom": "G",
621
- "mutationTo": "-",
622
- "position": 21770
623
- },
624
- {
625
- "mutation": "G21941T",
626
- "count": 15126,
627
- "proportion": 0.9992072929052715,
628
- "sequenceName": null,
629
- "mutationFrom": "G",
630
- "mutationTo": "T",
631
- "position": 21941
632
- },
633
- {
634
- "mutation": "G21987A",
635
- "count": 15404,
636
- "proportion": 0.9954119547657512,
637
- "sequenceName": null,
638
- "mutationFrom": "G",
639
- "mutationTo": "A",
640
- "position": 21987
641
- },
642
- {
643
- "mutation": "T21992-",
644
- "count": 14580,
645
- "proportion": 0.9935941120348917,
646
- "sequenceName": null,
647
- "mutationFrom": "T",
648
- "mutationTo": "-",
649
- "position": 21992
650
- },
651
- {
652
- "mutation": "A21993-",
653
- "count": 14584,
654
- "proportion": 0.9939344374020309,
655
- "sequenceName": null,
656
- "mutationFrom": "A",
657
- "mutationTo": "-",
658
- "position": 21993
659
- },
660
- {
661
- "mutation": "T21994-",
662
- "count": 14584,
663
- "proportion": 0.9393880837359099,
664
- "sequenceName": null,
665
- "mutationFrom": "T",
666
- "mutationTo": "-",
667
- "position": 21994
668
- },
669
- {
670
- "mutation": "T22032C",
671
- "count": 15477,
672
- "proportion": 0.9983873048638885,
673
- "sequenceName": null,
674
- "mutationFrom": "T",
675
- "mutationTo": "C",
676
- "position": 22032
677
- },
678
- {
679
- "mutation": "C22033A",
680
- "count": 15489,
681
- "proportion": 0.9992258563963615,
682
- "sequenceName": null,
683
- "mutationFrom": "C",
684
- "mutationTo": "A",
685
- "position": 22033
686
- },
687
- {
688
- "mutation": "A22034G",
689
- "count": 15489,
690
- "proportion": 0.9992903225806452,
691
- "sequenceName": null,
692
- "mutationFrom": "A",
693
- "mutationTo": "G",
694
- "position": 22034
695
- },
696
- {
697
- "mutation": "A22194-",
698
- "count": 14970,
699
- "proportion": 0.994354035204251,
700
- "sequenceName": null,
701
- "mutationFrom": "A",
702
- "mutationTo": "-",
703
- "position": 22194
704
- },
705
- {
706
- "mutation": "T22195-",
707
- "count": 14970,
708
- "proportion": 0.9939579045216121,
709
- "sequenceName": null,
710
- "mutationFrom": "T",
711
- "mutationTo": "-",
712
- "position": 22195
713
- },
714
- {
715
- "mutation": "T22196-",
716
- "count": 14980,
717
- "proportion": 0.9945558358783694,
718
- "sequenceName": null,
719
- "mutationFrom": "T",
720
- "mutationTo": "-",
721
- "position": 22196
722
- },
723
- {
724
- "mutation": "T22200G",
725
- "count": 15247,
726
- "proportion": 0.9986245742729892,
727
- "sequenceName": null,
728
- "mutationFrom": "T",
729
- "mutationTo": "G",
730
- "position": 22200
731
- },
732
- {
733
- "mutation": "C22208T",
734
- "count": 15294,
735
- "proportion": 0.9992159937279498,
736
- "sequenceName": null,
737
- "mutationFrom": "C",
738
- "mutationTo": "T",
739
- "position": 22208
740
- },
741
- {
742
- "mutation": "C22295A",
743
- "count": 15197,
744
- "proportion": 0.9994738572837882,
745
- "sequenceName": null,
746
- "mutationFrom": "C",
747
- "mutationTo": "A",
748
- "position": 22295
749
- },
750
- {
751
- "mutation": "C22353A",
752
- "count": 15090,
753
- "proportion": 0.9798065060710344,
754
- "sequenceName": null,
755
- "mutationFrom": "C",
756
- "mutationTo": "A",
757
- "position": 22353
758
- },
759
- {
760
- "mutation": "A22556G",
761
- "count": 15237,
762
- "proportion": 0.9965988619268755,
763
- "sequenceName": null,
764
- "mutationFrom": "A",
765
- "mutationTo": "G",
766
- "position": 22556
767
- },
768
- {
769
- "mutation": "G22577C",
770
- "count": 15227,
771
- "proportion": 0.9981645362176336,
772
- "sequenceName": null,
773
- "mutationFrom": "G",
774
- "mutationTo": "C",
775
- "position": 22577
776
- },
777
- {
778
- "mutation": "G22578A",
779
- "count": 15251,
780
- "proportion": 0.9992792556676714,
781
- "sequenceName": null,
782
- "mutationFrom": "G",
783
- "mutationTo": "A",
784
- "position": 22578
785
- },
786
- {
787
- "mutation": "G22599C",
788
- "count": 849,
789
- "proportion": 0.05545032982822807,
790
- "sequenceName": null,
791
- "mutationFrom": "G",
792
- "mutationTo": "C",
793
- "position": 22599
794
- },
795
- {
796
- "mutation": "A22629C",
797
- "count": 15100,
798
- "proportion": 0.9974238721183698,
799
- "sequenceName": null,
800
- "mutationFrom": "A",
801
- "mutationTo": "C",
802
- "position": 22629
803
- },
804
- {
805
- "mutation": "C22674T",
806
- "count": 15282,
807
- "proportion": 0.9997383226481747,
808
- "sequenceName": null,
809
- "mutationFrom": "C",
810
- "mutationTo": "T",
811
- "position": 22674
812
- },
813
- {
814
- "mutation": "T22679C",
815
- "count": 15348,
816
- "proportion": 0.9998697068403909,
817
- "sequenceName": null,
818
- "mutationFrom": "T",
819
- "mutationTo": "C",
820
- "position": 22679
821
- },
822
- {
823
- "mutation": "C22686T",
824
- "count": 15317,
825
- "proportion": 0.9990868175591938,
826
- "sequenceName": null,
827
- "mutationFrom": "C",
828
- "mutationTo": "T",
829
- "position": 22686
830
- },
831
- {
832
- "mutation": "A22688G",
833
- "count": 15290,
834
- "proportion": 0.9981720851286069,
835
- "sequenceName": null,
836
- "mutationFrom": "A",
837
- "mutationTo": "G",
838
- "position": 22688
839
- },
840
- {
841
- "mutation": "G22770A",
842
- "count": 13363,
843
- "proportion": 0.9963465553235908,
844
- "sequenceName": null,
845
- "mutationFrom": "G",
846
- "mutationTo": "A",
847
- "position": 22770
848
- },
849
- {
850
- "mutation": "G22775A",
851
- "count": 15362,
852
- "proportion": 0.9990245171359823,
853
- "sequenceName": null,
854
- "mutationFrom": "G",
855
- "mutationTo": "A",
856
- "position": 22775
857
- },
858
- {
859
- "mutation": "A22786C",
860
- "count": 15298,
861
- "proportion": 0.9971320557945509,
862
- "sequenceName": null,
863
- "mutationFrom": "A",
864
- "mutationTo": "C",
865
- "position": 22786
866
- },
867
- {
868
- "mutation": "G22813T",
869
- "count": 13899,
870
- "proportion": 0.988478771068914,
871
- "sequenceName": null,
872
- "mutationFrom": "G",
873
- "mutationTo": "T",
874
- "position": 22813
875
- },
876
- {
877
- "mutation": "T22882G",
878
- "count": 14897,
879
- "proportion": 0.9996644745671722,
880
- "sequenceName": null,
881
- "mutationFrom": "T",
882
- "mutationTo": "G",
883
- "position": 22882
884
- },
885
- {
886
- "mutation": "G22895C",
887
- "count": 14859,
888
- "proportion": 0.9989243697478991,
889
- "sequenceName": null,
890
- "mutationFrom": "G",
891
- "mutationTo": "C",
892
- "position": 22895
893
- },
894
- {
895
- "mutation": "T22896A",
896
- "count": 14842,
897
- "proportion": 0.9981841415024548,
898
- "sequenceName": null,
899
- "mutationFrom": "T",
900
- "mutationTo": "A",
901
- "position": 22896
902
- },
903
- {
904
- "mutation": "G22898A",
905
- "count": 14864,
906
- "proportion": 0.999663729907862,
907
- "sequenceName": null,
908
- "mutationFrom": "G",
909
- "mutationTo": "A",
910
- "position": 22898
911
- },
912
- {
913
- "mutation": "A22910G",
914
- "count": 14890,
915
- "proportion": 0.9995972073039742,
916
- "sequenceName": null,
917
- "mutationFrom": "A",
918
- "mutationTo": "G",
919
- "position": 22910
920
- },
921
- {
922
- "mutation": "C22916T",
923
- "count": 14875,
924
- "proportion": 0.9991939275878283,
925
- "sequenceName": null,
926
- "mutationFrom": "C",
927
- "mutationTo": "T",
928
- "position": 22916
929
- },
930
- {
931
- "mutation": "T22917G",
932
- "count": 14887,
933
- "proportion": 0.9993958109559613,
934
- "sequenceName": null,
935
- "mutationFrom": "T",
936
- "mutationTo": "G",
937
- "position": 22917
938
- },
939
- {
940
- "mutation": "T22926C",
941
- "count": 14852,
942
- "proportion": 0.9963772977324568,
943
- "sequenceName": null,
944
- "mutationFrom": "T",
945
- "mutationTo": "C",
946
- "position": 22926
947
- },
948
- {
949
- "mutation": "T22942A",
950
- "count": 14914,
951
- "proportion": 0.9982597054886212,
952
- "sequenceName": null,
953
- "mutationFrom": "T",
954
- "mutationTo": "A",
955
- "position": 22942
956
- },
957
- {
958
- "mutation": "G22992A",
959
- "count": 15060,
960
- "proportion": 0.9984751044221972,
961
- "sequenceName": null,
962
- "mutationFrom": "G",
963
- "mutationTo": "A",
964
- "position": 22992
965
- },
966
- {
967
- "mutation": "C22995A",
968
- "count": 15045,
969
- "proportion": 0.9977452085682075,
970
- "sequenceName": null,
971
- "mutationFrom": "C",
972
- "mutationTo": "A",
973
- "position": 22995
974
- },
975
- {
976
- "mutation": "T23005A",
977
- "count": 14989,
978
- "proportion": 0.9976703940362087,
979
- "sequenceName": null,
980
- "mutationFrom": "T",
981
- "mutationTo": "A",
982
- "position": 23005
983
- },
984
- {
985
- "mutation": "G23009-",
986
- "count": 13549,
987
- "proportion": 0.9959570714495737,
988
- "sequenceName": null,
989
- "mutationFrom": "G",
990
- "mutationTo": "-",
991
- "position": 23009
992
- },
993
- {
994
- "mutation": "T23010-",
995
- "count": 13543,
996
- "proportion": 0.996101794645484,
997
- "sequenceName": null,
998
- "mutationFrom": "T",
999
- "mutationTo": "-",
1000
- "position": 23010
1001
- },
1002
- {
1003
- "mutation": "T23011-",
1004
- "count": 13542,
1005
- "proportion": 0.9019581723724523,
1006
- "sequenceName": null,
1007
- "mutationFrom": "T",
1008
- "mutationTo": "-",
1009
- "position": 23011
1010
- },
1011
- {
1012
- "mutation": "G23012A",
1013
- "count": 14994,
1014
- "proportion": 0.997936772046589,
1015
- "sequenceName": null,
1016
- "mutationFrom": "G",
1017
- "mutationTo": "A",
1018
- "position": 23012
1019
- },
1020
- {
1021
- "mutation": "T23018C",
1022
- "count": 15004,
1023
- "proportion": 0.9977390610453518,
1024
- "sequenceName": null,
1025
- "mutationFrom": "T",
1026
- "mutationTo": "C",
1027
- "position": 23018
1028
- },
1029
- {
1030
- "mutation": "T23019C",
1031
- "count": 15003,
1032
- "proportion": 0.997938007183717,
1033
- "sequenceName": null,
1034
- "mutationFrom": "T",
1035
- "mutationTo": "C",
1036
- "position": 23019
1037
- },
1038
- {
1039
- "mutation": "A23055G",
1040
- "count": 15069,
1041
- "proportion": 0.9998672948045916,
1042
- "sequenceName": null,
1043
- "mutationFrom": "A",
1044
- "mutationTo": "G",
1045
- "position": 23055
1046
- },
1047
- {
1048
- "mutation": "A23063T",
1049
- "count": 15070,
1050
- "proportion": 0.9998009686193856,
1051
- "sequenceName": null,
1052
- "mutationFrom": "A",
1053
- "mutationTo": "T",
1054
- "position": 23063
1055
- },
1056
- {
1057
- "mutation": "T23075C",
1058
- "count": 15018,
1059
- "proportion": 0.9962189054726368,
1060
- "sequenceName": null,
1061
- "mutationFrom": "T",
1062
- "mutationTo": "C",
1063
- "position": 23075
1064
- },
1065
- {
1066
- "mutation": "G23222A",
1067
- "count": 15545,
1068
- "proportion": 0.9996141727220115,
1069
- "sequenceName": null,
1070
- "mutationFrom": "G",
1071
- "mutationTo": "A",
1072
- "position": 23222
1073
- },
1074
- {
1075
- "mutation": "C23271T",
1076
- "count": 15543,
1077
- "proportion": 0.9990358657925184,
1078
- "sequenceName": null,
1079
- "mutationFrom": "C",
1080
- "mutationTo": "T",
1081
- "position": 23271
1082
- },
1083
- {
1084
- "mutation": "C23277T",
1085
- "count": 2428,
1086
- "proportion": 0.1561113611521893,
1087
- "sequenceName": null,
1088
- "mutationFrom": "C",
1089
- "mutationTo": "T",
1090
- "position": 23277
1091
- },
1092
- {
1093
- "mutation": "A23403G",
1094
- "count": 15569,
1095
- "proportion": 0.9999357739242132,
1096
- "sequenceName": null,
1097
- "mutationFrom": "A",
1098
- "mutationTo": "G",
1099
- "position": 23403
1100
- },
1101
- {
1102
- "mutation": "C23423T",
1103
- "count": 15565,
1104
- "proportion": 0.999871523093724,
1105
- "sequenceName": null,
1106
- "mutationFrom": "C",
1107
- "mutationTo": "T",
1108
- "position": 23423
1109
- },
1110
- {
1111
- "mutation": "C23525T",
1112
- "count": 14536,
1113
- "proportion": 0.9996561446943126,
1114
- "sequenceName": null,
1115
- "mutationFrom": "C",
1116
- "mutationTo": "T",
1117
- "position": 23525
1118
- },
1119
- {
1120
- "mutation": "T23599G",
1121
- "count": 15348,
1122
- "proportion": 0.994170229304314,
1123
- "sequenceName": null,
1124
- "mutationFrom": "T",
1125
- "mutationTo": "G",
1126
- "position": 23599
1127
- },
1128
- {
1129
- "mutation": "C23604G",
1130
- "count": 15367,
1131
- "proportion": 0.9946278317152104,
1132
- "sequenceName": null,
1133
- "mutationFrom": "C",
1134
- "mutationTo": "G",
1135
- "position": 23604
1136
- },
1137
- {
1138
- "mutation": "C23854A",
1139
- "count": 15330,
1140
- "proportion": 0.9996739484838605,
1141
- "sequenceName": null,
1142
- "mutationFrom": "C",
1143
- "mutationTo": "A",
1144
- "position": 23854
1145
- },
1146
- {
1147
- "mutation": "G23948T",
1148
- "count": 15184,
1149
- "proportion": 0.9994734070563455,
1150
- "sequenceName": null,
1151
- "mutationFrom": "G",
1152
- "mutationTo": "T",
1153
- "position": 23948
1154
- },
1155
- {
1156
- "mutation": "C24378T",
1157
- "count": 14780,
1158
- "proportion": 0.9841523505127181,
1159
- "sequenceName": null,
1160
- "mutationFrom": "C",
1161
- "mutationTo": "T",
1162
- "position": 24378
1163
- },
1164
- {
1165
- "mutation": "A24424T",
1166
- "count": 15038,
1167
- "proportion": 0.9994018741277331,
1168
- "sequenceName": null,
1169
- "mutationFrom": "A",
1170
- "mutationTo": "T",
1171
- "position": 24424
1172
- },
1173
- {
1174
- "mutation": "T24469A",
1175
- "count": 15283,
1176
- "proportion": 0.9996075609915626,
1177
- "sequenceName": null,
1178
- "mutationFrom": "T",
1179
- "mutationTo": "A",
1180
- "position": 24469
1181
- },
1182
- {
1183
- "mutation": "C24990T",
1184
- "count": 15297,
1185
- "proportion": 0.9981729200652528,
1186
- "sequenceName": null,
1187
- "mutationFrom": "C",
1188
- "mutationTo": "T",
1189
- "position": 24990
1190
- },
1191
- {
1192
- "mutation": "C25000T",
1193
- "count": 15307,
1194
- "proportion": 0.9979788759942626,
1195
- "sequenceName": null,
1196
- "mutationFrom": "C",
1197
- "mutationTo": "T",
1198
- "position": 25000
1199
- },
1200
- {
1201
- "mutation": "G25012T",
1202
- "count": 950,
1203
- "proportion": 0.06192959582790091,
1204
- "sequenceName": null,
1205
- "mutationFrom": "G",
1206
- "mutationTo": "T",
1207
- "position": 25012
1208
- },
1209
- {
1210
- "mutation": "C25207T",
1211
- "count": 14865,
1212
- "proportion": 0.998924803440629,
1213
- "sequenceName": null,
1214
- "mutationFrom": "C",
1215
- "mutationTo": "T",
1216
- "position": 25207
1217
- },
1218
- {
1219
- "mutation": "C25566T",
1220
- "count": 1082,
1221
- "proportion": 0.0696043743969122,
1222
- "sequenceName": null,
1223
- "mutationFrom": "C",
1224
- "mutationTo": "T",
1225
- "position": 25566
1226
- },
1227
- {
1228
- "mutation": "C25584T",
1229
- "count": 15549,
1230
- "proportion": 0.9998070987654321,
1231
- "sequenceName": null,
1232
- "mutationFrom": "C",
1233
- "mutationTo": "T",
1234
- "position": 25584
1235
- },
1236
- {
1237
- "mutation": "C26060T",
1238
- "count": 15325,
1239
- "proportion": 0.9962296041084314,
1240
- "sequenceName": null,
1241
- "mutationFrom": "C",
1242
- "mutationTo": "T",
1243
- "position": 26060
1244
- },
1245
- {
1246
- "mutation": "C26270T",
1247
- "count": 15385,
1248
- "proportion": 0.999805042890564,
1249
- "sequenceName": null,
1250
- "mutationFrom": "C",
1251
- "mutationTo": "T",
1252
- "position": 26270
1253
- },
1254
- {
1255
- "mutation": "G26529C",
1256
- "count": 15457,
1257
- "proportion": 0.9994827028774652,
1258
- "sequenceName": null,
1259
- "mutationFrom": "G",
1260
- "mutationTo": "C",
1261
- "position": 26529
1262
- },
1263
- {
1264
- "mutation": "C26577G",
1265
- "count": 15351,
1266
- "proportion": 0.9955898566703418,
1267
- "sequenceName": null,
1268
- "mutationFrom": "C",
1269
- "mutationTo": "G",
1270
- "position": 26577
1271
- },
1272
- {
1273
- "mutation": "A26610G",
1274
- "count": 14097,
1275
- "proportion": 0.9949184840143976,
1276
- "sequenceName": null,
1277
- "mutationFrom": "A",
1278
- "mutationTo": "G",
1279
- "position": 26610
1280
- },
1281
- {
1282
- "mutation": "C26681T",
1283
- "count": 15234,
1284
- "proportion": 0.9988198269079465,
1285
- "sequenceName": null,
1286
- "mutationFrom": "C",
1287
- "mutationTo": "T",
1288
- "position": 26681
1289
- },
1290
- {
1291
- "mutation": "G26709A",
1292
- "count": 15271,
1293
- "proportion": 0.9987573577501635,
1294
- "sequenceName": null,
1295
- "mutationFrom": "G",
1296
- "mutationTo": "A",
1297
- "position": 26709
1298
- },
1299
- {
1300
- "mutation": "C26833T",
1301
- "count": 15489,
1302
- "proportion": 0.9990325077399381,
1303
- "sequenceName": null,
1304
- "mutationFrom": "C",
1305
- "mutationTo": "T",
1306
- "position": 26833
1307
- },
1308
- {
1309
- "mutation": "C26858T",
1310
- "count": 15459,
1311
- "proportion": 0.9979342844232135,
1312
- "sequenceName": null,
1313
- "mutationFrom": "C",
1314
- "mutationTo": "T",
1315
- "position": 26858
1316
- },
1317
- {
1318
- "mutation": "A27259C",
1319
- "count": 15503,
1320
- "proportion": 0.9990977637429915,
1321
- "sequenceName": null,
1322
- "mutationFrom": "A",
1323
- "mutationTo": "C",
1324
- "position": 27259
1325
- },
1326
- {
1327
- "mutation": "G27382C",
1328
- "count": 15473,
1329
- "proportion": 0.9984513131573853,
1330
- "sequenceName": null,
1331
- "mutationFrom": "G",
1332
- "mutationTo": "C",
1333
- "position": 27382
1334
- },
1335
- {
1336
- "mutation": "A27383T",
1337
- "count": 15465,
1338
- "proportion": 0.9981283077320253,
1339
- "sequenceName": null,
1340
- "mutationFrom": "A",
1341
- "mutationTo": "T",
1342
- "position": 27383
1343
- },
1344
- {
1345
- "mutation": "T27384C",
1346
- "count": 15458,
1347
- "proportion": 0.9973546680430996,
1348
- "sequenceName": null,
1349
- "mutationFrom": "T",
1350
- "mutationTo": "C",
1351
- "position": 27384
1352
- },
1353
- {
1354
- "mutation": "C27476T",
1355
- "count": 907,
1356
- "proportion": 0.05937806873977087,
1357
- "sequenceName": null,
1358
- "mutationFrom": "C",
1359
- "mutationTo": "T",
1360
- "position": 27476
1361
- },
1362
- {
1363
- "mutation": "C27807T",
1364
- "count": 15498,
1365
- "proportion": 0.9998709677419355,
1366
- "sequenceName": null,
1367
- "mutationFrom": "C",
1368
- "mutationTo": "T",
1369
- "position": 27807
1370
- },
1371
- {
1372
- "mutation": "T27810C",
1373
- "count": 15491,
1374
- "proportion": 0.9988393835837256,
1375
- "sequenceName": null,
1376
- "mutationFrom": "T",
1377
- "mutationTo": "C",
1378
- "position": 27810
1379
- },
1380
- {
1381
- "mutation": "A28271T",
1382
- "count": 15394,
1383
- "proportion": 0.9996103896103896,
1384
- "sequenceName": null,
1385
- "mutationFrom": "A",
1386
- "mutationTo": "T",
1387
- "position": 28271
1388
- },
1389
- {
1390
- "mutation": "C28311T",
1391
- "count": 15382,
1392
- "proportion": 0.9994152426742902,
1393
- "sequenceName": null,
1394
- "mutationFrom": "C",
1395
- "mutationTo": "T",
1396
- "position": 28311
1397
- },
1398
- {
1399
- "mutation": "G28362-",
1400
- "count": 13882,
1401
- "proportion": 0.9919965699585537,
1402
- "sequenceName": null,
1403
- "mutationFrom": "G",
1404
- "mutationTo": "-",
1405
- "position": 28362
1406
- },
1407
- {
1408
- "mutation": "A28363-",
1409
- "count": 13879,
1410
- "proportion": 0.9939129189344027,
1411
- "sequenceName": null,
1412
- "mutationFrom": "A",
1413
- "mutationTo": "-",
1414
- "position": 28363
1415
- },
1416
- {
1417
- "mutation": "G28364-",
1418
- "count": 13879,
1419
- "proportion": 0.9939129189344027,
1420
- "sequenceName": null,
1421
- "mutationFrom": "G",
1422
- "mutationTo": "-",
1423
- "position": 28364
1424
- },
1425
- {
1426
- "mutation": "A28365-",
1427
- "count": 13879,
1428
- "proportion": 0.9941977077363897,
1429
- "sequenceName": null,
1430
- "mutationFrom": "A",
1431
- "mutationTo": "-",
1432
- "position": 28365
1433
- },
1434
- {
1435
- "mutation": "A28366-",
1436
- "count": 13879,
1437
- "proportion": 0.9941977077363897,
1438
- "sequenceName": null,
1439
- "mutationFrom": "A",
1440
- "mutationTo": "-",
1441
- "position": 28366
1442
- },
1443
- {
1444
- "mutation": "C28367-",
1445
- "count": 13879,
1446
- "proportion": 0.9941977077363897,
1447
- "sequenceName": null,
1448
- "mutationFrom": "C",
1449
- "mutationTo": "-",
1450
- "position": 28367
1451
- },
1452
- {
1453
- "mutation": "G28368-",
1454
- "count": 13879,
1455
- "proportion": 0.9941977077363897,
1456
- "sequenceName": null,
1457
- "mutationFrom": "G",
1458
- "mutationTo": "-",
1459
- "position": 28368
1460
- },
1461
- {
1462
- "mutation": "C28369-",
1463
- "count": 13879,
1464
- "proportion": 0.9941977077363897,
1465
- "sequenceName": null,
1466
- "mutationFrom": "C",
1467
- "mutationTo": "-",
1468
- "position": 28369
1469
- },
1470
- {
1471
- "mutation": "A28370-",
1472
- "count": 13836,
1473
- "proportion": 0.9933946008041356,
1474
- "sequenceName": null,
1475
- "mutationFrom": "A",
1476
- "mutationTo": "-",
1477
- "position": 28370
1478
- },
1479
- {
1480
- "mutation": "G28881A",
1481
- "count": 15512,
1482
- "proportion": 0.9990982867448152,
1483
- "sequenceName": null,
1484
- "mutationFrom": "G",
1485
- "mutationTo": "A",
1486
- "position": 28881
1487
- },
1488
- {
1489
- "mutation": "G28882A",
1490
- "count": 15506,
1491
- "proportion": 0.9987761674718196,
1492
- "sequenceName": null,
1493
- "mutationFrom": "G",
1494
- "mutationTo": "A",
1495
- "position": 28882
1496
- },
1497
- {
1498
- "mutation": "G28883C",
1499
- "count": 15513,
1500
- "proportion": 0.9990983448187029,
1501
- "sequenceName": null,
1502
- "mutationFrom": "G",
1503
- "mutationTo": "C",
1504
- "position": 28883
1505
- },
1506
- {
1507
- "mutation": "C28958A",
1508
- "count": 15501,
1509
- "proportion": 0.9987114232330391,
1510
- "sequenceName": null,
1511
- "mutationFrom": "C",
1512
- "mutationTo": "A",
1513
- "position": 28958
1514
- },
1515
- {
1516
- "mutation": "A29510C",
1517
- "count": 15525,
1518
- "proportion": 0.999806800618238,
1519
- "sequenceName": null,
1520
- "mutationFrom": "A",
1521
- "mutationTo": "C",
1522
- "position": 29510
1523
- },
1524
- {
1525
- "mutation": "G29734-",
1526
- "count": 10863,
1527
- "proportion": 0.967233549995548,
1528
- "sequenceName": null,
1529
- "mutationFrom": "G",
1530
- "mutationTo": "-",
1531
- "position": 29734
1532
- },
1533
- {
1534
- "mutation": "A29735-",
1535
- "count": 10861,
1536
- "proportion": 0.9680898475799982,
1537
- "sequenceName": null,
1538
- "mutationFrom": "A",
1539
- "mutationTo": "-",
1540
- "position": 29735
1541
- },
1542
- {
1543
- "mutation": "G29736-",
1544
- "count": 10859,
1545
- "proportion": 0.9688615274803711,
1546
- "sequenceName": null,
1547
- "mutationFrom": "G",
1548
- "mutationTo": "-",
1549
- "position": 29736
1550
- },
1551
- {
1552
- "mutation": "G29737-",
1553
- "count": 10859,
1554
- "proportion": 0.9688615274803711,
1555
- "sequenceName": null,
1556
- "mutationFrom": "G",
1557
- "mutationTo": "-",
1558
- "position": 29737
1559
- },
1560
- {
1561
- "mutation": "C29738-",
1562
- "count": 10859,
1563
- "proportion": 0.9691209281570727,
1564
- "sequenceName": null,
1565
- "mutationFrom": "C",
1566
- "mutationTo": "-",
1567
- "position": 29738
1568
- },
1569
- {
1570
- "mutation": "C29739-",
1571
- "count": 10859,
1572
- "proportion": 0.9691209281570727,
1573
- "sequenceName": null,
1574
- "mutationFrom": "C",
1575
- "mutationTo": "-",
1576
- "position": 29739
1577
- },
1578
- {
1579
- "mutation": "A29740-",
1580
- "count": 10859,
1581
- "proportion": 0.9691209281570727,
1582
- "sequenceName": null,
1583
- "mutationFrom": "A",
1584
- "mutationTo": "-",
1585
- "position": 29740
1586
- },
1587
- {
1588
- "mutation": "C29741-",
1589
- "count": 10858,
1590
- "proportion": 0.9691181720813995,
1591
- "sequenceName": null,
1592
- "mutationFrom": "C",
1593
- "mutationTo": "-",
1594
- "position": 29741
1595
- },
1596
- {
1597
- "mutation": "G29742-",
1598
- "count": 10858,
1599
- "proportion": 0.9691181720813995,
1600
- "sequenceName": null,
1601
- "mutationFrom": "G",
1602
- "mutationTo": "-",
1603
- "position": 29742
1604
- },
1605
- {
1606
- "mutation": "C29743-",
1607
- "count": 10858,
1608
- "proportion": 0.9691181720813995,
1609
- "sequenceName": null,
1610
- "mutationFrom": "C",
1611
- "mutationTo": "-",
1612
- "position": 29743
1613
- },
1614
- {
1615
- "mutation": "G29744-",
1616
- "count": 10858,
1617
- "proportion": 0.9691181720813995,
1618
- "sequenceName": null,
1619
- "mutationFrom": "G",
1620
- "mutationTo": "-",
1621
- "position": 29744
1622
- },
1623
- {
1624
- "mutation": "G29745-",
1625
- "count": 10858,
1626
- "proportion": 0.9691181720813995,
1627
- "sequenceName": null,
1628
- "mutationFrom": "G",
1629
- "mutationTo": "-",
1630
- "position": 29745
1631
- },
1632
- {
1633
- "mutation": "A29746-",
1634
- "count": 10858,
1635
- "proportion": 0.9691181720813995,
1636
- "sequenceName": null,
1637
- "mutationFrom": "A",
1638
- "mutationTo": "-",
1639
- "position": 29746
1640
- },
1641
- {
1642
- "mutation": "G29747-",
1643
- "count": 10858,
1644
- "proportion": 0.9691181720813995,
1645
- "sequenceName": null,
1646
- "mutationFrom": "G",
1647
- "mutationTo": "-",
1648
- "position": 29747
1649
- },
1650
- {
1651
- "mutation": "T29748-",
1652
- "count": 10858,
1653
- "proportion": 0.9691181720813995,
1654
- "sequenceName": null,
1655
- "mutationFrom": "T",
1656
- "mutationTo": "-",
1657
- "position": 29748
1658
- },
1659
- {
1660
- "mutation": "A29749-",
1661
- "count": 10858,
1662
- "proportion": 0.9691181720813995,
1663
- "sequenceName": null,
1664
- "mutationFrom": "A",
1665
- "mutationTo": "-",
1666
- "position": 29749
1667
- },
1668
- {
1669
- "mutation": "C29750-",
1670
- "count": 10858,
1671
- "proportion": 0.9691181720813995,
1672
- "sequenceName": null,
1673
- "mutationFrom": "C",
1674
- "mutationTo": "-",
1675
- "position": 29750
1676
- },
1677
- {
1678
- "mutation": "G29751-",
1679
- "count": 10858,
1680
- "proportion": 0.9691181720813995,
1681
- "sequenceName": null,
1682
- "mutationFrom": "G",
1683
- "mutationTo": "-",
1684
- "position": 29751
1685
- },
1686
- {
1687
- "mutation": "A29752-",
1688
- "count": 10858,
1689
- "proportion": 0.9691181720813995,
1690
- "sequenceName": null,
1691
- "mutationFrom": "A",
1692
- "mutationTo": "-",
1693
- "position": 29752
1694
- },
1695
- {
1696
- "mutation": "T29753-",
1697
- "count": 10858,
1698
- "proportion": 0.9691181720813995,
1699
- "sequenceName": null,
1700
- "mutationFrom": "T",
1701
- "mutationTo": "-",
1702
- "position": 29753
1703
- },
1704
- {
1705
- "mutation": "C29754-",
1706
- "count": 10858,
1707
- "proportion": 0.9691181720813995,
1708
- "sequenceName": null,
1709
- "mutationFrom": "C",
1710
- "mutationTo": "-",
1711
- "position": 29754
1712
- },
1713
- {
1714
- "mutation": "G29755-",
1715
- "count": 10858,
1716
- "proportion": 0.9691181720813995,
1717
- "sequenceName": null,
1718
- "mutationFrom": "G",
1719
- "mutationTo": "-",
1720
- "position": 29755
1721
- },
1722
- {
1723
- "mutation": "A29756-",
1724
- "count": 10858,
1725
- "proportion": 0.9691181720813995,
1726
- "sequenceName": null,
1727
- "mutationFrom": "A",
1728
- "mutationTo": "-",
1729
- "position": 29756
1730
- },
1731
- {
1732
- "mutation": "G29757-",
1733
- "count": 10858,
1734
- "proportion": 0.9691181720813995,
1735
- "sequenceName": null,
1736
- "mutationFrom": "G",
1737
- "mutationTo": "-",
1738
- "position": 29757
1739
- },
1740
- {
1741
- "mutation": "T29758-",
1742
- "count": 10856,
1743
- "proportion": 0.9689396644055694,
1744
- "sequenceName": null,
1745
- "mutationFrom": "T",
1746
- "mutationTo": "-",
1747
- "position": 29758
1748
- },
1749
- {
1750
- "mutation": "G29759-",
1751
- "count": 10846,
1752
- "proportion": 0.9677879896493263,
1753
- "sequenceName": null,
1754
- "mutationFrom": "G",
1755
- "mutationTo": "-",
1756
- "position": 29759
1757
- },
1758
- {
1759
- "mutation": "C29870A",
1760
- "count": 34,
1761
- "proportion": 0.10897435897435898,
1762
- "sequenceName": null,
1763
- "mutationFrom": "C",
1764
- "mutationTo": "A",
1765
- "position": 29870
1766
- }
1767
- ],
1768
- "info": {
1769
- "dataVersion": "1720033519",
1770
- "requestId": "34867c72-140f-4ef2-a91a-b4375b4b1139",
1771
- "requestInfo": "sars_cov-2_nextstrain_open on lapis.cov-spectrum.org at 2024-07-17T14:53:28.677306714",
1772
- "reportTo": "Please report to https://github.com/GenSpectrum/LAPIS/issues in case you encounter any unexpected issues. Please include the request ID and the requestInfo in your report."
1773
- }
1774
- }