28b3eb76211e23f3c6ca40793f159404ccca0efe
papers/loveGeneticLandscapeMutations2012.pdf
papers/loveGeneticLandscapeMutations2012_tmp.html
| ... | ... | @@ -1,795 +0,0 @@ |
| 1 | -<!DOCTYPE html>
|
|
| 2 | -<html>
|
|
| 3 | -<head>
|
|
| 4 | -<title>loveGeneticLandscapeMutations2012.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="lovegeneticlandscapemutations2012">@loveGeneticLandscapeMutations2012</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">59</td> |
|
| 386 | -<td style="text-align:center">3</td> |
|
| 387 | -<td style="text-align:center">56</td> |
|
| 388 | -<td style="text-align:center">9</td> |
|
| 389 | -<td style="text-align:center">47</td> |
|
| 390 | -<td style="text-align:center">80%</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, 3 |
|
| 407 | -New to this study, BL Tier 2, 56 |
|
| 408 | -BL Tier 2, Pass QC, 9 |
|
| 409 | -BL Tier 2, Fail QC, 47 |
|
| 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">New 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="../ARID1A">ARID1A</a></td> |
|
| 423 | -<td style="text-align:center">1</td> |
|
| 424 | -</tr> |
|
| 425 | -<tr> |
|
| 426 | -<td style="text-align:left"><a href="../GNA13">GNA13</a></td> |
|
| 427 | -<td style="text-align:center">1</td> |
|
| 428 | -</tr> |
|
| 429 | -<tr> |
|
| 430 | -<td style="text-align:left"><a href="../PTEN">PTEN</a></td> |
|
| 431 | -<td style="text-align:center">1</td> |
|
| 432 | -</tr> |
|
| 433 | -</tbody> |
|
| 434 | -</table> |
|
| 435 | -<h3 id="tier-2">Tier 2</h3> |
|
| 436 | -<table> |
|
| 437 | -<thead> |
|
| 438 | -<tr> |
|
| 439 | -<th style="text-align:left">Novel gene</th> |
|
| 440 | -<th style="text-align:center">DLBCL tier</th> |
|
| 441 | -<th style="text-align:center">Average variant quality</th> |
|
| 442 | -<th style="text-align:center">QC outcome</th> |
|
| 443 | -</tr> |
|
| 444 | -</thead> |
|
| 445 | -<tbody> |
|
| 446 | -<tr> |
|
| 447 | -<td style="text-align:left"><a href="../ACAD9">ACAD9</a></td> |
|
| 448 | -<td style="text-align:center">2</td> |
|
| 449 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 450 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 451 | -</tr> |
|
| 452 | -<tr> |
|
| 453 | -<td style="text-align:left"><a href="../ACE">ACE</a></td> |
|
| 454 | -<td style="text-align:center">2</td> |
|
| 455 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 456 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 457 | -</tr> |
|
| 458 | -<tr> |
|
| 459 | -<td style="text-align:left"><a href="../ATP2C2">ATP2C2</a></td> |
|
| 460 | -<td style="text-align:center">2</td> |
|
| 461 | -<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 462 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 463 | -</tr> |
|
| 464 | -<tr> |
|
| 465 | -<td style="text-align:left"><a href="../BCL6">BCL6</a></td> |
|
| 466 | -<td style="text-align:center">2</td> |
|
| 467 | -<td style="text-align:center">★ ★ ★ ★ ☆</td> |
|
| 468 | -<td style="text-align:center"><strong>Pass</strong></td> |
|
| 469 | -</tr> |
|
| 470 | -<tr> |
|
| 471 | -<td style="text-align:left"><a href="../BRAF">BRAF</a></td> |
|
| 472 | -<td style="text-align:center">2</td> |
|
| 473 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 474 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 475 | -</tr> |
|
| 476 | -<tr> |
|
| 477 | -<td style="text-align:left"><a href="../BRD4">BRD4</a></td> |
|
| 478 | -<td style="text-align:center">2</td> |
|
| 479 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 480 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 481 | -</tr> |
|
| 482 | -<tr> |
|
| 483 | -<td style="text-align:left"><a href="../BTG2">BTG2</a></td> |
|
| 484 | -<td style="text-align:center">2</td> |
|
| 485 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 486 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 487 | -</tr> |
|
| 488 | -<tr> |
|
| 489 | -<td style="text-align:left"><a href="../C6orf27">C6orf27</a></td> |
|
| 490 | -<td style="text-align:center">2</td> |
|
| 491 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 492 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 493 | -</tr> |
|
| 494 | -<tr> |
|
| 495 | -<td style="text-align:left"><a href="../CAD">CAD</a></td> |
|
| 496 | -<td style="text-align:center">2</td> |
|
| 497 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 498 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 499 | -</tr> |
|
| 500 | -<tr> |
|
| 501 | -<td style="text-align:left"><a href="../CARD4">CARD4</a></td> |
|
| 502 | -<td style="text-align:center">2</td> |
|
| 503 | -<td style="text-align:center">★ ★ ★ ★ ☆</td> |
|
| 504 | -<td style="text-align:center"><strong>Pass</strong></td> |
|
| 505 | -</tr> |
|
| 506 | -<tr> |
|
| 507 | -<td style="text-align:left"><a href="../CCT6B">CCT6B</a></td> |
|
| 508 | -<td style="text-align:center">2</td> |
|
| 509 | -<td style="text-align:center"><em>Germline</em></td> |
|
| 510 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 511 | -</tr> |
|
| 512 | -<tr> |
|
| 513 | -<td style="text-align:left"><a href="../CDC73">CDC73</a></td> |
|
| 514 | -<td style="text-align:center">2</td> |
|
| 515 | -<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 516 | -<td style="text-align:center"><strong>Pass</strong></td> |
|
| 517 | -</tr> |
|
| 518 | -<tr> |
|
| 519 | -<td style="text-align:left"><a href="../CDH17">CDH17</a></td> |
|
| 520 | -<td style="text-align:center">2</td> |
|
| 521 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 522 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 523 | -</tr> |
|
| 524 | -<tr> |
|
| 525 | -<td style="text-align:left"><a href="../COL4A2">COL4A2</a></td> |
|
| 526 | -<td style="text-align:center">2</td> |
|
| 527 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 528 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 529 | -</tr> |
|
| 530 | -<tr> |
|
| 531 | -<td style="text-align:left"><a href="../CREBBP">CREBBP</a></td> |
|
| 532 | -<td style="text-align:center">2</td> |
|
| 533 | -<td style="text-align:center">★ ★ ★ ★ ☆</td> |
|
| 534 | -<td style="text-align:center"><strong>Pass</strong></td> |
|
| 535 | -</tr> |
|
| 536 | -<tr> |
|
| 537 | -<td style="text-align:left"><a href="../CYB5D1">CYB5D1</a></td> |
|
| 538 | -<td style="text-align:center">2</td> |
|
| 539 | -<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 540 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 541 | -</tr> |
|
| 542 | -<tr> |
|
| 543 | -<td style="text-align:left"><a href="../CYP4F22">CYP4F22</a></td> |
|
| 544 | -<td style="text-align:center">2</td> |
|
| 545 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 546 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 547 | -</tr> |
|
| 548 | -<tr> |
|
| 549 | -<td style="text-align:left"><a href="../DLGAP1">DLGAP1</a></td> |
|
| 550 | -<td style="text-align:center">2</td> |
|
| 551 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 552 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 553 | -</tr> |
|
| 554 | -<tr> |
|
| 555 | -<td style="text-align:left"><a href="../DTX1">DTX1</a></td> |
|
| 556 | -<td style="text-align:center">2</td> |
|
| 557 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 558 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 559 | -</tr> |
|
| 560 | -<tr> |
|
| 561 | -<td style="text-align:left"><a href="../EIF2C4">EIF2C4</a></td> |
|
| 562 | -<td style="text-align:center">2</td> |
|
| 563 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 564 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 565 | -</tr> |
|
| 566 | -<tr> |
|
| 567 | -<td style="text-align:left"><a href="../EML2">EML2</a></td> |
|
| 568 | -<td style="text-align:center">2</td> |
|
| 569 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 570 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 571 | -</tr> |
|
| 572 | -<tr> |
|
| 573 | -<td style="text-align:left"><a href="../ENTPD3">ENTPD3</a></td> |
|
| 574 | -<td style="text-align:center">2</td> |
|
| 575 | -<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 576 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 577 | -</tr> |
|
| 578 | -<tr> |
|
| 579 | -<td style="text-align:left"><a href="../EPHB2">EPHB2</a></td> |
|
| 580 | -<td style="text-align:center">2</td> |
|
| 581 | -<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 582 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 583 | -</tr> |
|
| 584 | -<tr> |
|
| 585 | -<td style="text-align:left"><a href="../EZH2">EZH2</a></td> |
|
| 586 | -<td style="text-align:center">2</td> |
|
| 587 | -<td style="text-align:center">★ ★ ★ ★ ★</td> |
|
| 588 | -<td style="text-align:center"><strong>Pass</strong></td> |
|
| 589 | -</tr> |
|
| 590 | -<tr> |
|
| 591 | -<td style="text-align:left"><a href="../FAM129B">FAM129B</a></td> |
|
| 592 | -<td style="text-align:center">2</td> |
|
| 593 | -<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 594 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 595 | -</tr> |
|
| 596 | -<tr> |
|
| 597 | -<td style="text-align:left"><a href="../FGFR3">FGFR3</a></td> |
|
| 598 | -<td style="text-align:center">2</td> |
|
| 599 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 600 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 601 | -</tr> |
|
| 602 | -<tr> |
|
| 603 | -<td style="text-align:left"><a href="../FTCD">FTCD</a></td> |
|
| 604 | -<td style="text-align:center">2</td> |
|
| 605 | -<td style="text-align:center"><em>Germline</em></td> |
|
| 606 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 607 | -</tr> |
|
| 608 | -<tr> |
|
| 609 | -<td style="text-align:left"><a href="../GGTLA4">GGTLA4</a></td> |
|
| 610 | -<td style="text-align:center">2</td> |
|
| 611 | -<td style="text-align:center">★ ★ ★ ★ ☆</td> |
|
| 612 | -<td style="text-align:center"><strong>Pass</strong></td> |
|
| 613 | -</tr> |
|
| 614 | -<tr> |
|
| 615 | -<td style="text-align:left"><a href="../GRIK5">GRIK5</a></td> |
|
| 616 | -<td style="text-align:center">2</td> |
|
| 617 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 618 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 619 | -</tr> |
|
| 620 | -<tr> |
|
| 621 | -<td style="text-align:left"><a href="../ICK">ICK</a></td> |
|
| 622 | -<td style="text-align:center">2</td> |
|
| 623 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 624 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 625 | -</tr> |
|
| 626 | -<tr> |
|
| 627 | -<td style="text-align:left"><a href="../ITPR3">ITPR3</a></td> |
|
| 628 | -<td style="text-align:center">2</td> |
|
| 629 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 630 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 631 | -</tr> |
|
| 632 | -<tr> |
|
| 633 | -<td style="text-align:left"><a href="../KIFC3">KIFC3</a></td> |
|
| 634 | -<td style="text-align:center">2</td> |
|
| 635 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 636 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 637 | -</tr> |
|
| 638 | -<tr> |
|
| 639 | -<td style="text-align:left"><a href="../MAP3K6">MAP3K6</a></td> |
|
| 640 | -<td style="text-align:center">2</td> |
|
| 641 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 642 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 643 | -</tr> |
|
| 644 | -<tr> |
|
| 645 | -<td style="text-align:left"><a href="../MYH10">MYH10</a></td> |
|
| 646 | -<td style="text-align:center">2</td> |
|
| 647 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 648 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 649 | -</tr> |
|
| 650 | -<tr> |
|
| 651 | -<td style="text-align:left"><a href="../NBEAL1">NBEAL1</a></td> |
|
| 652 | -<td style="text-align:center">2</td> |
|
| 653 | -<td style="text-align:center">★ ★ ★ ★ ☆</td> |
|
| 654 | -<td style="text-align:center"><strong>Pass</strong></td> |
|
| 655 | -</tr> |
|
| 656 | -<tr> |
|
| 657 | -<td style="text-align:left"><a href="../NOTCH1">NOTCH1</a></td> |
|
| 658 | -<td style="text-align:center">2</td> |
|
| 659 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 660 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 661 | -</tr> |
|
| 662 | -<tr> |
|
| 663 | -<td style="text-align:left"><a href="../NRXN2">NRXN2</a></td> |
|
| 664 | -<td style="text-align:center">2</td> |
|
| 665 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 666 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 667 | -</tr> |
|
| 668 | -<tr> |
|
| 669 | -<td style="text-align:left"><a href="../P2RY2">P2RY2</a></td> |
|
| 670 | -<td style="text-align:center">2</td> |
|
| 671 | -<td style="text-align:center">★ ★ ★ ★ ☆</td> |
|
| 672 | -<td style="text-align:center"><strong>Pass</strong></td> |
|
| 673 | -</tr> |
|
| 674 | -<tr> |
|
| 675 | -<td style="text-align:left"><a href="../PC">PC</a></td> |
|
| 676 | -<td style="text-align:center">2</td> |
|
| 677 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 678 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 679 | -</tr> |
|
| 680 | -<tr> |
|
| 681 | -<td style="text-align:left"><a href="../POLRMT">POLRMT</a></td> |
|
| 682 | -<td style="text-align:center">2</td> |
|
| 683 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 684 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 685 | -</tr> |
|
| 686 | -<tr> |
|
| 687 | -<td style="text-align:left"><a href="../POR">POR</a></td> |
|
| 688 | -<td style="text-align:center">2</td> |
|
| 689 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 690 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 691 | -</tr> |
|
| 692 | -<tr> |
|
| 693 | -<td style="text-align:left"><a href="../PRSS22">PRSS22</a></td> |
|
| 694 | -<td style="text-align:center">2</td> |
|
| 695 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 696 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 697 | -</tr> |
|
| 698 | -<tr> |
|
| 699 | -<td style="text-align:left"><a href="../PTPRN">PTPRN</a></td> |
|
| 700 | -<td style="text-align:center">2</td> |
|
| 701 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 702 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 703 | -</tr> |
|
| 704 | -<tr> |
|
| 705 | -<td style="text-align:left"><a href="../RANBP6">RANBP6</a></td> |
|
| 706 | -<td style="text-align:center">2</td> |
|
| 707 | -<td style="text-align:center">★ ★ ★ ★ ★</td> |
|
| 708 | -<td style="text-align:center"><strong>Pass</strong></td> |
|
| 709 | -</tr> |
|
| 710 | -<tr> |
|
| 711 | -<td style="text-align:left"><a href="../RBP3">RBP3</a></td> |
|
| 712 | -<td style="text-align:center">2</td> |
|
| 713 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 714 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 715 | -</tr> |
|
| 716 | -<tr> |
|
| 717 | -<td style="text-align:left"><a href="../RET">RET</a></td> |
|
| 718 | -<td style="text-align:center">2</td> |
|
| 719 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 720 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 721 | -</tr> |
|
| 722 | -<tr> |
|
| 723 | -<td style="text-align:left"><a href="../SALL3">SALL3</a></td> |
|
| 724 | -<td style="text-align:center">2</td> |
|
| 725 | -<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 726 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 727 | -</tr> |
|
| 728 | -<tr> |
|
| 729 | -<td style="text-align:left"><a href="../SAPS2">SAPS2</a></td> |
|
| 730 | -<td style="text-align:center">2</td> |
|
| 731 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 732 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 733 | -</tr> |
|
| 734 | -<tr> |
|
| 735 | -<td style="text-align:left"><a href="../SBF1">SBF1</a></td> |
|
| 736 | -<td style="text-align:center">2</td> |
|
| 737 | -<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 738 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 739 | -</tr> |
|
| 740 | -<tr> |
|
| 741 | -<td style="text-align:left"><a href="../SF3B1">SF3B1</a></td> |
|
| 742 | -<td style="text-align:center">2</td> |
|
| 743 | -<td style="text-align:center">★ ★ ★ ★ ☆</td> |
|
| 744 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 745 | -</tr> |
|
| 746 | -<tr> |
|
| 747 | -<td style="text-align:left"><a href="../SHANK1">SHANK1</a></td> |
|
| 748 | -<td style="text-align:center">2</td> |
|
| 749 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 750 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 751 | -</tr> |
|
| 752 | -<tr> |
|
| 753 | -<td style="text-align:left"><a href="../SLC29A2">SLC29A2</a></td> |
|
| 754 | -<td style="text-align:center">2</td> |
|
| 755 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 756 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 757 | -</tr> |
|
| 758 | -<tr> |
|
| 759 | -<td style="text-align:left"><a href="../SYNGAP1">SYNGAP1</a></td> |
|
| 760 | -<td style="text-align:center">2</td> |
|
| 761 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 762 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 763 | -</tr> |
|
| 764 | -<tr> |
|
| 765 | -<td style="text-align:left"><a href="../TBC1D9B">TBC1D9B</a></td> |
|
| 766 | -<td style="text-align:center">2</td> |
|
| 767 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 768 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 769 | -</tr> |
|
| 770 | -<tr> |
|
| 771 | -<td style="text-align:left"><a href="../TIGD6">TIGD6</a></td> |
|
| 772 | -<td style="text-align:center">2</td> |
|
| 773 | -<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 774 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 775 | -</tr> |
|
| 776 | -<tr> |
|
| 777 | -<td style="text-align:left"><a href="../TPST2">TPST2</a></td> |
|
| 778 | -<td style="text-align:center">2</td> |
|
| 779 | -<td style="text-align:center">☆ ☆ ☆ ☆ ☆</td> |
|
| 780 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 781 | -</tr> |
|
| 782 | -<tr> |
|
| 783 | -<td style="text-align:left"><a href="../ZNF229">ZNF229</a></td> |
|
| 784 | -<td style="text-align:center">2</td> |
|
| 785 | -<td style="text-align:center"><em>Germline</em></td> |
|
| 786 | -<td style="text-align:center"><strong>Fail</strong></td> |
|
| 787 | -</tr> |
|
| 788 | -</tbody> |
|
| 789 | -</table> |
|
| 790 | -<h2 id="see-also">See Also</h2> |
|
| 791 | -<p>The primary data supporting each of the mutations reported in this study can be viewed in <a href="https://www.bcgsc.ca/downloads/morinlab/GAMBL/Love/">IGV reports</a></p> |
|
| 792 | -<h1 id="details">Details</h1> |
|
| 793 | -
|
|
| 794 | -</body>
|
|
| 795 | -</html>
|
papers/reddyGeneticFunctionalDrivers2017.md
| ... | ... | @@ -6,9 +6,9 @@ bibliography: 'morinlab.bib' |
| 6 | 6 | # @reddyGeneticFunctionalDrivers2017 |
| 7 | 7 | ## Summary of novel genes |
| 8 | 8 | |
| 9 | -|Entity| Total| Tier 1| Tier 2| Tier 2 Pass| Tier 2 Fail| |
|
| 10 | -|:-:|:-:|:-:|:-:|:-:|:-:| |
|
| 11 | -|DLBCL|60| 7|53|24|29| |
|
| 9 | +|Entity| Total| Tier 1| Tier 2| Tier 2 Pass| Tier 2 Fail|Fail rate | |
|
| 10 | +|:-:|:-:|:-:|:-:|:-:|:-:|:-:| |
|
| 11 | +|DLBCL|60| 7|53|24|29|48%| |
|
| 12 | 12 | |
| 13 | 13 | ```mermaid |
| 14 | 14 | --- |
papers/reddyGeneticFunctionalDrivers2017_tmp.html
| ... | ... | @@ -0,0 +1,795 @@ |
| 1 | +<!DOCTYPE html>
|
|
| 2 | +<html>
|
|
| 3 | +<head>
|
|
| 4 | +<title>reddyGeneticFunctionalDrivers2017.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="reddygeneticfunctionaldrivers2017">@reddyGeneticFunctionalDrivers2017</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">DLBCL</td> |
|
| 385 | +<td style="text-align:center">60</td> |
|
| 386 | +<td style="text-align:center">7</td> |
|
| 387 | +<td style="text-align:center">53</td> |
|
| 388 | +<td style="text-align:center">24</td> |
|
| 389 | +<td style="text-align:center">29</td> |
|
| 390 | +<td style="text-align:center">48%</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, DLBCL Tier 1, 7 |
|
| 407 | +New to this study, DLBCL Tier 2, 53 |
|
| 408 | +DLBCL Tier 2, Pass QC, 24 |
|
| 409 | +DLBCL Tier 2, Fail QC, 29 |
|
| 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">DLBCL tier</th> |
|
| 418 | +<th style="text-align:center">Average variant quality</th> |
|
| 419 | +</tr> |
|
| 420 | +</thead> |
|
| 421 | +<tbody> |
|
| 422 | +<tr> |
|
| 423 | +<td style="text-align:left"><a href="../ATM">ATM</a></td> |
|
| 424 | +<td style="text-align:center">1</td> |
|
| 425 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 426 | +</tr> |
|
| 427 | +<tr> |
|
| 428 | +<td style="text-align:left"><a href="../BIRC6">BIRC6</a></td> |
|
| 429 | +<td style="text-align:center">1</td> |
|
| 430 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 431 | +</tr> |
|
| 432 | +<tr> |
|
| 433 | +<td style="text-align:left"><a href="../HIST1H2BC">HIST1H2BC</a></td> |
|
| 434 | +<td style="text-align:center">1</td> |
|
| 435 | +<td style="text-align:center">★ ★ ★ ★ ☆</td> |
|
| 436 | +</tr> |
|
| 437 | +<tr> |
|
| 438 | +<td style="text-align:left"><a href="../HNRNPU">HNRNPU</a></td> |
|
| 439 | +<td style="text-align:center">1</td> |
|
| 440 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 441 | +</tr> |
|
| 442 | +<tr> |
|
| 443 | +<td style="text-align:left"><a href="../SETD1B">SETD1B</a></td> |
|
| 444 | +<td style="text-align:center">1</td> |
|
| 445 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 446 | +</tr> |
|
| 447 | +<tr> |
|
| 448 | +<td style="text-align:left"><a href="../TOX">TOX</a></td> |
|
| 449 | +<td style="text-align:center">1</td> |
|
| 450 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 451 | +</tr> |
|
| 452 | +<tr> |
|
| 453 | +<td style="text-align:left"><a href="../UBE2A">UBE2A</a></td> |
|
| 454 | +<td style="text-align:center">1</td> |
|
| 455 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 456 | +</tr> |
|
| 457 | +</tbody> |
|
| 458 | +</table> |
|
| 459 | +<h3 id="tier-2">Tier 2</h3> |
|
| 460 | +<table> |
|
| 461 | +<thead> |
|
| 462 | +<tr> |
|
| 463 | +<th style="text-align:left">Novel gene</th> |
|
| 464 | +<th style="text-align:center">DLBCL tier</th> |
|
| 465 | +<th style="text-align:center">Average variant quality</th> |
|
| 466 | +<th style="text-align:center">QC outcome</th> |
|
| 467 | +</tr> |
|
| 468 | +</thead> |
|
| 469 | +<tbody> |
|
| 470 | +<tr> |
|
| 471 | +<td style="text-align:left"><a href="../ARID5B">ARID5B</a></td> |
|
| 472 | +<td style="text-align:center">2</td> |
|
| 473 | +<td style="text-align:center">★ ★ ★ ★ ☆</td> |
|
| 474 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 475 | +</tr> |
|
| 476 | +<tr> |
|
| 477 | +<td style="text-align:left"><a href="../BTBD3">BTBD3</a></td> |
|
| 478 | +<td style="text-align:center">2</td> |
|
| 479 | +<td style="text-align:center">★ ★ ★ ★ ☆</td> |
|
| 480 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 481 | +</tr> |
|
| 482 | +<tr> |
|
| 483 | +<td style="text-align:left"><a href="../SETD5">SETD5</a></td> |
|
| 484 | +<td style="text-align:center">2</td> |
|
| 485 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 486 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 487 | +</tr> |
|
| 488 | +<tr> |
|
| 489 | +<td style="text-align:left"><a href="../ATR">ATR</a></td> |
|
| 490 | +<td style="text-align:center">2</td> |
|
| 491 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 492 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 493 | +</tr> |
|
| 494 | +<tr> |
|
| 495 | +<td style="text-align:left"><a href="../BRINP3">BRINP3</a></td> |
|
| 496 | +<td style="text-align:center">2</td> |
|
| 497 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 498 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 499 | +</tr> |
|
| 500 | +<tr> |
|
| 501 | +<td style="text-align:left"><a href="../CASP8">CASP8</a></td> |
|
| 502 | +<td style="text-align:center">2</td> |
|
| 503 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 504 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 505 | +</tr> |
|
| 506 | +<tr> |
|
| 507 | +<td style="text-align:left"><a href="../TGFBR2">TGFBR2</a></td> |
|
| 508 | +<td style="text-align:center">2</td> |
|
| 509 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 510 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 511 | +</tr> |
|
| 512 | +<tr> |
|
| 513 | +<td style="text-align:left"><a href="../TIPARP">TIPARP</a></td> |
|
| 514 | +<td style="text-align:center">2</td> |
|
| 515 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 516 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 517 | +</tr> |
|
| 518 | +<tr> |
|
| 519 | +<td style="text-align:left"><a href="../CD22">CD22</a></td> |
|
| 520 | +<td style="text-align:center">2</td> |
|
| 521 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 522 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 523 | +</tr> |
|
| 524 | +<tr> |
|
| 525 | +<td style="text-align:left"><a href="../NF1">NF1</a></td> |
|
| 526 | +<td style="text-align:center">2</td> |
|
| 527 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 528 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 529 | +</tr> |
|
| 530 | +<tr> |
|
| 531 | +<td style="text-align:left"><a href="../IKBKB">IKBKB</a></td> |
|
| 532 | +<td style="text-align:center">2</td> |
|
| 533 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 534 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 535 | +</tr> |
|
| 536 | +<tr> |
|
| 537 | +<td style="text-align:left"><a href="../JUNB">JUNB</a></td> |
|
| 538 | +<td style="text-align:center">2</td> |
|
| 539 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 540 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 541 | +</tr> |
|
| 542 | +<tr> |
|
| 543 | +<td style="text-align:left"><a href="../KCMF1">KCMF1</a></td> |
|
| 544 | +<td style="text-align:center">2</td> |
|
| 545 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 546 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 547 | +</tr> |
|
| 548 | +<tr> |
|
| 549 | +<td style="text-align:left"><a href="../MAGT1">MAGT1</a></td> |
|
| 550 | +<td style="text-align:center">2</td> |
|
| 551 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 552 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 553 | +</tr> |
|
| 554 | +<tr> |
|
| 555 | +<td style="text-align:left"><a href="../MECOM">MECOM</a></td> |
|
| 556 | +<td style="text-align:center">2</td> |
|
| 557 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 558 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 559 | +</tr> |
|
| 560 | +<tr> |
|
| 561 | +<td style="text-align:left"><a href="../PTPN6">PTPN6</a></td> |
|
| 562 | +<td style="text-align:center">2</td> |
|
| 563 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 564 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 565 | +</tr> |
|
| 566 | +<tr> |
|
| 567 | +<td style="text-align:left"><a href="../MET">MET</a></td> |
|
| 568 | +<td style="text-align:center">2</td> |
|
| 569 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 570 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 571 | +</tr> |
|
| 572 | +<tr> |
|
| 573 | +<td style="text-align:left"><a href="../ZFX">ZFX</a></td> |
|
| 574 | +<td style="text-align:center">2</td> |
|
| 575 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 576 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 577 | +</tr> |
|
| 578 | +<tr> |
|
| 579 | +<td style="text-align:left"><a href="../YY1">YY1</a></td> |
|
| 580 | +<td style="text-align:center">2</td> |
|
| 581 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 582 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 583 | +</tr> |
|
| 584 | +<tr> |
|
| 585 | +<td style="text-align:left"><a href="../FOXP1">FOXP1</a></td> |
|
| 586 | +<td style="text-align:center">2</td> |
|
| 587 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 588 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 589 | +</tr> |
|
| 590 | +<tr> |
|
| 591 | +<td style="text-align:left"><a href="../FUBP1">FUBP1</a></td> |
|
| 592 | +<td style="text-align:center">2</td> |
|
| 593 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 594 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 595 | +</tr> |
|
| 596 | +<tr> |
|
| 597 | +<td style="text-align:left"><a href="../GOLGA5">GOLGA5</a></td> |
|
| 598 | +<td style="text-align:center">2</td> |
|
| 599 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 600 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 601 | +</tr> |
|
| 602 | +<tr> |
|
| 603 | +<td style="text-align:left"><a href="../MSH6">MSH6</a></td> |
|
| 604 | +<td style="text-align:center">2</td> |
|
| 605 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 606 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 607 | +</tr> |
|
| 608 | +<tr> |
|
| 609 | +<td style="text-align:left"><a href="../MCL1">MCL1</a></td> |
|
| 610 | +<td style="text-align:center">2</td> |
|
| 611 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 612 | +<td style="text-align:center"><strong>Pass</strong></td> |
|
| 613 | +</tr> |
|
| 614 | +<tr> |
|
| 615 | +<td style="text-align:left"><a href="../ANKRD17">ANKRD17</a></td> |
|
| 616 | +<td style="text-align:center">2</td> |
|
| 617 | +<td style="text-align:center">★ ★ ★ ☆ ☆</td> |
|
| 618 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 619 | +</tr> |
|
| 620 | +<tr> |
|
| 621 | +<td style="text-align:left"><a href="../CDC73">CDC73</a></td> |
|
| 622 | +<td style="text-align:center">2</td> |
|
| 623 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 624 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 625 | +</tr> |
|
| 626 | +<tr> |
|
| 627 | +<td style="text-align:left"><a href="../CHD1">CHD1</a></td> |
|
| 628 | +<td style="text-align:center">2</td> |
|
| 629 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 630 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 631 | +</tr> |
|
| 632 | +<tr> |
|
| 633 | +<td style="text-align:left"><a href="../CHD8">CHD8</a></td> |
|
| 634 | +<td style="text-align:center">2</td> |
|
| 635 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 636 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 637 | +</tr> |
|
| 638 | +<tr> |
|
| 639 | +<td style="text-align:left"><a href="../CHST2">CHST2</a></td> |
|
| 640 | +<td style="text-align:center">2</td> |
|
| 641 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 642 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 643 | +</tr> |
|
| 644 | +<tr> |
|
| 645 | +<td style="text-align:left"><a href="../DCAF6">DCAF6</a></td> |
|
| 646 | +<td style="text-align:center">2</td> |
|
| 647 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 648 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 649 | +</tr> |
|
| 650 | +<tr> |
|
| 651 | +<td style="text-align:left"><a href="../DDX10">DDX10</a></td> |
|
| 652 | +<td style="text-align:center">2</td> |
|
| 653 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 654 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 655 | +</tr> |
|
| 656 | +<tr> |
|
| 657 | +<td style="text-align:left"><a href="../DICER1">DICER1</a></td> |
|
| 658 | +<td style="text-align:center">2</td> |
|
| 659 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 660 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 661 | +</tr> |
|
| 662 | +<tr> |
|
| 663 | +<td style="text-align:left"><a href="../HRAS">HRAS</a></td> |
|
| 664 | +<td style="text-align:center">2</td> |
|
| 665 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 666 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 667 | +</tr> |
|
| 668 | +<tr> |
|
| 669 | +<td style="text-align:left"><a href="../LIN54">LIN54</a></td> |
|
| 670 | +<td style="text-align:center">2</td> |
|
| 671 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 672 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 673 | +</tr> |
|
| 674 | +<tr> |
|
| 675 | +<td style="text-align:left"><a href="../MAP4K4">MAP4K4</a></td> |
|
| 676 | +<td style="text-align:center">2</td> |
|
| 677 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 678 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 679 | +</tr> |
|
| 680 | +<tr> |
|
| 681 | +<td style="text-align:left"><a href="../MSH2">MSH2</a></td> |
|
| 682 | +<td style="text-align:center">2</td> |
|
| 683 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 684 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 685 | +</tr> |
|
| 686 | +<tr> |
|
| 687 | +<td style="text-align:left"><a href="../GNAS">GNAS</a></td> |
|
| 688 | +<td style="text-align:center">2</td> |
|
| 689 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 690 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 691 | +</tr> |
|
| 692 | +<tr> |
|
| 693 | +<td style="text-align:left"><a href="../MYB">MYB</a></td> |
|
| 694 | +<td style="text-align:center">2</td> |
|
| 695 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 696 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 697 | +</tr> |
|
| 698 | +<tr> |
|
| 699 | +<td style="text-align:left"><a href="../NCOR1">NCOR1</a></td> |
|
| 700 | +<td style="text-align:center">2</td> |
|
| 701 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 702 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 703 | +</tr> |
|
| 704 | +<tr> |
|
| 705 | +<td style="text-align:left"><a href="../NFKB2">NFKB2</a></td> |
|
| 706 | +<td style="text-align:center">2</td> |
|
| 707 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 708 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 709 | +</tr> |
|
| 710 | +<tr> |
|
| 711 | +<td style="text-align:left"><a href="../PHF6">PHF6</a></td> |
|
| 712 | +<td style="text-align:center">2</td> |
|
| 713 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 714 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 715 | +</tr> |
|
| 716 | +<tr> |
|
| 717 | +<td style="text-align:left"><a href="../PIK3CD">PIK3CD</a></td> |
|
| 718 | +<td style="text-align:center">2</td> |
|
| 719 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 720 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 721 | +</tr> |
|
| 722 | +<tr> |
|
| 723 | +<td style="text-align:left"><a href="../PTPRK">PTPRK</a></td> |
|
| 724 | +<td style="text-align:center">2</td> |
|
| 725 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 726 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 727 | +</tr> |
|
| 728 | +<tr> |
|
| 729 | +<td style="text-align:left"><a href="../ZFAT">ZFAT</a></td> |
|
| 730 | +<td style="text-align:center">2</td> |
|
| 731 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 732 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 733 | +</tr> |
|
| 734 | +<tr> |
|
| 735 | +<td style="text-align:left"><a href="../ARID1B">ARID1B</a></td> |
|
| 736 | +<td style="text-align:center">2</td> |
|
| 737 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 738 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 739 | +</tr> |
|
| 740 | +<tr> |
|
| 741 | +<td style="text-align:left"><a href="../RUNX1">RUNX1</a></td> |
|
| 742 | +<td style="text-align:center">2</td> |
|
| 743 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 744 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 745 | +</tr> |
|
| 746 | +<tr> |
|
| 747 | +<td style="text-align:left"><a href="../CBLB">CBLB</a></td> |
|
| 748 | +<td style="text-align:center">2</td> |
|
| 749 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 750 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 751 | +</tr> |
|
| 752 | +<tr> |
|
| 753 | +<td style="text-align:left"><a href="../SYK">SYK</a></td> |
|
| 754 | +<td style="text-align:center">2</td> |
|
| 755 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 756 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 757 | +</tr> |
|
| 758 | +<tr> |
|
| 759 | +<td style="text-align:left"><a href="../WAC">WAC</a></td> |
|
| 760 | +<td style="text-align:center">2</td> |
|
| 761 | +<td style="text-align:center">★ ★ ☆ ☆ ☆</td> |
|
| 762 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 763 | +</tr> |
|
| 764 | +<tr> |
|
| 765 | +<td style="text-align:left"><a href="../ZBTB7A">ZBTB7A</a></td> |
|
| 766 | +<td style="text-align:center">2</td> |
|
| 767 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 768 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 769 | +</tr> |
|
| 770 | +<tr> |
|
| 771 | +<td style="text-align:left"><a href="../RARA">RARA</a></td> |
|
| 772 | +<td style="text-align:center">2</td> |
|
| 773 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 774 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 775 | +</tr> |
|
| 776 | +<tr> |
|
| 777 | +<td style="text-align:left"><a href="../DNMT3A">DNMT3A</a></td> |
|
| 778 | +<td style="text-align:center">2</td> |
|
| 779 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 780 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 781 | +</tr> |
|
| 782 | +<tr> |
|
| 783 | +<td style="text-align:left"><a href="../MARK1">MARK1</a></td> |
|
| 784 | +<td style="text-align:center">2</td> |
|
| 785 | +<td style="text-align:center">★ ☆ ☆ ☆ ☆</td> |
|
| 786 | +<td style="text-align:center"><strong>Fail</strong></td> |
|
| 787 | +</tr> |
|
| 788 | +</tbody> |
|
| 789 | +</table> |
|
| 790 | +<h2 id="see-also">See Also</h2> |
|
| 791 | +<p>The primary data supporting each of the mutations reported in this study can be viewed in <a href="https://www.bcgsc.ca/downloads/morinlab/GAMBL/Reddy/igv_reports/">IGV reports</a> along with mutations unique to the GAMBL re-analysis.[@drevalRevisitingReddyDLBCL2023]</p> |
|
| 792 | +<h1 id="references">References</h1> |
|
| 793 | +
|
|
| 794 | +</body>
|
|
| 795 | +</html>
|