Home.md
... ...
@@ -188,11 +188,11 @@ MCL-exome, Zhang 2014, 28
188 188
189 189
### Studies with QC completed
190 190
191
-[@loveGeneticLandscapeMutations2012](papers/loveGeneticLandscapeMutations2012)
192
-
193
-[@reddyGeneticFunctionalDrivers2017](papers/reddyGeneticFunctionalDrivers2017)
194
-
195
-[@paneaWholeGenomeLandscape2019](papers/paneaWholeGenomeLandscape2019)
191
+|Study|Novel genes failing QC|
192
+|:-:|:-:|
193
+|[@loveGeneticLandscapeMutations2012](papers/loveGeneticLandscapeMutations2012)|80%|
194
+|[@reddyGeneticFunctionalDrivers2017](papers/reddyGeneticFunctionalDrivers2017)|48%|
195
+|[@paneaWholeGenomeLandscape2019](papers/paneaWholeGenomeLandscape2019)|55%|
196 196
197 197
## B-cell lymphoma mutation browser
198 198
papers/paneaWholeGenomeLandscape2019.pdf
papers/paneaWholeGenomeLandscape2019_tmp.html
... ...
@@ -1,665 +0,0 @@
1
-<!DOCTYPE html>
2
-<html>
3
-<head>
4
-<title>paneaWholeGenomeLandscape2019.md</title>
5
-<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
6
-
7
-<style>
8
-/* https://github.com/microsoft/vscode/blob/master/extensions/markdown-language-features/media/markdown.css */
9
-/*---------------------------------------------------------------------------------------------
10
- * Copyright (c) Microsoft Corporation. All rights reserved.
11
- * Licensed under the MIT License. See License.txt in the project root for license information.
12
- *--------------------------------------------------------------------------------------------*/
13
-
14
-body {
15
- font-family: var(--vscode-markdown-font-family, -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif);
16
- font-size: var(--vscode-markdown-font-size, 14px);
17
- padding: 0 26px;
18
- line-height: var(--vscode-markdown-line-height, 22px);
19
- word-wrap: break-word;
20
-}
21
-
22
-#code-csp-warning {
23
- position: fixed;
24
- top: 0;
25
- right: 0;
26
- color: white;
27
- margin: 16px;
28
- text-align: center;
29
- font-size: 12px;
30
- font-family: sans-serif;
31
- background-color:#444444;
32
- cursor: pointer;
33
- padding: 6px;
34
- box-shadow: 1px 1px 1px rgba(0,0,0,.25);
35
-}
36
-
37
-#code-csp-warning:hover {
38
- text-decoration: none;
39
- background-color:#007acc;
40
- box-shadow: 2px 2px 2px rgba(0,0,0,.25);
41
-}
42
-
43
-body.scrollBeyondLastLine {
44
- margin-bottom: calc(100vh - 22px);
45
-}
46
-
47
-body.showEditorSelection .code-line {
48
- position: relative;
49
-}
50
-
51
-body.showEditorSelection .code-active-line:before,
52
-body.showEditorSelection .code-line:hover:before {
53
- content: "";
54
- display: block;
55
- position: absolute;
56
- top: 0;
57
- left: -12px;
58
- height: 100%;
59
-}
60
-
61
-body.showEditorSelection li.code-active-line:before,
62
-body.showEditorSelection li.code-line:hover:before {
63
- left: -30px;
64
-}
65
-
66
-.vscode-light.showEditorSelection .code-active-line:before {
67
- border-left: 3px solid rgba(0, 0, 0, 0.15);
68
-}
69
-
70
-.vscode-light.showEditorSelection .code-line:hover:before {
71
- border-left: 3px solid rgba(0, 0, 0, 0.40);
72
-}
73
-
74
-.vscode-light.showEditorSelection .code-line .code-line:hover:before {
75
- border-left: none;
76
-}
77
-
78
-.vscode-dark.showEditorSelection .code-active-line:before {
79
- border-left: 3px solid rgba(255, 255, 255, 0.4);
80
-}
81
-
82
-.vscode-dark.showEditorSelection .code-line:hover:before {
83
- border-left: 3px solid rgba(255, 255, 255, 0.60);
84
-}
85
-
86
-.vscode-dark.showEditorSelection .code-line .code-line:hover:before {
87
- border-left: none;
88
-}
89
-
90
-.vscode-high-contrast.showEditorSelection .code-active-line:before {
91
- border-left: 3px solid rgba(255, 160, 0, 0.7);
92
-}
93
-
94
-.vscode-high-contrast.showEditorSelection .code-line:hover:before {
95
- border-left: 3px solid rgba(255, 160, 0, 1);
96
-}
97
-
98
-.vscode-high-contrast.showEditorSelection .code-line .code-line:hover:before {
99
- border-left: none;
100
-}
101
-
102
-img {
103
- max-width: 100%;
104
- max-height: 100%;
105
-}
106
-
107
-a {
108
- text-decoration: none;
109
-}
110
-
111
-a:hover {
112
- text-decoration: underline;
113
-}
114
-
115
-a:focus,
116
-input:focus,
117
-select:focus,
118
-textarea:focus {
119
- outline: 1px solid -webkit-focus-ring-color;
120
- outline-offset: -1px;
121
-}
122
-
123
-hr {
124
- border: 0;
125
- height: 2px;
126
- border-bottom: 2px solid;
127
-}
128
-
129
-h1 {
130
- padding-bottom: 0.3em;
131
- line-height: 1.2;
132
- border-bottom-width: 1px;
133
- border-bottom-style: solid;
134
-}
135
-
136
-h1, h2, h3 {
137
- font-weight: normal;
138
-}
139
-
140
-table {
141
- border-collapse: collapse;
142
-}
143
-
144
-table > thead > tr > th {
145
- text-align: left;
146
- border-bottom: 1px solid;
147
-}
148
-
149
-table > thead > tr > th,
150
-table > thead > tr > td,
151
-table > tbody > tr > th,
152
-table > tbody > tr > td {
153
- padding: 5px 10px;
154
-}
155
-
156
-table > tbody > tr + tr > td {
157
- border-top: 1px solid;
158
-}
159
-
160
-blockquote {
161
- margin: 0 7px 0 5px;
162
- padding: 0 16px 0 10px;
163
- border-left-width: 5px;
164
- border-left-style: solid;
165
-}
166
-
167
-code {
168
- font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Courier New", monospace, "Droid Sans Fallback";
169
- font-size: 1em;
170
- line-height: 1.357em;
171
-}
172
-
173
-body.wordWrap pre {
174
- white-space: pre-wrap;
175
-}
176
-
177
-pre:not(.hljs),
178
-pre.hljs code > div {
179
- padding: 16px;
180
- border-radius: 3px;
181
- overflow: auto;
182
-}
183
-
184
-pre code {
185
- color: var(--vscode-editor-foreground);
186
- tab-size: 4;
187
-}
188
-
189
-/** Theming */
190
-
191
-.vscode-light pre {
192
- background-color: rgba(220, 220, 220, 0.4);
193
-}
194
-
195
-.vscode-dark pre {
196
- background-color: rgba(10, 10, 10, 0.4);
197
-}
198
-
199
-.vscode-high-contrast pre {
200
- background-color: rgb(0, 0, 0);
201
-}
202
-
203
-.vscode-high-contrast h1 {
204
- border-color: rgb(0, 0, 0);
205
-}
206
-
207
-.vscode-light table > thead > tr > th {
208
- border-color: rgba(0, 0, 0, 0.69);
209
-}
210
-
211
-.vscode-dark table > thead > tr > th {
212
- border-color: rgba(255, 255, 255, 0.69);
213
-}
214
-
215
-.vscode-light h1,
216
-.vscode-light hr,
217
-.vscode-light table > tbody > tr + tr > td {
218
- border-color: rgba(0, 0, 0, 0.18);
219
-}
220
-
221
-.vscode-dark h1,
222
-.vscode-dark hr,
223
-.vscode-dark table > tbody > tr + tr > td {
224
- border-color: rgba(255, 255, 255, 0.18);
225
-}
226
-
227
-</style>
228
-
229
-<style>
230
-/* Tomorrow Theme */
231
-/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
232
-/* Original theme - https://github.com/chriskempson/tomorrow-theme */
233
-
234
-/* Tomorrow Comment */
235
-.hljs-comment,
236
-.hljs-quote {
237
- color: #8e908c;
238
-}
239
-
240
-/* Tomorrow Red */
241
-.hljs-variable,
242
-.hljs-template-variable,
243
-.hljs-tag,
244
-.hljs-name,
245
-.hljs-selector-id,
246
-.hljs-selector-class,
247
-.hljs-regexp,
248
-.hljs-deletion {
249
- color: #c82829;
250
-}
251
-
252
-/* Tomorrow Orange */
253
-.hljs-number,
254
-.hljs-built_in,
255
-.hljs-builtin-name,
256
-.hljs-literal,
257
-.hljs-type,
258
-.hljs-params,
259
-.hljs-meta,
260
-.hljs-link {
261
- color: #f5871f;
262
-}
263
-
264
-/* Tomorrow Yellow */
265
-.hljs-attribute {
266
- color: #eab700;
267
-}
268
-
269
-/* Tomorrow Green */
270
-.hljs-string,
271
-.hljs-symbol,
272
-.hljs-bullet,
273
-.hljs-addition {
274
- color: #718c00;
275
-}
276
-
277
-/* Tomorrow Blue */
278
-.hljs-title,
279
-.hljs-section {
280
- color: #4271ae;
281
-}
282
-
283
-/* Tomorrow Purple */
284
-.hljs-keyword,
285
-.hljs-selector-tag {
286
- color: #8959a8;
287
-}
288
-
289
-.hljs {
290
- display: block;
291
- overflow-x: auto;
292
- color: #4d4d4c;
293
- padding: 0.5em;
294
-}
295
-
296
-.hljs-emphasis {
297
- font-style: italic;
298
-}
299
-
300
-.hljs-strong {
301
- font-weight: bold;
302
-}
303
-</style>
304
-
305
-<style>
306
-/*
307
- * Markdown PDF CSS
308
- */
309
-
310
- body {
311
- font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "Ubuntu", "Droid Sans", sans-serif, "Meiryo";
312
- padding: 0 12px;
313
-}
314
-
315
-pre {
316
- background-color: #f8f8f8;
317
- border: 1px solid #cccccc;
318
- border-radius: 3px;
319
- overflow-x: auto;
320
- white-space: pre-wrap;
321
- overflow-wrap: break-word;
322
-}
323
-
324
-pre:not(.hljs) {
325
- padding: 23px;
326
- line-height: 19px;
327
-}
328
-
329
-blockquote {
330
- background: rgba(127, 127, 127, 0.1);
331
- border-color: rgba(0, 122, 204, 0.5);
332
-}
333
-
334
-.emoji {
335
- height: 1.4em;
336
-}
337
-
338
-code {
339
- font-size: 14px;
340
- line-height: 19px;
341
-}
342
-
343
-/* for inline code */
344
-:not(pre):not(.hljs) > code {
345
- color: #C9AE75; /* Change the old color so it seems less like an error */
346
- font-size: inherit;
347
-}
348
-
349
-/* Page Break : use <div class="page"/> to insert page break
350
--------------------------------------------------------- */
351
-.page {
352
- page-break-after: always;
353
-}
354
-
355
-</style>
356
-
357
-<script src="https://unpkg.com/mermaid/dist/mermaid.min.js"></script>
358
-</head>
359
-<body>
360
- <script>
361
- mermaid.initialize({
362
- startOnLoad: true,
363
- theme: document.body.classList.contains('vscode-dark') || document.body.classList.contains('vscode-high-contrast')
364
- ? 'dark'
365
- : 'default'
366
- });
367
- </script>
368
-<h1 id="paneawholegenomelandscape2019">@paneaWholeGenomeLandscape2019</h1>
369
-<h2 id="summary-of-novel-genes">Summary of novel genes</h2>
370
-<table>
371
-<thead>
372
-<tr>
373
-<th style="text-align:center">Entity</th>
374
-<th style="text-align:center">Total</th>
375
-<th style="text-align:center">Tier 1</th>
376
-<th style="text-align:center">Tier 2</th>
377
-<th style="text-align:center">Tier 2 Pass</th>
378
-<th style="text-align:center">Tier 2 Fail</th>
379
-<th style="text-align:center">Fail Rate</th>
380
-</tr>
381
-</thead>
382
-<tbody>
383
-<tr>
384
-<td style="text-align:center">BL</td>
385
-<td style="text-align:center">40</td>
386
-<td style="text-align:center">4</td>
387
-<td style="text-align:center">35</td>
388
-<td style="text-align:center">13</td>
389
-<td style="text-align:center">22</td>
390
-<td style="text-align:center">55%</td>
391
-</tr>
392
-</tbody>
393
-</table>
394
-<pre><code class="language-mermaid"><div class="mermaid">---
395
-config:
396
- sankey:
397
- showValues: true
398
- linkColor: target
399
- width: 600
400
- height: 300
401
- nodeAlignment: right
402
- prefix: '('
403
- suffix: ' genes)'
404
----
405
-sankey-beta
406
-New to this study, BL Tier 1, 4
407
-New to this study, BL Tier 2, 36
408
-BL Tier 2, Pass QC, 13
409
-BL Tier 2, Fail QC, 23
410
-</div></code></pre>
411
-<h2 id="novel-genes-reported-in-this-study">Novel genes reported in this study</h2>
412
-<h3 id="tier-1">Tier 1</h3>
413
-<table>
414
-<thead>
415
-<tr>
416
-<th style="text-align:left">Novel gene</th>
417
-<th style="text-align:center">BL tier</th>
418
-</tr>
419
-</thead>
420
-<tbody>
421
-<tr>
422
-<td style="text-align:left"><a href="../BMP7">BMP7</a></td>
423
-<td style="text-align:center">1</td>
424
-</tr>
425
-<tr>
426
-<td style="text-align:left"><a href="../EIF4A1">EIF4A1</a></td>
427
-<td style="text-align:center">1</td>
428
-</tr>
429
-<tr>
430
-<td style="text-align:left"><a href="../EPPK1">EPPK1</a></td>
431
-<td style="text-align:center">1</td>
432
-</tr>
433
-<tr>
434
-<td style="text-align:left"><a href="../HNRNPU">HNRNPU</a></td>
435
-<td style="text-align:center">1</td>
436
-</tr>
437
-</tbody>
438
-</table>
439
-<h3 id="tier-2">Tier 2</h3>
440
-<table>
441
-<thead>
442
-<tr>
443
-<th style="text-align:left">Novel Gene</th>
444
-<th style="text-align:center">BL tier</th>
445
-<th style="text-align:center">Average variant quality</th>
446
-<th style="text-align:center">QC outcome</th>
447
-</tr>
448
-</thead>
449
-<tbody>
450
-<tr>
451
-<td style="text-align:left"><a href="../HIST1H3I">HIST1H3I</a></td>
452
-<td style="text-align:center">2</td>
453
-<td style="text-align:center">★ ★ ★ ★ ☆</td>
454
-<td style="text-align:center"><strong>Pass</strong></td>
455
-</tr>
456
-<tr>
457
-<td style="text-align:left"><a href="../CXCR4">CXCR4</a></td>
458
-<td style="text-align:center">2</td>
459
-<td style="text-align:center">★ ★ ★ ★ ☆</td>
460
-<td style="text-align:center"><strong>Pass</strong></td>
461
-</tr>
462
-<tr>
463
-<td style="text-align:left"><a href="../IRF8">IRF8</a></td>
464
-<td style="text-align:center">2</td>
465
-<td style="text-align:center">★ ★ ★ ★ ☆</td>
466
-<td style="text-align:center"><strong>Pass</strong></td>
467
-</tr>
468
-<tr>
469
-<td style="text-align:left"><a href="../MCL1">MCL1</a></td>
470
-<td style="text-align:center">2</td>
471
-<td style="text-align:center">★ ★ ★ ★ ☆</td>
472
-<td style="text-align:center"><strong>Pass</strong></td>
473
-</tr>
474
-<tr>
475
-<td style="text-align:left"><a href="../CD83">CD83</a></td>
476
-<td style="text-align:center">2</td>
477
-<td style="text-align:center">★ ★ ★ ☆ ☆</td>
478
-<td style="text-align:center"><strong>Pass</strong></td>
479
-</tr>
480
-<tr>
481
-<td style="text-align:left"><a href="../PLCG2">PLCG2</a></td>
482
-<td style="text-align:center">2</td>
483
-<td style="text-align:center">★ ★ ★ ☆ ☆</td>
484
-<td style="text-align:center"><strong>Pass</strong></td>
485
-</tr>
486
-<tr>
487
-<td style="text-align:left"><a href="../IGLL5">IGLL5</a></td>
488
-<td style="text-align:center">2</td>
489
-<td style="text-align:center">★ ★ ★ ★ ☆</td>
490
-<td style="text-align:center"><strong>Pass</strong></td>
491
-</tr>
492
-<tr>
493
-<td style="text-align:left"><a href="../HIST1H3D">HIST1H3D</a></td>
494
-<td style="text-align:center">2</td>
495
-<td style="text-align:center">★ ★ ★ ☆ ☆</td>
496
-<td style="text-align:center"><strong>Pass</strong></td>
497
-</tr>
498
-<tr>
499
-<td style="text-align:left"><a href="../WNK2">WNK2</a></td>
500
-<td style="text-align:center">2</td>
501
-<td style="text-align:center">★ ★ ★ ★ ☆</td>
502
-<td style="text-align:center"><strong>Pass</strong></td>
503
-</tr>
504
-<tr>
505
-<td style="text-align:left"><a href="../HIST1H4J">HIST1H4J</a></td>
506
-<td style="text-align:center">2</td>
507
-<td style="text-align:center">★ ★ ★ ☆ ☆</td>
508
-<td style="text-align:center"><strong>Pass</strong></td>
509
-</tr>
510
-<tr>
511
-<td style="text-align:left"><a href="../IKZF3">IKZF3</a></td>
512
-<td style="text-align:center">2</td>
513
-<td style="text-align:center">★ ★ ★ ☆ ☆</td>
514
-<td style="text-align:center"><strong>Pass</strong></td>
515
-</tr>
516
-<tr>
517
-<td style="text-align:left"><a href="../ZFP36L1">ZFP36L1</a></td>
518
-<td style="text-align:center">2</td>
519
-<td style="text-align:center">★ ★ ★ ★ ☆</td>
520
-<td style="text-align:center"><strong>Pass</strong></td>
521
-</tr>
522
-<tr>
523
-<td style="text-align:left"><a href="../RNF144B">RNF144B</a></td>
524
-<td style="text-align:center">2</td>
525
-<td style="text-align:center">★ ★ ★ ☆ ☆</td>
526
-<td style="text-align:center"><strong>Pass</strong></td>
527
-</tr>
528
-<tr>
529
-<td style="text-align:left"><a href="../ALPK2">ALPK2</a></td>
530
-<td style="text-align:center">2</td>
531
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
532
-<td style="text-align:center"><strong>Fail</strong></td>
533
-</tr>
534
-<tr>
535
-<td style="text-align:left"><a href="../CD79B">CD79B</a></td>
536
-<td style="text-align:center">2</td>
537
-<td style="text-align:center">★ ★ ☆ ☆ ☆</td>
538
-<td style="text-align:center"><strong>Fail</strong></td>
539
-</tr>
540
-<tr>
541
-<td style="text-align:left"><a href="../CTCF">CTCF</a></td>
542
-<td style="text-align:center">2</td>
543
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
544
-<td style="text-align:center"><strong>Fail</strong></td>
545
-</tr>
546
-<tr>
547
-<td style="text-align:left"><a href="../DNMT1">DNMT1</a></td>
548
-<td style="text-align:center">2</td>
549
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
550
-<td style="text-align:center"><strong>Fail</strong></td>
551
-</tr>
552
-<tr>
553
-<td style="text-align:left"><a href="../ETS1">ETS1</a></td>
554
-<td style="text-align:center">2</td>
555
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
556
-<td style="text-align:center"><strong>Fail</strong></td>
557
-</tr>
558
-<tr>
559
-<td style="text-align:left"><a href="../FZD3">FZD3</a></td>
560
-<td style="text-align:center">2</td>
561
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
562
-<td style="text-align:center"><strong>Fail</strong></td>
563
-</tr>
564
-<tr>
565
-<td style="text-align:left"><a href="../HIST1H1C">HIST1H1C</a></td>
566
-<td style="text-align:center">2</td>
567
-<td style="text-align:center">★ ★ ☆ ☆ ☆</td>
568
-<td style="text-align:center"><strong>Fail</strong></td>
569
-</tr>
570
-<tr>
571
-<td style="text-align:left"><a href="../HIST1H2AG">HIST1H2AG</a></td>
572
-<td style="text-align:center">2</td>
573
-<td style="text-align:center">★ ★ ☆ ☆ ☆</td>
574
-<td style="text-align:center"><strong>Fail</strong></td>
575
-</tr>
576
-<tr>
577
-<td style="text-align:left"><a href="../HIST1H2BK">HIST1H2BK</a></td>
578
-<td style="text-align:center">2</td>
579
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
580
-<td style="text-align:center"><strong>Fail</strong></td>
581
-</tr>
582
-<tr>
583
-<td style="text-align:left"><a href="../KCNK10">KCNK10</a></td>
584
-<td style="text-align:center">2</td>
585
-<td style="text-align:center">★ ★ ☆ ☆ ☆</td>
586
-<td style="text-align:center"><strong>Fail</strong></td>
587
-</tr>
588
-<tr>
589
-<td style="text-align:left"><a href="../MME">MME</a></td>
590
-<td style="text-align:center">2</td>
591
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
592
-<td style="text-align:center"><strong>Fail</strong></td>
593
-</tr>
594
-<tr>
595
-<td style="text-align:left"><a href="../MTOR">MTOR</a></td>
596
-<td style="text-align:center">2</td>
597
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
598
-<td style="text-align:center"><strong>Fail</strong></td>
599
-</tr>
600
-<tr>
601
-<td style="text-align:left"><a href="../PABPC4L">PABPC4L</a></td>
602
-<td style="text-align:center">2</td>
603
-<td style="text-align:center">★ ★ ☆ ☆ ☆</td>
604
-<td style="text-align:center"><strong>Fail</strong></td>
605
-</tr>
606
-<tr>
607
-<td style="text-align:left"><a href="../PCDHA11">PCDHA11</a></td>
608
-<td style="text-align:center">2</td>
609
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
610
-<td style="text-align:center"><strong>Fail</strong></td>
611
-</tr>
612
-<tr>
613
-<td style="text-align:left"><a href="../PDZRN3">PDZRN3</a></td>
614
-<td style="text-align:center">2</td>
615
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
616
-<td style="text-align:center"><strong>Fail</strong></td>
617
-</tr>
618
-<tr>
619
-<td style="text-align:left"><a href="../PIK3R1">PIK3R1</a></td>
620
-<td style="text-align:center">2</td>
621
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
622
-<td style="text-align:center"><strong>Fail</strong></td>
623
-</tr>
624
-<tr>
625
-<td style="text-align:left"><a href="../PXDNL">PXDNL</a></td>
626
-<td style="text-align:center">2</td>
627
-<td style="text-align:center">★ ☆ ☆ ☆ ☆</td>
628
-<td style="text-align:center"><strong>Fail</strong></td>
629
-</tr>
630
-<tr>
631
-<td style="text-align:left"><a href="../SNTB2">SNTB2</a></td>
632
-<td style="text-align:center">2</td>
633
-<td style="text-align:center">★ ★ ☆ ☆ ☆</td>
634
-<td style="text-align:center"><strong>Fail</strong></td>
635
-</tr>
636
-<tr>
637
-<td style="text-align:left"><a href="../WDR7">WDR7</a></td>
638
-<td style="text-align:center">2</td>
639
-<td style="text-align:center">★ ★ ☆ ☆ ☆</td>
640
-<td style="text-align:center"><strong>Fail</strong></td>
641
-</tr>
642
-<tr>
643
-<td style="text-align:left"><a href="../HIST1H3H">HIST1H3H</a></td>
644
-<td style="text-align:center">2</td>
645
-<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td>
646
-<td style="text-align:center"><strong>Fail</strong></td>
647
-</tr>
648
-<tr>
649
-<td style="text-align:left"><a href="../HIST1H3J">HIST1H3J</a></td>
650
-<td style="text-align:center">2</td>
651
-<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td>
652
-<td style="text-align:center"><strong>Fail</strong></td>
653
-</tr>
654
-<tr>
655
-<td style="text-align:left"><a href="../HIST1H2AM">HIST1H2AM</a></td>
656
-<td style="text-align:center">2</td>
657
-<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td>
658
-<td style="text-align:center"><strong>Fail</strong></td>
659
-</tr>
660
-</tbody>
661
-</table>
662
-<h1 id="details">Details</h1>
663
-
664
-</body>
665
-</html>