-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathGC_kidsfirst_Pgm_Report.html
More file actions
76 lines (76 loc) · 2.91 KB
/
Copy pathGC_kidsfirst_Pgm_Report.html
File metadata and controls
76 lines (76 loc) · 2.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Kids First Program — GC QA Report</title>
<style>
body { font-family: Arial, sans-serif; margin: 24px; }
h1 { font-size: 1.25rem; }
table { border-collapse: collapse; width: 100%; max-width: 1400px; }
th, td { border: 1px solid #ccc; padding: 8px 10px; text-align: left; vertical-align: top; }
th { background: #333; color: #fff; text-align: center; }
td.count { text-align: center; font-weight: 600; }
td.pass { background: #d4edda; }
td.fail { background: #f8d7da; }
.meta { color: #444; margin-bottom: 16px; }
</style>
</head>
<body>
<h1>Gabriella Miller / Kids First — count check report</h1>
<div class="meta"><strong>URL:</strong> https://general-stage.datacommons.cancer.gov/#/data</div>
<table>
<thead>
<tr>
<th>PHS accession</th>
<th>Study name</th>
<th>Participants counts</th>
<th>Samples count</th>
<th>Files count</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>phs001228</td>
<td>Gabriella Miller Kids First (GMKF) Pediatric Research Program in Susceptibility to Ewing Sarcoma Based on Germline Risk and Familial History of Cancer</td>
<td class="count pass">1287</td>
<td class="count pass">1460</td>
<td class="count pass">49518</td>
<td class="count pass"><strong>PASS</strong></td>
</tr>
<tr>
<td>phs001846</td>
<td>Gabriella Miller Kids First Pediatric Research Program in Genetics at the Intersection of Childhood Cancer and Birth Defects</td>
<td class="count pass">1776</td>
<td class="count pass">1776</td>
<td class="count pass">26788</td>
<td class="count pass"><strong>PASS</strong></td>
</tr>
<tr>
<td>phs002187</td>
<td>Gabriella Miller Kids First Pediatric Research Program in Germline and Somatic Variants in Myeloid Malignancies in Children</td>
<td class="count pass">60</td>
<td class="count pass">119</td>
<td class="count pass">3342</td>
<td class="count pass"><strong>PASS</strong></td>
</tr>
<tr>
<td>phs001714</td>
<td>Gabriella Miller Kids First Pediatric Research Program: An Integrated Clinical and Genomic Analysis of Treatment Failure in Pediatric Osteosarcoma</td>
<td class="count pass">84</td>
<td class="count pass">311</td>
<td class="count pass">12727</td>
<td class="count pass"><strong>PASS</strong></td>
</tr>
<tr>
<td>phs001738</td>
<td>Kids First Pediatric Research Study in Familial Predisposition to Hematopoietic Malignancies</td>
<td class="count pass">185</td>
<td class="count pass">192</td>
<td class="count pass">4728</td>
<td class="count pass"><strong>PASS</strong></td>
</tr>
</tbody>
</table>
</body>
</html>