-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathraw_counts.html
56 lines (56 loc) · 995 Bytes
/
raw_counts.html
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
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th></th>
<th>aggregation_name</th>
<th>value</th>
</tr>
</thead>
<tbody>
<tr>
<th>0</th>
<td>harmonized_features</td>
<td>8872</td>
</tr>
<tr>
<th>1</th>
<td>unharmonized_features</td>
<td>96</td>
</tr>
<tr>
<th>2</th>
<td>harmonized_phenotype</td>
<td>712</td>
</tr>
<tr>
<th>3</th>
<td>unharmonized_phenotype</td>
<td>2</td>
</tr>
<tr>
<th>4</th>
<td>harmonized_environment</td>
<td>2143</td>
</tr>
<tr>
<th>5</th>
<td>unharmonized_environment</td>
<td>351</td>
</tr>
<tr>
<th>6</th>
<td>publications</td>
<td>7337</td>
</tr>
<tr>
<th>7</th>
<td>trials</td>
<td>22166</td>
</tr>
<tr>
<th>8</th>
<td>sources</td>
<td>10</td>
</tr>
</tbody>
</table>