4a41672c1ee2579a45a9453465b5265b81bb12d6
BCL6_tmp.html
| ... | ... | @@ -0,0 +1,517 @@ |
| 1 | +<!DOCTYPE html>
|
|
| 2 | +<html>
|
|
| 3 | +<head>
|
|
| 4 | +<title>BCL6.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 | +<p>[[<em>TOC</em>]]</p> |
|
| 369 | +<h2 id="overview">Overview</h2> |
|
| 370 | +<p>BCL6 is one of <a href="https://github.com/morinlab/LLMPP/wiki/ashm">a number of genes</a> affected by aberrant somatic hypermutation in B-cell lymphomas, which complicates the interpretation of mutations at this locus. |
|
| 371 | +Although common, particularly in DLBCL, the function of many of these mutations remains unclear but some have been shown to affect the regulation of BCL6 expression. The role of BCL6 missense mutations, seen over 9% of patients remains unclear.</p> |
|
| 372 | +<h2 id="relevance-tier-by-entity">Relevance tier by entity</h2> |
|
| 373 | +<p>[[include:table1_BCL6]] |
|
| 374 | +|</p> |
|
| 375 | +<h2 id="mutation-incidence-in-large-patient-cohorts-gambl-reanalysis">Mutation incidence in large patient cohorts (GAMBL reanalysis)</h2> |
|
| 376 | +<p>[[include:DLBCL_BCL6.md]] |
|
| 377 | +[[include:FL_BCL6.md]] |
|
| 378 | +[[include:BL_BCL6.md]]</p> |
|
| 379 | +<h2 id="mutation-pattern-and-selective-pressure-estimates">Mutation pattern and selective pressure estimates</h2> |
|
| 380 | +<p>[[include:dnds_BCL6.md]]</p> |
|
| 381 | +<h2 id="ashm-regions">aSHM regions</h2> |
|
| 382 | +<table> |
|
| 383 | +<thead> |
|
| 384 | +<tr> |
|
| 385 | +<th style="text-align:center">chr_name</th> |
|
| 386 | +<th style="text-align:center">hg19_start</th> |
|
| 387 | +<th style="text-align:center">hg19_end</th> |
|
| 388 | +<th style="text-align:center">region</th> |
|
| 389 | +<th style="text-align:center">regulatory_comment</th> |
|
| 390 | +</tr> |
|
| 391 | +</thead> |
|
| 392 | +<tbody> |
|
| 393 | +<tr> |
|
| 394 | +<td style="text-align:center">chr3</td> |
|
| 395 | +<td style="text-align:center">187458526</td> |
|
| 396 | +<td style="text-align:center">187464632</td> |
|
| 397 | +<td style="text-align:center"><a href="https://genome.ucsc.edu/s/rdmorin/GAMBL%20hg19?position=chr3%3A187458526%2D187464632">TSS</a></td> |
|
| 398 | +<td style="text-align:center">NA</td> |
|
| 399 | +</tr> |
|
| 400 | +<tr> |
|
| 401 | +<td style="text-align:center">chr3</td> |
|
| 402 | +<td style="text-align:center">187615533</td> |
|
| 403 | +<td style="text-align:center">187625659</td> |
|
| 404 | +<td style="text-align:center"><a href="https://genome.ucsc.edu/s/rdmorin/GAMBL%20hg19?position=chr3%3A187615533%2D187625659">Intergenic-1</a></td> |
|
| 405 | +<td style="text-align:center">NA</td> |
|
| 406 | +</tr> |
|
| 407 | +<tr> |
|
| 408 | +<td style="text-align:center">chr3</td> |
|
| 409 | +<td style="text-align:center">187625659</td> |
|
| 410 | +<td style="text-align:center">187638101</td> |
|
| 411 | +<td style="text-align:center"><a href="https://genome.ucsc.edu/s/rdmorin/GAMBL%20hg19?position=chr3%3A187625659%2D187638101">Intergenic-2</a></td> |
|
| 412 | +<td style="text-align:center">NA</td> |
|
| 413 | +</tr> |
|
| 414 | +<tr> |
|
| 415 | +<td style="text-align:center">chr3</td> |
|
| 416 | +<td style="text-align:center">187657518</td> |
|
| 417 | +<td style="text-align:center">187665996</td> |
|
| 418 | +<td style="text-align:center"><a href="https://genome.ucsc.edu/s/rdmorin/GAMBL%20hg19?position=chr3%3A187657518%2D187665996">Intergenic-3</a></td> |
|
| 419 | +<td style="text-align:center">NA</td> |
|
| 420 | +</tr> |
|
| 421 | +<tr> |
|
| 422 | +<td style="text-align:center">chr3</td> |
|
| 423 | +<td style="text-align:center">187675741</td> |
|
| 424 | +<td style="text-align:center">187690717</td> |
|
| 425 | +<td style="text-align:center"><a href="https://genome.ucsc.edu/s/rdmorin/GAMBL%20hg19?position=chr3%3A187675741%2D187690717">Intergenic-4</a></td> |
|
| 426 | +<td style="text-align:center">NA</td> |
|
| 427 | +</tr> |
|
| 428 | +<tr> |
|
| 429 | +<td style="text-align:center">chr3</td> |
|
| 430 | +<td style="text-align:center">187690717</td> |
|
| 431 | +<td style="text-align:center">187705000</td> |
|
| 432 | +<td style="text-align:center"><a href="https://genome.ucsc.edu/s/rdmorin/GAMBL%20hg19?position=chr3%3A187690717%2D187705000">Intergenic-5</a></td> |
|
| 433 | +<td style="text-align:center">NA</td> |
|
| 434 | +</tr> |
|
| 435 | +</tbody> |
|
| 436 | +</table> |
|
| 437 | +<h2 id="bcl6-hotspots">BCL6 Hotspots</h2> |
|
| 438 | +<table> |
|
| 439 | +<thead> |
|
| 440 | +<tr> |
|
| 441 | +<th style="text-align:center">Chromosome</th> |
|
| 442 | +<th style="text-align:center">Coordinate (hg19)</th> |
|
| 443 | +<th style="text-align:center">ref>alt</th> |
|
| 444 | +<th style="text-align:center">HGVSp</th> |
|
| 445 | +</tr> |
|
| 446 | +</thead> |
|
| 447 | +<tbody> |
|
| 448 | +<tr> |
|
| 449 | +<td style="text-align:center">chr3</td> |
|
| 450 | +<td style="text-align:center">187443373</td> |
|
| 451 | +<td style="text-align:center">G>A</td> |
|
| 452 | +<td style="text-align:center">R585W</td> |
|
| 453 | +</tr> |
|
| 454 | +<tr> |
|
| 455 | +<td style="text-align:center">chr3</td> |
|
| 456 | +<td style="text-align:center">187443370</td> |
|
| 457 | +<td style="text-align:center">G>A</td> |
|
| 458 | +<td style="text-align:center">P586S</td> |
|
| 459 | +</tr> |
|
| 460 | +<tr> |
|
| 461 | +<td style="text-align:center">chr3</td> |
|
| 462 | +<td style="text-align:center">187443369</td> |
|
| 463 | +<td style="text-align:center">G>A</td> |
|
| 464 | +<td style="text-align:center">P586L</td> |
|
| 465 | +</tr> |
|
| 466 | +<tr> |
|
| 467 | +<td style="text-align:center">chr3</td> |
|
| 468 | +<td style="text-align:center">187443367</td> |
|
| 469 | +<td style="text-align:center">C>T</td> |
|
| 470 | +<td style="text-align:center">A587T</td> |
|
| 471 | +</tr> |
|
| 472 | +<tr> |
|
| 473 | +<td style="text-align:center">chr3</td> |
|
| 474 | +<td style="text-align:center">187443366</td> |
|
| 475 | +<td style="text-align:center">G>T</td> |
|
| 476 | +<td style="text-align:center">A587D</td> |
|
| 477 | +</tr> |
|
| 478 | +<tr> |
|
| 479 | +<td style="text-align:center">chr3</td> |
|
| 480 | +<td style="text-align:center">187443366</td> |
|
| 481 | +<td style="text-align:center">G>C</td> |
|
| 482 | +<td style="text-align:center">A587G</td> |
|
| 483 | +</tr> |
|
| 484 | +<tr> |
|
| 485 | +<td style="text-align:center">chr3</td> |
|
| 486 | +<td style="text-align:center">187443345</td> |
|
| 487 | +<td style="text-align:center">C>T</td> |
|
| 488 | +<td style="text-align:center">R594Q</td> |
|
| 489 | +</tr> |
|
| 490 | +<tr> |
|
| 491 | +<td style="text-align:center">chr3</td> |
|
| 492 | +<td style="text-align:center">187443342</td> |
|
| 493 | +<td style="text-align:center">A>T</td> |
|
| 494 | +<td style="text-align:center">I595N</td> |
|
| 495 | +</tr> |
|
| 496 | +</tbody> |
|
| 497 | +</table> |
|
| 498 | +<p>[[include:browser_BCL6.md]]</p> |
|
| 499 | +<h2 id="expression">Expression</h2> |
|
| 500 | +<p><img src="file:///Users/rmorin/git/LLMPP.wiki/images/gene_expression/BCL6_by_pathology.svg" alt=""></p> |
|
| 501 | +<!-- ORIGIN: 21796119 --> |
|
| 502 | +<!-- BL: loveGeneticLandscapeMutations2012 --> |
|
| 503 | +<!-- DLBCL: morinFrequentMutationHistonemodifying2011 --> |
|
| 504 | +<h2 id="representative-mutations">Representative Mutations</h2> |
|
| 505 | +<h3 id="bl">BL</h3> |
|
| 506 | +<p><img src="file:///Users/rmorin/git/LLMPP.wiki/primary/Love_BCL6.svg" alt=""></p> |
|
| 507 | +<p><strong>Rating</strong> |
|
| 508 | +★ ★ ★ ★ ☆</p> |
|
| 509 | +<h2 id="all-mutations">All Mutations</h2> |
|
| 510 | +<h3 id="bl">BL</h3> |
|
| 511 | +<p><a href="https://www.bcgsc.ca/downloads/morinlab/GAMBL/Love/1090_reports.html">1090</a> |
|
| 512 | +<a href="https://www.bcgsc.ca/downloads/morinlab/GAMBL/Love/747_reports.html">747</a></p> |
|
| 513 | +<p>[[include:mermaid_BCL6.md]]</p> |
|
| 514 | +<h2 id="references">References</h2> |
|
| 515 | +
|
|
| 516 | +</body>
|
|
| 517 | +</html>
|
BL_ABCA3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0227</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0061,0.0392] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 223, 255) !important;">0.0286</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0126,0.0446] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 195, 173, 255) !important;">0.1089</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0482,0.1697] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ABCA4.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0044</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0106] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 183, 158, 255) !important;">0.1287</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0634,0.194] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ABI3BP.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0175</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0029,0.0321] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0223</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0082,0.0365] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ACSM3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0060</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0145] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 235, 255) !important;">0.0077</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0162] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ACSS2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0035] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0009</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0037] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ACSS3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ACTB.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0034</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0045</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0108] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ACTG1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0035</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.01] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0044</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0108] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ALDH1L2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ALDH3A2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ALPK2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0167</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0044,0.0289] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_AMIGO3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0032] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_AMPH.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ANK2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0232</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0065,0.0399] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0306</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0143,0.0469] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 227, 215, 255) !important;">0.0411</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0148,0.0674] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 151, 121, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 151, 121, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 151, 121, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 151, 121, 255) !important;">0.1782</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 151, 121, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1036,0.2529] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ANKLE2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ANKRD12.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0116</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0236] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 231, 255) !important;">0.0146</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0031,0.0262] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ANKRD17.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0193</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0039,0.0346] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 234, 225, 255) !important;">0.0244</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0096,0.0393] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ANKRD44.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 232, 255) !important;">0.0123</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0229] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ANTXR1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_AP1G2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0042</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0105] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_APBB1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0071</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0151] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_APC.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0175</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0029,0.0321] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 227, 255) !important;">0.0221</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.008,0.0363] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_APMAP.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_APOA5.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0062</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_APP.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0035] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0009</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0037] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ARAP2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 227, 255) !important;">0.0211</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0051,0.0371] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 224, 255) !important;">0.0263</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0109,0.0417] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ARHGEF1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0227</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0061,0.0392] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 223, 255) !important;">0.0284</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0124,0.0443] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ARID1A.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(239, 68, 49, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(239, 68, 49, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(239, 68, 49, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(239, 68, 49, 255) !important;">0.3005</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(239, 68, 49, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.2498,0.3513] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(243, 92, 66, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(243, 92, 66, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(243, 92, 66, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(243, 92, 66, 255) !important;">0.2699</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(243, 92, 66, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.2274,0.3124] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(217, 50, 39, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(217, 50, 39, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(217, 50, 39, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(217, 50, 39, 255) !important;">0.3425</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(217, 50, 39, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.2796,0.4053] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(249, 123, 92, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(249, 123, 92, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(249, 123, 92, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(249, 123, 92, 255) !important;">0.2222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(249, 123, 92, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1363,0.3081] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(251, 138, 106, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(251, 138, 106, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(251, 138, 106, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(251, 138, 106, 255) !important;">0.1980</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(251, 138, 106, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1203,0.2757] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ARID1B.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0330</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0131,0.0529] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 226, 214, 255) !important;">0.0427</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0234,0.0619] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 227, 215, 255) !important;">0.0411</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0148,0.0674] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 151, 121, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 151, 121, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 151, 121, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 151, 121, 255) !important;">0.1782</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 151, 121, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1036,0.2529] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ARID5B.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 235, 255) !important;">0.0074</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0155] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ASXL3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0289</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0102,0.0476] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 219, 255) !important;">0.0350</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0173,0.0527] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 223, 255) !important;">0.0274</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0058,0.049] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ATIC.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0110</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0227] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 232, 255) !important;">0.0124</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0231] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ATM.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 227, 255) !important;">0.0221</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0058,0.0385] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 224, 255) !important;">0.0268</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0112,0.0423] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 225, 213, 255) !important;">0.0444</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0019,0.087] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ATP10A.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0330</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0131,0.0529] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 217, 255) !important;">0.0381</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0196,0.0565] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 227, 215, 255) !important;">0.0411</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0148,0.0674] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ATP1A2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0071</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0151] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ATP2A3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0009</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0037] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ATP2C2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0292] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0065,0.0332] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ATP6AP1.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ATP6V0A1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0292] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0175</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0048,0.0302] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ATP6V1A.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ATP6V1B2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0291] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0163</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.004,0.0285] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ATR.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 232, 255) !important;">0.0124</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.023] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_B2M.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0175</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0029,0.0321] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0195</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0061,0.0329] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_B4GALNT2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0069</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0149] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BACH2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0071</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0152] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BAI1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0040</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.01] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BAZ1A.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 223, 255) !important;">0.0284</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0099,0.0469] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 219, 255) !important;">0.0340</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0165,0.0514] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0320</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0087,0.0553] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BCAT2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0082] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BCL11A.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BCL2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0082] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BCL2L10.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BCL6.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0309</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0116,0.0502] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 229, 218, 255) !important;">0.0366</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0185,0.0547] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 223, 255) !important;">0.0274</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0058,0.049] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 225, 213, 255) !important;">0.0444</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0019,0.087] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BCL7A.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 226, 214, 255) !important;">0.0432</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0207,0.0657] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 225, 212, 255) !important;">0.0463</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0261,0.0665] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 215, 199, 255) !important;">0.0685</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.035,0.1019] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BCR.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0038</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0106] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0051</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0118] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 217, 201, 255) !important;">0.0639</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0315,0.0963] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 195, 173, 255) !important;">0.1089</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0482,0.1697] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BIRC3.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BIRC6.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0227</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0061,0.0392] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0295</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.0456] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 170, 143, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 170, 143, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 170, 143, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 170, 143, 255) !important;">0.1485</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 170, 143, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0792,0.2179] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BLM.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BMP7.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 223, 210, 255) !important;">0.0491</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0253,0.0729] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 223, 210, 255) !important;">0.0492</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0285,0.07] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 205, 185, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 205, 185, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 205, 185, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 205, 185, 255) !important;">0.0913</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 205, 185, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0532,0.1295] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BMPR1A.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BRAF.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0193</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.004,0.0346] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0084,0.0372] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 223, 255) !important;">0.0274</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0058,0.049] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BRCA1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0110</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0227] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 231, 255) !important;">0.0144</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0258] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BRCA2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0040</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.01] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BRD4.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0072</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0153] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BRINP3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0193</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0039,0.0346] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 227, 255) !important;">0.0211</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.035] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BRSK1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BSCL2.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BTAF1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0071</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0152] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BTBD3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0021</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0065] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BTG1.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BTG2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 227, 255) !important;">0.0221</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0058,0.0384] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 223, 255) !important;">0.0279</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0122,0.0437] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 229, 218, 255) !important;">0.0365</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0117,0.0614] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 195, 173, 255) !important;">0.1089</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0482,0.1697] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_BTK.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0084] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_C9.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CAD.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0291] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0064,0.0331] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CADPS2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0292] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0187</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0056,0.0318] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CAMTA1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0116</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0012,0.0219] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CAPN5.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0041</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0103] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CAPN7.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CARD11.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 227, 255) !important;">0.0211</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0051,0.0371] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 224, 255) !important;">0.0270</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0115,0.0425] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 189, 166, 255) !important;">0.1188</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0557,0.1819] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CASP8.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0227</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0061,0.0392] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 227, 255) !important;">0.0219</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0077,0.036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CBLB.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0071</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0152] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CCDC132.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CCDC97.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0060</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0145] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 235, 255) !important;">0.0075</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0157] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CCL4.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0018</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0059] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CCND3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(238, 67, 49, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(238, 67, 49, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(238, 67, 49, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(238, 67, 49, 255) !important;">0.3017</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(238, 67, 49, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.2507,0.3527] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(244, 94, 67, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(244, 94, 67, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(244, 94, 67, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(244, 94, 67, 255) !important;">0.2666</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(244, 94, 67, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.2242,0.3089] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(242, 85, 61, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(242, 85, 61, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(242, 85, 61, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(242, 85, 61, 255) !important;">0.2785</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(242, 85, 61, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.2192,0.3379] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(204, 38, 33, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(204, 38, 33, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(204, 38, 33, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(204, 38, 33, 255) !important;">0.3667</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(204, 38, 33, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.2671,0.4662] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 145, 114, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 145, 114, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 145, 114, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 145, 114, 255) !important;">0.1881</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 145, 114, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1119,0.2643] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CCNF.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CCT6B.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CD22.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0291] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0186</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0056,0.0317] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CD274.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CD36.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0035</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.01] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0044</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0108] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CD44.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CD58.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0084] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CD70.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CD74.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CD79A.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CD79B.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0035] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0009</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0037] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CD83.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0033</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0088] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CDC123.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CDC27.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CDC42BPB.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0040</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.01] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CDC73.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0166</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0024,0.0308] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0199</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0064,0.0334] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CDH1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0110</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0227] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0135</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0024,0.0246] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CDH10.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0041</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0103] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CDH17.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0071</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0151] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CDH7.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0033</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0088] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CDH8.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0034</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0042</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0105] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CDH9.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CDK3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0084] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CDKN1A.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CDKN2A.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0116</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0012,0.0219] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CDKN2C.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0036</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0103] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0111] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 229, 218, 255) !important;">0.0365</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0117,0.0614] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CECR1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0119</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0014,0.0224] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CELSR2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 224, 255) !important;">0.0267</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0087,0.0446] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 219, 255) !important;">0.0338</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0165,0.0511] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 225, 213, 255) !important;">0.0444</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0019,0.087] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 183, 158, 255) !important;">0.1287</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0634,0.194] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CEP164.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0164</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0042,0.0286] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CGN.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0175</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0029,0.0321] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 227, 255) !important;">0.0209</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0071,0.0347] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CHD1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CHD3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0160</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0039,0.0281] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CHD4.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 227, 255) !important;">0.0211</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0051,0.0371] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 224, 255) !important;">0.0263</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0109,0.0417] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CHD8.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 223, 255) !important;">0.0281</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0099,0.0462] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 229, 218, 255) !important;">0.0363</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0186,0.0539] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 215, 199, 255) !important;">0.0685</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.035,0.1019] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 158, 128, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 158, 128, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 158, 128, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 158, 128, 255) !important;">0.1683</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 158, 128, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0953,0.2413] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CHEK2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0149</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0032,0.0267] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CHRM5.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CHST2.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CIC.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0035</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0101] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0047</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0112] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 223, 255) !important;">0.0274</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0058,0.049] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CIITA.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0119</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0014,0.0224] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CILP.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0292] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0175</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0048,0.0302] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CNGA4.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0062</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CNOT2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0036</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0093] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CNOT6.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0082] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CNP.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CNTN6.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0158</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0038,0.0278] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CNTNAP5.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 223, 255) !important;">0.0284</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0099,0.0469] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 229, 219, 255) !important;">0.0352</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0175,0.0529] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0320</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0087,0.0553] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 195, 173, 255) !important;">0.1089</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0482,0.1697] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_COL12A1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0289</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0102,0.0476] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 229, 218, 255) !important;">0.0354</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0177,0.0532] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 223, 255) !important;">0.0274</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0058,0.049] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_COL4A2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0035</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.01] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0047</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0111] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 195, 173, 255) !important;">0.1089</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0482,0.1697] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_COL5A2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 223, 255) !important;">0.0284</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0099,0.0469] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 219, 255) !important;">0.0344</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0169,0.052] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0320</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0087,0.0553] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_COQ7.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CORO2A.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CORO7.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0167</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0044,0.0289] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CPNE8.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0082] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CPS1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0193</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0039,0.0346] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0236</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.009,0.0383] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CPXM2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0071</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0151] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CREBBP.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 234, 225, 255) !important;">0.0238</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0069,0.0407] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 221, 255) !important;">0.0304</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.014,0.0467] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 211, 193, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 211, 193, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 211, 193, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 211, 193, 255) !important;">0.0778</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 211, 193, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0224,0.1331] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 183, 158, 255) !important;">0.1287</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0634,0.194] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CRELD2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0038</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CRTC3.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CSNK2A1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0082] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CST7.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0032] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CTCF.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0292] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0193</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.006,0.0325] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CTNNA3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0116</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0236] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 231, 255) !important;">0.0144</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0029,0.0259] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CTSS.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CXCR4.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0292] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0163</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0041,0.0286] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CXCR5.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0042</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0104] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CYB5D1.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CYP24A1.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CYP2A6.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0082] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CYP2C18.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0026</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0075] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CYP4F22.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0038</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_CYYR1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0032] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DAZAP1.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DCAF6.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DCHS1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 227, 255) !important;">0.0211</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0051,0.0371] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 223, 255) !important;">0.0273</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0118,0.0429] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 177, 150, 255) !important;">0.1386</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0712,0.206] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DDB1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DDX10.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DDX3X.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(153, 10, 21, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(153, 10, 21, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(153, 10, 21, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(153, 10, 21, 255) !important;">0.4391</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(153, 10, 21, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.3839,0.4942] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(162, 12, 22, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(162, 12, 22, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(162, 12, 22, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(162, 12, 22, 255) !important;">0.4283</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(162, 12, 22, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.3806,0.476] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(131, 4, 18, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(131, 4, 18, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(131, 4, 18, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(131, 4, 18, 255) !important;">0.4658</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(131, 4, 18, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.3997,0.5318] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(198, 32, 30, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(198, 32, 30, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(198, 32, 30, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(198, 32, 30, 255) !important;">0.3778</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(198, 32, 30, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.2776,0.4779] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(189, 22, 26, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(189, 22, 26, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(189, 22, 26, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(189, 22, 26, 255) !important;">0.3960</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(189, 22, 26, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.3007,0.4914] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DGCR8.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DHCR7.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0067</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0146] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DHX15.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DHX16.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0035] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0009</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0037] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DHX33.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DIAPH2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DIAPH3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0069</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0149] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DICER1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DIP2B.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0034</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0045</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0109] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 189, 166, 255) !important;">0.1188</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0557,0.1819] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DLGAP1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0292] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0163</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0041,0.0286] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DMXL1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 235, 255) !important;">0.0074</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0155] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DNAH5.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 218, 203, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 218, 203, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 218, 203, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 218, 203, 255) !important;">0.0613</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 218, 203, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0346,0.0881] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 211, 193, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 211, 193, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 211, 193, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 211, 193, 255) !important;">0.0779</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 211, 193, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0525,0.1034] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0281,0.0907] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 200, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 200, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 200, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 216, 200, 255) !important;">0.0667</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 200, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0151,0.1182] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(247, 113, 84, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(247, 113, 84, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(247, 113, 84, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(247, 113, 84, 255) !important;">0.2376</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(247, 113, 84, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1546,0.3206] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DNM2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DNMT1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DNMT3A.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DNMT3B.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0116</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0236] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0151</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0034,0.0267] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DOCK1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0175</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0029,0.0321] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0085,0.0371] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 183, 158, 255) !important;">0.1287</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0634,0.194] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DOCK2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 227, 255) !important;">0.0208</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0049,0.0366] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 234, 225, 255) !important;">0.0253</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0102,0.0404] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0320</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0087,0.0553] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DOCK5.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0155</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0035,0.0274] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DOLK.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DPYD.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DSC2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0110</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0227] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0107</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [8e-04,0.0207] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DSC3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0110</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0227] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0138</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0025,0.025] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DSCAML1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0127</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.002,0.0234] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 195, 173, 255) !important;">0.1089</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0482,0.1697] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DSEL.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0110</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0227] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0131</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0021,0.0241] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DSG2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0037</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0096] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DSG4.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0035</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.01] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.011] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DSP.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0038</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0105] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0051</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0118] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0281,0.0907] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 183, 158, 255) !important;">0.1287</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0634,0.194] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DTX1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 224, 255) !important;">0.0260</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0084,0.0436] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0317</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.015,0.0485] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 221, 207, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 221, 207, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 221, 207, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 221, 207, 255) !important;">0.0548</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 221, 207, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0247,0.0849] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DUOXA2.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DUPD1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0035] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DUSP2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0193</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.004,0.0346] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 234, 225, 255) !important;">0.0246</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0098,0.0395] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 223, 255) !important;">0.0274</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0058,0.049] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 195, 173, 255) !important;">0.1089</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0482,0.1697] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DUSP27.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DYNC1H1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0034</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.011] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 177, 150, 255) !important;">0.1386</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0712,0.206] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_DYNC1I1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_E2F2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0110</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0227] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 232, 255) !important;">0.0124</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0231] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_EBF1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0042</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0105] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ECT2L.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0110</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0227] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0131</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0021,0.0241] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_EDNRB.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0119</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0014,0.0224] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_EEF1A1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0036</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0093] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_EGFR.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0020</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0063] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_EGR1.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_EHD1.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_EIF2AK3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 227, 255) !important;">0.0208</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0049,0.0366] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 234, 225, 255) !important;">0.0253</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0102,0.0404] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0320</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0087,0.0553] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_EIF4A1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0387</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0173,0.0601] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 226, 214, 255) !important;">0.0435</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0238,0.0632] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 221, 207, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 221, 207, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 221, 207, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 221, 207, 255) !important;">0.0548</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 221, 207, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0247,0.0849] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ELP2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_EML2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0060</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0145] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 235, 255) !important;">0.0076</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0159] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ENTPD3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_EP300.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 223, 255) !important;">0.0284</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0099,0.0469] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 219, 255) !important;">0.0340</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0165,0.0514] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0320</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0087,0.0553] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_EPHA3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0116</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0012,0.0219] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_EPHA5.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 234, 224, 255) !important;">0.0257</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.008,0.0433] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0300</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0135,0.0464] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 223, 255) !important;">0.0274</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0058,0.049] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_EPHA7.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0116</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0236] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 231, 255) !important;">0.0144</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0029,0.0259] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_EPHB2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0121</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0227] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_EPPK1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 223, 255) !important;">0.0284</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0099,0.0469] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 229, 218, 255) !important;">0.0366</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0187,0.0545] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0320</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0087,0.0553] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 164, 136, 255) !important;">0.1584</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0872,0.2296] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ERAP1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ERAP2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ERBB3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0060</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0145] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 235, 255) !important;">0.0075</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0157] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ERN2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0037</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0096] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ETNPPL.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ETS1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 226, 214, 255) !important;">0.0432</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0207,0.0657] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 222, 209, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 222, 209, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 222, 209, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 222, 209, 255) !important;">0.0517</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 222, 209, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0305,0.0729] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 215, 199, 255) !important;">0.0685</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.035,0.1019] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 189, 166, 255) !important;">0.1188</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0557,0.1819] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ETV6.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_EXOSC6.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_EXTL3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0037</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0096] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_EZH2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0168</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0045,0.029] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 195, 173, 255) !important;">0.1089</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0482,0.1697] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FAIM.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0018</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0059] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FAM129B.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FAM161A.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0018</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0059] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FANCD2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0034</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0044</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0108] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FAS.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0042</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0104] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FAT2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 227, 215, 255) !important;">0.0406</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0186,0.0626] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 209, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 209, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 209, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 209, 255) !important;">0.0509</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 209, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0299,0.0719] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 229, 218, 255) !important;">0.0365</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0117,0.0614] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 220, 206, 255) !important;">0.0556</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0082,0.1029] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 164, 136, 255) !important;">0.1584</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0872,0.2296] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FAT4.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 215, 199, 255) !important;">0.0673</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0397,0.0949] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 209, 191, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 209, 191, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 209, 191, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 209, 191, 255) !important;">0.0807</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 209, 191, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0548,0.1066] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 195, 173, 255) !important;">0.1096</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0682,0.151] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 151, 121, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 151, 121, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 151, 121, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 151, 121, 255) !important;">0.1782</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 151, 121, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1036,0.2529] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FBLN2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0034</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0044</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0108] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FBXO11.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(247, 110, 80, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(247, 110, 80, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(247, 110, 80, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(247, 110, 80, 255) !important;">0.2434</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(247, 110, 80, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1961,0.2908] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(250, 126, 95, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(250, 126, 95, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(250, 126, 95, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(250, 126, 95, 255) !important;">0.2173</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(250, 126, 95, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1779,0.2568] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(250, 131, 99, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(250, 131, 99, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(250, 131, 99, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(250, 131, 99, 255) !important;">0.2100</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(250, 131, 99, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1561,0.264] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(210, 44, 35, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(210, 44, 35, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(210, 44, 35, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(210, 44, 35, 255) !important;">0.3556</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(210, 44, 35, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.2567,0.4545] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 164, 136, 255) !important;">0.1584</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0872,0.2296] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FBXO31.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0071</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0151] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FBXW7.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0193</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0039,0.0346] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 227, 255) !important;">0.0211</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.035] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FGD3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0097</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [2e-04,0.0192] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FGFR1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FGFR3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FGFRL1.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FIGN.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FLNA.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FLNC.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0130</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0023,0.0238] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 164, 136, 255) !important;">0.1584</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0872,0.2296] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FLT1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0164</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0042,0.0286] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FLYWCH1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0060</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0145] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 235, 255) !important;">0.0075</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0157] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FMO2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0038</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FN1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0193</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0039,0.0346] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 234, 225, 255) !important;">0.0246</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0098,0.0395] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 195, 173, 255) !important;">0.1089</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0482,0.1697] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FNDC1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0193</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.004,0.0346] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 234, 225, 255) !important;">0.0239</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0092,0.0386] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 223, 255) !important;">0.0274</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0058,0.049] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FOXC1.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FOXO1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(249, 124, 93, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(249, 124, 93, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(249, 124, 93, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(249, 124, 93, 255) !important;">0.2209</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(249, 124, 93, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.175,0.2668] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(249, 125, 93, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(249, 125, 93, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(249, 125, 93, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(249, 125, 93, 255) !important;">0.2202</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(249, 125, 93, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1803,0.26] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(245, 98, 71, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(245, 98, 71, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(245, 98, 71, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(245, 98, 71, 255) !important;">0.2603</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(245, 98, 71, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.2022,0.3184] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 166, 138, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 166, 138, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 166, 138, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 166, 138, 255) !important;">0.1556</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 166, 138, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0807,0.2304] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(249, 126, 95, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(249, 126, 95, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(249, 126, 95, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(249, 126, 95, 255) !important;">0.2178</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(249, 126, 95, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1373,0.2983] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FOXP1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0037</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0096] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FRMPD1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 232, 255) !important;">0.0124</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.023] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FTCD.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0227</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0061,0.0392] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 224, 255) !important;">0.0269</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0113,0.0425] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FUBP1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0036</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0093] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FUT5.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FZD1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0071</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0152] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FZD3.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_FZR1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0032] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GABRA1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0155</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0035,0.0274] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GABRA2.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GABRG1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0084] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GAK.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0193</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0039,0.0346] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0236</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.009,0.0383] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GATA2.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GATA3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0097</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [2e-04,0.0192] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GBP7.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GCN1L1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0110</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0227] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 231, 255) !important;">0.0144</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0258] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GJA8.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0069</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0149] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GJB4.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0034</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0021</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0066] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GNA13.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(251, 141, 109, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(251, 141, 109, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(251, 141, 109, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(251, 141, 109, 255) !important;">0.1941</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(251, 141, 109, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.15,0.2382] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(251, 139, 107, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(251, 139, 107, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(251, 139, 107, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(251, 139, 107, 255) !important;">0.1974</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(251, 139, 107, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1589,0.2359] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(251, 139, 108, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(251, 139, 108, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(251, 139, 108, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(251, 139, 108, 255) !important;">0.1963</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(251, 139, 108, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1437,0.249] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 144, 113, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 144, 113, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 144, 113, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 144, 113, 255) !important;">0.1889</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 144, 113, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.108,0.2698] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(250, 132, 100, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(250, 132, 100, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(250, 132, 100, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(250, 132, 100, 255) !important;">0.2079</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(250, 132, 100, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1288,0.2871] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GNAI2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 198, 176, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 198, 176, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 198, 176, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 198, 176, 255) !important;">0.1047</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 198, 176, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0708,0.1385] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 180, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 180, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 180, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 180, 255) !important;">0.1004</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 180, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0715,0.1294] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 207, 188, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 207, 188, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 207, 188, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 207, 188, 255) !important;">0.0868</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 207, 188, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0495,0.124] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 144, 113, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 144, 113, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 144, 113, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 144, 113, 255) !important;">0.1889</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 144, 113, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.108,0.2698] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GNAS.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0149</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0032,0.0267] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GOLGA5.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0036</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0093] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GPC5.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0038</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GPD2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0060</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0145] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0072</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0154] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GPR133.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GPR15.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GRB2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0084] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GREM2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0032] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GRHPR.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GRIA2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0292] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0163</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0041,0.0286] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GRIK5.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0097</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [2e-04,0.0192] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GRM5.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0121</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0227] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GRM6.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0043</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0105] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GSG2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_GTSE1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0072</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0153] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_H1FOO.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0038</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_H6PD.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HACE1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0036</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0093] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HCK.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HDAC7.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0119</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0014,0.0224] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HEPH.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HERC2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0037</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0103] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0050</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0116] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 227, 215, 255) !important;">0.0411</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0148,0.0674] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 164, 136, 255) !important;">0.1584</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0872,0.2296] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HFE.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIPK3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0121</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0227] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H1B.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 229, 218, 255) !important;">0.0355</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0149,0.0562] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 229, 218, 255) !important;">0.0365</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0183,0.0546] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 229, 218, 255) !important;">0.0365</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0117,0.0614] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H1C.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0308</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0116,0.0501] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 217, 255) !important;">0.0375</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0192,0.0558] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 229, 218, 255) !important;">0.0365</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0117,0.0614] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H1D.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0036</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0103] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0047</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0112] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 229, 218, 255) !important;">0.0365</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0117,0.0614] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H1E.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 209, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 209, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 209, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 209, 255) !important;">0.0507</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 209, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0263,0.0751] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 217, 201, 255) !important;">0.0639</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0406,0.0872] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 217, 201, 255) !important;">0.0639</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0315,0.0963] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(251, 138, 106, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(251, 138, 106, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(251, 138, 106, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(251, 138, 106, 255) !important;">0.1980</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(251, 138, 106, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1203,0.2757] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H2AC.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0041</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0102] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H2AG.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0034</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0040</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0101] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H2AL.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H2AM.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0291] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0175</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0048,0.0302] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H2BC.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 231, 255) !important;">0.0141</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0027,0.0254] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H2BD.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0038</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H2BG.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H2BK.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 224, 255) !important;">0.0267</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0089,0.0445] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 220, 255) !important;">0.0325</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0156,0.0495] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0281,0.0907] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H2BM.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0110</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0227] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0131</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0021,0.0241] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H2BO.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0034</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0043</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0106] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H3A.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0038</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H3B.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0227</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0061,0.0392] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 234, 225, 255) !important;">0.0241</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0092,0.0389] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H3D.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0193</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0039,0.0346] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 227, 255) !important;">0.0221</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0079,0.0363] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H3G.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0041</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0103] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H3H.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H3I.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H3J.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0121</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0227] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H4I.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0082] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST1H4J.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0026</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0075] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HIST2H2BE.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0035</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.01] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0043</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0107] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HK3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0119</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0014,0.0224] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HLA-A.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0193</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0039,0.0346] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0194</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.006,0.0327] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HLA-B.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0037</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0104] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0049</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0115] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 225, 212, 255) !important;">0.0457</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.018,0.0733] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HLA-C.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HLA-DMA.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0084] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HLA-DQA1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0018</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0059] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HLA-DQB1.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HMGB1.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HNF1B.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HNRNPD.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0018</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0059] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HNRNPH1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0018</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0059] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HNRNPR.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0038</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HNRNPU.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0038</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0106] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0051</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0118] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 215, 199, 255) !important;">0.0685</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.035,0.1019] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HRAS.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0032] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HSF2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0084] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_HVCN1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0037</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0096] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ICK.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ID3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(114, 1, 15, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(114, 1, 15, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(114, 1, 15, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(114, 1, 15, 255) !important;">0.4860</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(114, 1, 15, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.4308,0.5412] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(152, 9, 21, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(152, 9, 21, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(152, 9, 21, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(152, 9, 21, 255) !important;">0.4403</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(152, 9, 21, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.3931,0.4875] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(150, 9, 20, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(150, 9, 20, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(150, 9, 20, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(150, 9, 20, 255) !important;">0.4429</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(150, 9, 20, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.3771,0.5087] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(103, 0, 13, 255) !important;">0.5889</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.4872,0.6905] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(230, 61, 45, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(230, 61, 45, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(230, 61, 45, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(230, 61, 45, 255) !important;">0.3168</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(230, 61, 45, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.2261,0.4076] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_IDH1.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_IER2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0037</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0096] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_IFNGR1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_IGLL5.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(246, 106, 78, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(246, 106, 78, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(246, 106, 78, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(246, 106, 78, 255) !important;">0.2484</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(246, 106, 78, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.2013,0.2956] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(244, 96, 69, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(244, 96, 69, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(244, 96, 69, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(244, 96, 69, 255) !important;">0.2630</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(244, 96, 69, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.2211,0.3048] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(226, 58, 43, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(226, 58, 43, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(226, 58, 43, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(226, 58, 43, 255) !important;">0.3242</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(226, 58, 43, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.2622,0.3862] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 173, 146, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 173, 146, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 173, 146, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 173, 146, 255) !important;">0.1444</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 173, 146, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0718,0.2171] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(230, 61, 45, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(230, 61, 45, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(230, 61, 45, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(230, 61, 45, 255) !important;">0.3168</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(230, 61, 45, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.2261,0.4076] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_IKBKB.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0084] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_IKBKE.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_IKZF3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0060</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0145] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 235, 255) !important;">0.0075</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0157] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_IL16.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0127</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.002,0.0234] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 195, 173, 255) !important;">0.1089</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0482,0.1697] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_IL4R.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0193</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0039,0.0346] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0156</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0036,0.0277] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_IL6ST.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0035] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0009</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0037] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_INO80.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0292] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 228, 255) !important;">0.0190</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0059,0.0322] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_INSC.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_INTS6.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0034</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0044</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0107] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_IQGAP1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0291] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 228, 255) !important;">0.0190</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0058,0.0321] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_IQUB.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0067</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0146] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_IRF1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0060</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0145] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0066</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0144] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_IRF4.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_IRF8.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ITGA2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0116</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0012,0.0219] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ITGA8.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0071</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0152] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ITGB3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0291] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0196</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0063,0.033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ITGB4.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0175</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0029,0.0321] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0223</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0082,0.0365] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ITPKB.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0009</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0037] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ITPR1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0073</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0155] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ITPR3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0130</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0022,0.0237] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 170, 143, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 170, 143, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 170, 143, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 170, 143, 255) !important;">0.1485</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 170, 143, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0792,0.2179] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_JAG1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0071</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0151] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_JAK1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 232, 255) !important;">0.0123</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0229] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_JAK3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0072</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0154] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_JAKMIP2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_JUNB.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_JUP.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0036</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0093] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KANK2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0155</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0035,0.0274] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KCMF1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0035] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KCNA3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KCNAB3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0116</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0012,0.0219] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KCNJ6.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KCNK10.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0062</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KCNT2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0166</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0024,0.0308] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0194</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0061,0.0327] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KDM2B.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KDR.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0291] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0064,0.0331] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KIAA1614.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0035] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0009</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0037] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KIF1C.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KIF21B.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0043</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0105] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KIFC3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KIR3DL1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0040</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0108] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0058</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0126] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 203, 182, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 203, 182, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 203, 182, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 203, 182, 255) !important;">0.0959</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 203, 182, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0569,0.1349] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(209, 43, 35, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(209, 43, 35, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(209, 43, 35, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(209, 43, 35, 255) !important;">0.3564</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(209, 43, 35, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.263,0.4498] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KIT.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KITLG.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0038</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KLB.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0119</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0014,0.0224] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KLC3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0060</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0145] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 235, 255) !important;">0.0076</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0159] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KLF2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0021</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0065] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KLF4.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KLHL14.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KLHL21.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KLHL26.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0082] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KLHL6.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 220, 255) !important;">0.0324</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0126,0.0521] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 217, 255) !important;">0.0374</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0191,0.0557] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0320</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0087,0.0553] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KMT2C.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0175</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0029,0.0321] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0233</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.009,0.0376] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 158, 128, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 158, 128, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 158, 128, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 158, 128, 255) !important;">0.1683</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 158, 128, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0953,0.2413] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KMT2D.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 220, 206, 255) !important;">0.0562</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0311,0.0813] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 215, 199, 255) !important;">0.0675</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0438,0.0911] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 159, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 159, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 159, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 183, 159, 255) !important;">0.1279</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 159, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0836,0.1721] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 164, 136, 255) !important;">0.1584</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0872,0.2296] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KRAS.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 234, 224, 255) !important;">0.0257</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.008,0.0433] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0185</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0055,0.0315] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 223, 255) !important;">0.0274</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0058,0.049] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_KRT6A.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LAMA5.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 217, 255) !important;">0.0379</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0166,0.0591] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 225, 212, 255) !important;">0.0456</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0255,0.0656] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0320</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0087,0.0553] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 200, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 200, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 200, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 216, 200, 255) !important;">0.0667</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 200, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0151,0.1182] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 195, 173, 255) !important;">0.1089</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0482,0.1697] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LAPTM5.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0061</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0148] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0027</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0077] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LCOR.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LEPR.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0110</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0227] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0139</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0027,0.0252] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LEPREL1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 231, 255) !important;">0.0141</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0027,0.0254] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LIFR.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0308</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0116,0.0501] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 221, 255) !important;">0.0305</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0139,0.0472] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 229, 218, 255) !important;">0.0365</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0117,0.0614] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LILRA2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0084] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LIN54.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LIN7C.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0018</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0059] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LPHN2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 227, 255) !important;">0.0211</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0051,0.0371] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 224, 255) !important;">0.0268</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0113,0.0422] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 195, 173, 255) !important;">0.1089</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0482,0.1697] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LPP.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LRIG3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0291] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0194</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0062,0.0327] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LRP1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 220, 255) !important;">0.0324</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0126,0.0521] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 226, 214, 255) !important;">0.0429</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0237,0.062] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0320</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0087,0.0553] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(249, 126, 95, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(249, 126, 95, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(249, 126, 95, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(249, 126, 95, 255) !important;">0.2178</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(249, 126, 95, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1373,0.2983] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LRP10.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LRP12.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0038</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LRP1B.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 220, 206, 255) !important;">0.0568</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.031,0.0826] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0692</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0449,0.0935] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 217, 201, 255) !important;">0.0639</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0315,0.0963] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 225, 213, 255) !important;">0.0444</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0019,0.087] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 158, 128, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 158, 128, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 158, 128, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 158, 128, 255) !important;">0.1683</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 158, 128, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0953,0.2413] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LRP3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0037</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0096] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LRRN3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LTB.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0036</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0102] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0047</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0112] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0320</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0087,0.0553] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LYN.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_LYST.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0292] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0065,0.0332] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MAGEC1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0292</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0107,0.0477] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 226, 214, 255) !important;">0.0432</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 226, 214, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0251,0.0614] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 211, 193, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 211, 193, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 211, 193, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 211, 193, 255) !important;">0.0776</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 211, 193, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0422,0.1131] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(165, 13, 22, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(165, 13, 22, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(165, 13, 22, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(165, 13, 22, 255) !important;">0.4257</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(165, 13, 22, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.3293,0.5222] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MAGEC3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0084] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MAGT1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MAP2K1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MAP2K3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0069</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0149] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MAP3K6.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0164</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0042,0.0286] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MAP4K4.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 232, 255) !important;">0.0123</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0229] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MAP7D1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MARK1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MBL2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0021</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0065] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MCL1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0041</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0103] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MCM8.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0084] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MECOM.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0158</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0038,0.0278] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MED12L.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MED13L.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MEF2B.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0038</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MEF2C.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0018</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0059] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MET.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0042</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0104] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MGA.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 227, 255) !important;">0.0208</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0049,0.0366] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 224, 255) !important;">0.0268</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0114,0.0422] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0320</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0087,0.0553] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 183, 158, 255) !important;">0.1287</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0634,0.194] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MGEA5.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0116</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0012,0.0219] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MIB1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0084] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MKI67.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0289</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0102,0.0476] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 229, 217, 255) !important;">0.0372</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0192,0.0553] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 223, 255) !important;">0.0274</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0058,0.049] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 164, 136, 255) !important;">0.1584</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0872,0.2296] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MLH1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0087] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MME.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MMEL1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0084] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MN1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0125</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0018,0.0231] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MORC2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0069</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0149] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MPDZ.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 234, 225, 255) !important;">0.0252</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0077,0.0426] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0309</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0142,0.0476] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MPEG1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0110</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [9e-04,0.0211] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MPL.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MS4A1.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MSH2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MSH6.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 234, 225, 255) !important;">0.0252</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0077,0.0426] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 223, 255) !important;">0.0277</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0118,0.0435] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MSN.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MTMR3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MTMR8.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MTOR.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 227, 255) !important;">0.0208</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0049,0.0366] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 224, 255) !important;">0.0266</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0112,0.042] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0320</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0087,0.0553] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 189, 166, 255) !important;">0.1188</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0557,0.1819] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MYB.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0042</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0104] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MYBPC2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0034</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0045</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0108] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MYC.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(103, 0, 13, 255) !important;">0.6390</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.5856,0.6924] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(103, 0, 13, 255) !important;">0.6216</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.5748,0.6683] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(103, 0, 13, 255) !important;">0.6621</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.5995,0.7247] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(103, 0, 13, 255) !important;">0.5778</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.4757,0.6798] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(103, 0, 13, 255) !important;">0.5644</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.4677,0.6611] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MYCBP2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 235, 255) !important;">0.0076</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0158] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 158, 128, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 158, 128, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 158, 128, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 158, 128, 255) !important;">0.1683</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 158, 128, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0953,0.2413] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MYD88.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_MYH10.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0034</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0044</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0107] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NCOR1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0120</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0241] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0157</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0038,0.0275] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 225, 213, 255) !important;">0.0444</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0019,0.087] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 195, 173, 255) !important;">0.1089</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0482,0.1697] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NCOR2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0062</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.015] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 235, 255) !important;">0.0084</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0171] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 225, 213, 255) !important;">0.0444</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0019,0.087] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 177, 150, 255) !important;">0.1386</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0712,0.206] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NEB.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 225, 212, 255) !important;">0.0464</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.023,0.0698] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 218, 202, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 218, 202, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 218, 202, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 218, 202, 255) !important;">0.0622</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 218, 202, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0396,0.0849] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 227, 215, 255) !important;">0.0411</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 227, 215, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0148,0.0674] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 200, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 200, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 200, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 216, 200, 255) !important;">0.0667</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 200, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0151,0.1182] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(241, 79, 56, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(241, 79, 56, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(241, 79, 56, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(241, 79, 56, 255) !important;">0.2871</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(241, 79, 56, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1989,0.3754] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NELL2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 231, 255) !important;">0.0141</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0027,0.0254] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NF1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0061</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0148] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 235, 255) !important;">0.0080</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0165] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NFIB.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0042</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0104] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NFKB2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NFKBIA.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0037</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0096] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NFKBIZ.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0071</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0151] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NFX1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NGFR.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 231, 255) !important;">0.0141</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0027,0.0254] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NIPBL.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0173</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0028,0.0317] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0226</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0085,0.0368] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 225, 213, 255) !important;">0.0444</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0019,0.087] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 177, 150, 255) !important;">0.1386</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0712,0.206] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NLGN2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0084] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NLRP5.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0035</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.01] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0045</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0109] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NLRP7.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0193</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0039,0.0346] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 227, 255) !important;">0.0221</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0079,0.0363] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NLRP8.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0175</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0029,0.0321] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0223</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0082,0.0365] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NOA1.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NOL9.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0155</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0035,0.0274] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NOTCH1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0292] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0201</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0067,0.0335] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 189, 166, 255) !important;">0.1188</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0557,0.1819] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NOTCH2.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NOTCH3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 223, 255) !important;">0.0284</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0099,0.0469] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 219, 255) !important;">0.0348</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0172,0.0525] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0320</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0087,0.0553] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NPHP1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NPY2R.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0038</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NR2F2.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NRXN2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NSD1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 227, 255) !important;">0.0211</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0051,0.0371] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 224, 255) !important;">0.0263</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0109,0.0417] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_NUP153.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0009</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0037] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_OFD1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0036</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0093] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ONECUT1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_OR6K3.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_OR8H2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_OSBPL10.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0035</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0101] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0045</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.011] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 223, 255) !important;">0.0274</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0058,0.049] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_P2RX5.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0155</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0035,0.0274] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_P2RY2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_P2RY8.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 215, 199, 255) !important;">0.0686</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 215, 199, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.0965] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0041</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0101] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 192, 169, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 192, 169, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 192, 169, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 192, 169, 255) !important;">0.1142</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 192, 169, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.072,0.1563] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PABPC1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0034</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0042</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0105] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PABPC4L.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0116</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0012,0.0219] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PADI1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0071</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0152] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PAPOLG.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PAPPA2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0292] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0065,0.0332] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PASD1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0035] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0009</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0037] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PASK.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0292] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0175</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0048,0.0302] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PAX5.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0291] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0182</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0053,0.0311] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PBX1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PC.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0042</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0105] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PCBP1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 165, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 165, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 165, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 189, 165, 255) !important;">0.1192</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 165, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0831,0.1553] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 165, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 165, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 165, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 189, 165, 255) !important;">0.1191</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 165, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0878,0.1505] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 192, 169, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 192, 169, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 192, 169, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 192, 169, 255) !important;">0.1142</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 192, 169, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.072,0.1563] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 180, 154, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 180, 154, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 180, 154, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 180, 154, 255) !important;">0.1333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 180, 154, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0631,0.2036] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 189, 166, 255) !important;">0.1188</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0557,0.1819] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PCCB.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0035] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0009</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0037] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PCDH7.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0035</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.01] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0045</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0109] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PCDHA11.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0038</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PCDHB1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0062</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PCDHB11.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0038</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PCDHB15.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0110</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [9e-04,0.0211] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PCDHB3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0084] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PCDHB5.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0062</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PCDHB6.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0061</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0148] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 235, 255) !important;">0.0078</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0163] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PCDHGA2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0009</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0037] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PCLO.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 205, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 205, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 205, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 205, 186, 255) !important;">0.0903</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 205, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0584,0.1222] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 191, 168, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 191, 168, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 191, 168, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 191, 168, 255) !important;">0.1152</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 191, 168, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0852,0.1453] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 198, 176, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 198, 176, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 198, 176, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 198, 176, 255) !important;">0.1050</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 198, 176, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0644,0.1456] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 200, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 200, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 200, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 216, 200, 255) !important;">0.0667</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 200, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0151,0.1182] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(230, 61, 45, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(230, 61, 45, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(230, 61, 45, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(230, 61, 45, 255) !important;">0.3168</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(230, 61, 45, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.2261,0.4076] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PDCD11.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0193</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.004,0.0346] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0233</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0087,0.0378] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 223, 255) !important;">0.0274</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0058,0.049] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PDE1C.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0043</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0105] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PDE4DIP.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 231, 221, 255) !important;">0.0309</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 231, 221, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0116,0.0502] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 229, 217, 255) !important;">0.0371</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 217, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0189,0.0554] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 223, 255) !important;">0.0274</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0058,0.049] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 225, 213, 255) !important;">0.0444</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0019,0.087] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PDGFC.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0084] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PDGFRA.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0060</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0145] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 235, 255) !important;">0.0076</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0159] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PDGFRB.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0042</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0104] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PDIA2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0042</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0104] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PDS5B.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0193</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0039,0.0346] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 234, 225, 255) !important;">0.0239</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 234, 225, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0092,0.0387] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_PDZRN3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0034</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0045</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0109] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_SYK.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_SYNGAP1.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TAF1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0038</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TAF1L.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0175</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0029,0.0321] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 227, 255) !important;">0.0221</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.008,0.0363] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TAF4B.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0041</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0103] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TAP1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TBC1D4.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0072</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0154] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TBC1D9B.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TBL1XR1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 222, 208, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 222, 208, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 222, 208, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 222, 208, 255) !important;">0.0521</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 222, 208, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0273,0.0768] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 205, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 205, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 205, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 220, 205, 255) !important;">0.0570</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 205, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0346,0.0794] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 225, 212, 255) !important;">0.0457</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.018,0.0733] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 211, 193, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 211, 193, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 211, 193, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 211, 193, 255) !important;">0.0778</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 211, 193, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0224,0.1331] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TBP.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0020</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0063] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TCF3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 198, 176, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 198, 176, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 198, 176, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 198, 176, 255) !important;">0.1046</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 198, 176, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0706,0.1386] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 199, 178, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 199, 178, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 199, 178, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 199, 178, 255) !important;">0.1032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 199, 178, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0738,0.1325] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 205, 185, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 205, 185, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 205, 185, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 205, 185, 255) !important;">0.0913</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 205, 185, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0532,0.1295] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 166, 138, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 166, 138, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 166, 138, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 166, 138, 255) !important;">0.1556</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 166, 138, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0807,0.2304] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TCL1A.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0038</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0105] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0049</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0115] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0281,0.0907] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TECRL.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TET2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0037</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0104] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0050</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0117] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0502</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0213,0.0792] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 189, 166, 255) !important;">0.1188</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0557,0.1819] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TFAP4.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 197, 176, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 197, 176, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 197, 176, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 197, 176, 255) !important;">0.1056</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 197, 176, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0713,0.1398] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 199, 177, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 199, 177, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 199, 177, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 199, 177, 255) !important;">0.1039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 199, 177, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0744,0.1334] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 192, 169, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 192, 169, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 192, 169, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 192, 169, 255) !important;">0.1142</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 192, 169, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.072,0.1563] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 187, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 187, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 187, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 187, 255) !important;">0.0889</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 187, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0301,0.1477] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 201, 181, 255) !important;">0.0990</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 201, 181, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0408,0.1573] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TGFBR2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_THBS4.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TIGD6.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0062</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TIPARP.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TLL2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0071</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0152] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TLN1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0035</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.01] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.011] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TLN2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0122</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0244] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0156</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0037,0.0275] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 220, 206, 255) !important;">0.0556</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0082,0.1029] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TLR2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0035] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0009</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0037] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TLR4.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0035] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0009</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0037] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TMC1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0291] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0163</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.004,0.0285] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TMEM161A.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0062</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TMEM30A.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0042</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0104] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TMEM63A.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0069</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0149] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TMSB4X.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0084] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TNF.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TNFAIP3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0110</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0227] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 232, 255) !important;">0.0124</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0231] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TNFRSF14.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0116</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0012,0.0219] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TNPO1.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TOP2A.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TOX.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 232, 255) !important;">0.0123</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0229] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TP53.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(162, 12, 22, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(162, 12, 22, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(162, 12, 22, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(162, 12, 22, 255) !important;">0.4286</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(162, 12, 22, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.3742,0.4829] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(161, 12, 22, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(161, 12, 22, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(161, 12, 22, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(161, 12, 22, 255) !important;">0.4303</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(161, 12, 22, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.3829,0.4776] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(200, 34, 31, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(200, 34, 31, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(200, 34, 31, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(200, 34, 31, 255) !important;">0.3744</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(200, 34, 31, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.3103,0.4385] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(103, 0, 13, 255) !important;">0.5667</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.4643,0.669] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(156, 11, 21, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(156, 11, 21, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(156, 11, 21, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(156, 11, 21, 255) !important;">0.4356</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(156, 11, 21, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.3389,0.5323] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TPP1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0069</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0149] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TPR.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0121</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0227] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TPRKB.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TPST2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TRAF3.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TRIM2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TRIM37.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TRIP11.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0120</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0241] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 231, 255) !important;">0.0145</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.026] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 225, 213, 255) !important;">0.0444</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0019,0.087] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TRRAP.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0227</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0061,0.0392] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0293</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0132,0.0454] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 177, 150, 255) !important;">0.1386</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0712,0.206] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TSC2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0116</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0236] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0151</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0034,0.0267] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TSC22D1.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TSHZ2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0035</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0101] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0042</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0104] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 223, 255) !important;">0.0274</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 223, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0058,0.049] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TTN.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 143, 112, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 143, 112, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 143, 112, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(252, 143, 112, 255) !important;">0.1907</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(252, 143, 112, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.147,0.2343] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(246, 108, 79, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(246, 108, 79, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(246, 108, 79, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(246, 108, 79, 255) !important;">0.2466</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(246, 108, 79, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.2067,0.2864] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 154, 124, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 154, 124, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 154, 124, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 154, 124, 255) !important;">0.1735</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 154, 124, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1234,0.2237] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(247, 109, 80, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(247, 109, 80, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(247, 109, 80, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(247, 109, 80, 255) !important;">0.2444</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(247, 109, 80, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1557,0.3332] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(255, 255, 255, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(103, 0, 13, 255) !important;">0.5248</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(255, 255, 255, 255) !important;background-color: rgba(103, 0, 13, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.4274,0.6221] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_TYRO3.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_UBE2A.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_UBE2J1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_UBR5.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0177</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0031,0.0323] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0232</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0088,0.0375] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 220, 206, 255) !important;">0.0556</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0082,0.1029] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 177, 150, 255) !important;">0.1386</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0712,0.206] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_UBXN11.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_UBXN2B.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_UHRF1BP1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0087] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 206, 186, 255) !important;">0.0891</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 206, 186, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0335,0.1447] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_UHRF1BP1L.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0039</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0099] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_UNC13B.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0292] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 227, 255) !important;">0.0211</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 227, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0075,0.0346] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(250, 132, 100, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(250, 132, 100, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(250, 132, 100, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(250, 132, 100, 255) !important;">0.2079</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(250, 132, 100, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.1288,0.2871] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_UNC5B.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0164</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0042,0.0286] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_UNC5C.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_UNC5D.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0043</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0105] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_UQCRC1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_USP7.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 216, 201, 255) !important;">0.0647</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0373,0.0921] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 202, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 202, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 202, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 217, 202, 255) !important;">0.0633</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 202, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0397,0.0869] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 217, 201, 255) !important;">0.0639</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 217, 201, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0315,0.0963] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 200, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 200, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 200, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 216, 200, 255) !important;">0.0667</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 216, 200, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0151,0.1182] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_VANGL1.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_VAX1.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_VPS13A.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0035</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.01] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0047</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0111] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 189, 166, 255) !important;">0.1188</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0557,0.1819] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_VWA7.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0071</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0151] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_WAC.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0127</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.002,0.0234] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 195, 173, 255) !important;">0.1089</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 195, 173, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0482,0.1697] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_WDFY3.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 229, 218, 255) !important;">0.0369</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.016,0.0579] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 224, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 224, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 224, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 224, 212, 255) !important;">0.0466</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 224, 212, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.0668] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0502</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0213,0.0792] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 164, 136, 255) !important;">0.1584</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 164, 136, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0872,0.2296] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_WDR65.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0119</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0014,0.0224] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_WDR66.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0035] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0009</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0037] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 220, 206, 255) !important;">0.0556</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 206, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0082,0.1029] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_WDR7.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0072</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0154] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_WDR90.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_WEE1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0035</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.01] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0045</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0109] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_WHAMM.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_WIF1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0037</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0096] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_WNK1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 224, 211, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 224, 211, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 224, 211, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 224, 211, 255) !important;">0.0485</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 224, 211, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0246,0.0725] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 205, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 205, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 205, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 220, 205, 255) !important;">0.0574</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 220, 205, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.035,0.0797] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0281,0.0907] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 220, 255) !important;">0.0333</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 220, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0704] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 189, 166, 255) !important;">0.1188</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0557,0.1819] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_WNK2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0043</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0106] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 189, 166, 255) !important;">0.1188</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 189, 166, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0557,0.1819] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_WNK4.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0071</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0152] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0495</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0072,0.0918] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_WT1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0036</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0093] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_XDH.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0035</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.01] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.011] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_XIRP2.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 229, 218, 255) !important;">0.0369</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 229, 218, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.016,0.0579] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 224, 211, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 224, 211, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 224, 211, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 224, 211, 255) !important;">0.0470</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 224, 211, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0268,0.0671] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 223, 210, 255) !important;">0.0502</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 223, 210, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0213,0.0792] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 158, 128, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 158, 128, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 158, 128, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 158, 128, 255) !important;">0.1683</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 158, 128, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0953,0.2413] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_XPO1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0069</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0149] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_YY1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0071</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0151] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_YY1AP1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0096</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0205] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0119</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0014,0.0224] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZAN.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 233, 224, 255) !important;">0.0267</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 233, 224, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0087,0.0446] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 230, 219, 255) !important;">0.0338</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 230, 219, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0165,0.0511] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0228</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.003,0.0426] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 225, 213, 255) !important;">0.0444</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 225, 213, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0019,0.087] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 183, 158, 255) !important;">0.1287</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 183, 158, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0634,0.194] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZBTB7A.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 231, 255) !important;">0.0154</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 231, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0017,0.0291] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 228, 255) !important;">0.0190</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0058,0.0321] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZC3H12A.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZCCHC7.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.009] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0037</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0096] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0091</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0217] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZEB2.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZFAT.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0060</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0145] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 235, 255) !important;">0.0078</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0162] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZFP36L1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 238, 255) !important;">0.0034</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0098] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0043</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0106] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 237, 229, 255) !important;">0.0183</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 237, 229, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [5e-04,0.036] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZFX.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0041</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0103] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZIC4.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0026</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0075] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0010</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0071] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZMYM4.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZNF217.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0041</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0103] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZNF229.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0084] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZNF292.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0060</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0145] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 235, 255) !important;">0.0081</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0166] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 177, 150, 255) !important;">0.1386</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 177, 150, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0712,0.206] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZNF354A.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZNF366.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0060</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0145] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 235, 255) !important;">0.0078</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 235, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0162] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 235, 226, 255) !important;">0.0222</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 235, 226, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0527] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZNF385B.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZNF423.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0086] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZNF439.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZNF474.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0030</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0082] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 241, 234, 255) !important;">0.0099</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 241, 234, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0292] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZNF521.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0006</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0008</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0036] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZNF608.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0128</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [3e-04,0.0254] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 238, 230, 255) !important;">0.0164</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 238, 230, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0042,0.0286] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(253, 210, 192, 255) !important;">0.0792</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(253, 210, 192, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0265,0.1319] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZNF700.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0034] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 219, 204, 255) !important;">0.0594</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 219, 204, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0133,0.1055] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZNF790.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZNF814.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0055</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0138] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 242, 236, 255) !important;">0.0072</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 242, 236, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0154] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 240, 233, 255) !important;">0.0111</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 240, 233, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0328] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(254, 214, 198, 255) !important;">0.0693</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(254, 214, 198, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0198,0.1188] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZNF85.md
| ... | ... | @@ -1,36 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0007</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 240, 255) !important;">0.0005</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 240, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0033] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 232, 222, 255) !important;">0.0297</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 232, 222, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0628] </td> |
|
| 34 | - </tr> |
|
| 35 | -</tbody> |
|
| 36 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZNF91.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0032</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0095] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0041</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0102] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 239, 232, 255) !important;">0.0137</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 239, 232, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0291] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 236, 228, 255) !important;">0.0198</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 236, 228, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.047] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |
BL_ZP1.md
| ... | ... | @@ -1,42 +0,0 @@ |
| 1 | -<table class="table" style="margin-left: 0; margin-right: auto;"> |
|
| 2 | - <thead> |
|
| 3 | - <tr> |
|
| 4 | - <th style="text-align:left;"> pathology </th> |
|
| 5 | - <th style="text-align:left;"> Samples </th> |
|
| 6 | - <th style="text-align:right;"> Incidence </th> |
|
| 7 | - <th style="text-align:left;"> CI </th> |
|
| 8 | - </tr> |
|
| 9 | - </thead> |
|
| 10 | -<tbody> |
|
| 11 | - <tr> |
|
| 12 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 13 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL without Panea </td> |
|
| 14 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 239, 255) !important;">0.0024</span> </td> |
|
| 15 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0079] </td> |
|
| 16 | - </tr> |
|
| 17 | - <tr> |
|
| 18 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 19 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> GAMBL with Panea </td> |
|
| 20 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 244, 238, 255) !important;">0.0031</span> </td> |
|
| 21 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 244, 238, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0085] </td> |
|
| 22 | - </tr> |
|
| 23 | - <tr> |
|
| 24 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 25 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BLGSP </td> |
|
| 26 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 243, 237, 255) !important;">0.0046</span> </td> |
|
| 27 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 243, 237, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.0135] </td> |
|
| 28 | - </tr> |
|
| 29 | - <tr> |
|
| 30 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 31 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Zhou/ICGC </td> |
|
| 32 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 245, 239, 255) !important;">0.0011</span> </td> |
|
| 33 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 245, 239, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0,0.008] </td> |
|
| 34 | - </tr> |
|
| 35 | - <tr> |
|
| 36 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> BL </td> |
|
| 37 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> Panea </td> |
|
| 38 | - <td style="text-align:right;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> <span style=" color: rgba(0, 0, 0, 255) !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: rgba(255, 228, 216, 255) !important;">0.0396</span> </td> |
|
| 39 | - <td style="text-align:left;color: rgba(0, 0, 0, 255) !important;background-color: rgba(255, 228, 216, 255) !important;border-left:1px solid #DDDDDD;white-space: nowrap;"> [0.0016,0.0776] </td> |
|
| 40 | - </tr> |
|
| 41 | -</tbody> |
|
| 42 | -</table> |
|
| ... | ... | \ No newline at end of file |