-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata_summary_table_shorter.html
More file actions
716 lines (660 loc) · 30.4 KB
/
data_summary_table_shorter.html
File metadata and controls
716 lines (660 loc) · 30.4 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<style>body{background-color:white;}</style>
</head>
<body>
<div id="pprclqnzqj" style="padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;overflow-x:auto;overflow-y:auto;width:auto;height:auto;">
<style>#pprclqnzqj table {
font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#pprclqnzqj thead, #pprclqnzqj tbody, #pprclqnzqj tfoot, #pprclqnzqj tr, #pprclqnzqj td, #pprclqnzqj th {
border-style: none;
}
#pprclqnzqj p {
margin: 0;
padding: 0;
}
#pprclqnzqj .gt_table {
display: table;
border-collapse: collapse;
line-height: normal;
margin-left: auto;
margin-right: auto;
color: #333333;
font-size: 16px;
font-weight: normal;
font-style: normal;
background-color: #FFFFFF;
width: auto;
border-top-style: solid;
border-top-width: 2px;
border-top-color: #A8A8A8;
border-right-style: none;
border-right-width: 2px;
border-right-color: #D3D3D3;
border-bottom-style: solid;
border-bottom-width: 2px;
border-bottom-color: #A8A8A8;
border-left-style: none;
border-left-width: 2px;
border-left-color: #D3D3D3;
}
#pprclqnzqj .gt_caption {
padding-top: 4px;
padding-bottom: 4px;
}
#pprclqnzqj .gt_title {
color: #333333;
font-size: 125%;
font-weight: initial;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 5px;
padding-right: 5px;
border-bottom-color: #FFFFFF;
border-bottom-width: 0;
}
#pprclqnzqj .gt_subtitle {
color: #333333;
font-size: 85%;
font-weight: initial;
padding-top: 3px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
border-top-color: #FFFFFF;
border-top-width: 0;
}
#pprclqnzqj .gt_heading {
background-color: #FFFFFF;
text-align: center;
border-bottom-color: #FFFFFF;
border-left-style: none;
border-left-width: 1px;
border-left-color: #D3D3D3;
border-right-style: none;
border-right-width: 1px;
border-right-color: #D3D3D3;
}
#pprclqnzqj .gt_bottom_border {
border-bottom-style: solid;
border-bottom-width: 2px;
border-bottom-color: #D3D3D3;
}
#pprclqnzqj .gt_col_headings {
border-top-style: solid;
border-top-width: 2px;
border-top-color: #D3D3D3;
border-bottom-style: solid;
border-bottom-width: 2px;
border-bottom-color: #D3D3D3;
border-left-style: none;
border-left-width: 1px;
border-left-color: #D3D3D3;
border-right-style: none;
border-right-width: 1px;
border-right-color: #D3D3D3;
}
#pprclqnzqj .gt_col_heading {
color: #333333;
background-color: #FFFFFF;
font-size: 100%;
font-weight: normal;
text-transform: inherit;
border-left-style: none;
border-left-width: 1px;
border-left-color: #D3D3D3;
border-right-style: none;
border-right-width: 1px;
border-right-color: #D3D3D3;
vertical-align: bottom;
padding-top: 5px;
padding-bottom: 6px;
padding-left: 5px;
padding-right: 5px;
overflow-x: hidden;
}
#pprclqnzqj .gt_column_spanner_outer {
color: #333333;
background-color: #FFFFFF;
font-size: 100%;
font-weight: normal;
text-transform: inherit;
padding-top: 0;
padding-bottom: 0;
padding-left: 4px;
padding-right: 4px;
}
#pprclqnzqj .gt_column_spanner_outer:first-child {
padding-left: 0;
}
#pprclqnzqj .gt_column_spanner_outer:last-child {
padding-right: 0;
}
#pprclqnzqj .gt_column_spanner {
border-bottom-style: solid;
border-bottom-width: 2px;
border-bottom-color: #D3D3D3;
vertical-align: bottom;
padding-top: 5px;
padding-bottom: 5px;
overflow-x: hidden;
display: inline-block;
width: 100%;
}
#pprclqnzqj .gt_spanner_row {
border-bottom-style: hidden;
}
#pprclqnzqj .gt_group_heading {
padding-top: 8px;
padding-bottom: 8px;
padding-left: 5px;
padding-right: 5px;
color: #333333;
background-color: #FFFFFF;
font-size: 100%;
font-weight: initial;
text-transform: inherit;
border-top-style: solid;
border-top-width: 2px;
border-top-color: #D3D3D3;
border-bottom-style: solid;
border-bottom-width: 2px;
border-bottom-color: #D3D3D3;
border-left-style: none;
border-left-width: 1px;
border-left-color: #D3D3D3;
border-right-style: none;
border-right-width: 1px;
border-right-color: #D3D3D3;
vertical-align: middle;
text-align: left;
}
#pprclqnzqj .gt_empty_group_heading {
padding: 0.5px;
color: #333333;
background-color: #FFFFFF;
font-size: 100%;
font-weight: initial;
border-top-style: solid;
border-top-width: 2px;
border-top-color: #D3D3D3;
border-bottom-style: solid;
border-bottom-width: 2px;
border-bottom-color: #D3D3D3;
vertical-align: middle;
}
#pprclqnzqj .gt_from_md > :first-child {
margin-top: 0;
}
#pprclqnzqj .gt_from_md > :last-child {
margin-bottom: 0;
}
#pprclqnzqj .gt_row {
padding-top: 8px;
padding-bottom: 8px;
padding-left: 5px;
padding-right: 5px;
margin: 10px;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #D3D3D3;
border-left-style: none;
border-left-width: 1px;
border-left-color: #D3D3D3;
border-right-style: none;
border-right-width: 1px;
border-right-color: #D3D3D3;
vertical-align: middle;
overflow-x: hidden;
}
#pprclqnzqj .gt_stub {
color: #333333;
background-color: #FFFFFF;
font-size: 100%;
font-weight: initial;
text-transform: inherit;
border-right-style: solid;
border-right-width: 2px;
border-right-color: #D3D3D3;
padding-left: 5px;
padding-right: 5px;
}
#pprclqnzqj .gt_stub_row_group {
color: #333333;
background-color: #FFFFFF;
font-size: 100%;
font-weight: initial;
text-transform: inherit;
border-right-style: solid;
border-right-width: 2px;
border-right-color: #D3D3D3;
padding-left: 5px;
padding-right: 5px;
vertical-align: top;
}
#pprclqnzqj .gt_row_group_first td {
border-top-width: 2px;
}
#pprclqnzqj .gt_row_group_first th {
border-top-width: 2px;
}
#pprclqnzqj .gt_summary_row {
color: #333333;
background-color: #FFFFFF;
text-transform: inherit;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 5px;
padding-right: 5px;
}
#pprclqnzqj .gt_first_summary_row {
border-top-style: solid;
border-top-color: #D3D3D3;
}
#pprclqnzqj .gt_first_summary_row.thick {
border-top-width: 2px;
}
#pprclqnzqj .gt_last_summary_row {
padding-top: 8px;
padding-bottom: 8px;
padding-left: 5px;
padding-right: 5px;
border-bottom-style: solid;
border-bottom-width: 2px;
border-bottom-color: #D3D3D3;
}
#pprclqnzqj .gt_grand_summary_row {
color: #333333;
background-color: #FFFFFF;
text-transform: inherit;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 5px;
padding-right: 5px;
}
#pprclqnzqj .gt_first_grand_summary_row {
padding-top: 8px;
padding-bottom: 8px;
padding-left: 5px;
padding-right: 5px;
border-top-style: double;
border-top-width: 6px;
border-top-color: #D3D3D3;
}
#pprclqnzqj .gt_last_grand_summary_row_top {
padding-top: 8px;
padding-bottom: 8px;
padding-left: 5px;
padding-right: 5px;
border-bottom-style: double;
border-bottom-width: 6px;
border-bottom-color: #D3D3D3;
}
#pprclqnzqj .gt_striped {
background-color: rgba(128, 128, 128, 0.05);
}
#pprclqnzqj .gt_table_body {
border-top-style: solid;
border-top-width: 2px;
border-top-color: #D3D3D3;
border-bottom-style: solid;
border-bottom-width: 2px;
border-bottom-color: #D3D3D3;
}
#pprclqnzqj .gt_footnotes {
color: #333333;
background-color: #FFFFFF;
border-bottom-style: none;
border-bottom-width: 2px;
border-bottom-color: #D3D3D3;
border-left-style: none;
border-left-width: 2px;
border-left-color: #D3D3D3;
border-right-style: none;
border-right-width: 2px;
border-right-color: #D3D3D3;
}
#pprclqnzqj .gt_footnote {
margin: 0px;
font-size: 90%;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 5px;
padding-right: 5px;
}
#pprclqnzqj .gt_sourcenotes {
color: #333333;
background-color: #FFFFFF;
border-bottom-style: none;
border-bottom-width: 2px;
border-bottom-color: #D3D3D3;
border-left-style: none;
border-left-width: 2px;
border-left-color: #D3D3D3;
border-right-style: none;
border-right-width: 2px;
border-right-color: #D3D3D3;
}
#pprclqnzqj .gt_sourcenote {
font-size: 90%;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 5px;
padding-right: 5px;
}
#pprclqnzqj .gt_left {
text-align: left;
}
#pprclqnzqj .gt_center {
text-align: center;
}
#pprclqnzqj .gt_right {
text-align: right;
font-variant-numeric: tabular-nums;
}
#pprclqnzqj .gt_font_normal {
font-weight: normal;
}
#pprclqnzqj .gt_font_bold {
font-weight: bold;
}
#pprclqnzqj .gt_font_italic {
font-style: italic;
}
#pprclqnzqj .gt_super {
font-size: 65%;
}
#pprclqnzqj .gt_footnote_marks {
font-size: 75%;
vertical-align: 0.4em;
position: initial;
}
#pprclqnzqj .gt_asterisk {
font-size: 100%;
vertical-align: 0;
}
#pprclqnzqj .gt_indent_1 {
text-indent: 5px;
}
#pprclqnzqj .gt_indent_2 {
text-indent: 10px;
}
#pprclqnzqj .gt_indent_3 {
text-indent: 15px;
}
#pprclqnzqj .gt_indent_4 {
text-indent: 20px;
}
#pprclqnzqj .gt_indent_5 {
text-indent: 25px;
}
#pprclqnzqj .katex-display {
display: inline-flex !important;
margin-bottom: 0.75em !important;
}
#pprclqnzqj div.Reactable > div.rt-table > div.rt-thead > div.rt-tr.rt-tr-group-header > div.rt-th-group:after {
height: 0px !important;
}
</style>
<table class="gt_table" data-quarto-disable-processing="false" data-quarto-bootstrap="false">
<thead>
<tr class="gt_col_headings">
<th class="gt_col_heading gt_columns_bottom_border gt_left" rowspan="1" colspan="1" scope="col" id="a::stub"></th>
<th class="gt_col_heading gt_columns_bottom_border gt_right" rowspan="1" colspan="1" scope="col" id="data_points_raw">Data points</th>
<th class="gt_col_heading gt_columns_bottom_border gt_right" rowspan="1" colspan="1" scope="col" id="accessions_raw">Accessions</th>
<th class="gt_col_heading gt_columns_bottom_border gt_right" rowspan="1" colspan="1" scope="col" id="data_points_kept">Data points kept</th>
<th class="gt_col_heading gt_columns_bottom_border gt_right" rowspan="1" colspan="1" scope="col" id="accessions_kept">Accessions kept</th>
<th class="gt_col_heading gt_columns_bottom_border gt_right" rowspan="1" colspan="1" scope="col" id="heritability">Heritability</th>
</tr>
</thead>
<tbody class="gt_table_body">
<tr class="gt_group_heading_row">
<th colspan="6" class="gt_group_heading" scope="colgroup" id="Agroscope spelt">Agroscope spelt</th>
</tr>
<tr class="gt_row_group_first"><th id="stub_1_1" scope="row" class="gt_row gt_left gt_stub">days to heading</th>
<td headers="Agroscope spelt stub_1_1 data_points_raw" class="gt_row gt_right">3,946</td>
<td headers="Agroscope spelt stub_1_1 accessions_raw" class="gt_row gt_right">226</td>
<td headers="Agroscope spelt stub_1_1 data_points_kept" class="gt_row gt_right">62.5%</td>
<td headers="Agroscope spelt stub_1_1 accessions_kept" class="gt_row gt_right">94.7%</td>
<td headers="Agroscope spelt stub_1_1 heritability" class="gt_row gt_right">98.9%</td></tr>
<tr><th id="stub_1_2" scope="row" class="gt_row gt_left gt_stub">plant height</th>
<td headers="Agroscope spelt stub_1_2 data_points_raw" class="gt_row gt_right">1,797</td>
<td headers="Agroscope spelt stub_1_2 accessions_raw" class="gt_row gt_right">308</td>
<td headers="Agroscope spelt stub_1_2 data_points_kept" class="gt_row gt_right">86.3%</td>
<td headers="Agroscope spelt stub_1_2 accessions_kept" class="gt_row gt_right">55.2%</td>
<td headers="Agroscope spelt stub_1_2 heritability" class="gt_row gt_right">92.0%</td></tr>
<tr><th id="stub_1_3" scope="row" class="gt_row gt_left gt_stub">thousand kernel weight</th>
<td headers="Agroscope spelt stub_1_3 data_points_raw" class="gt_row gt_right">696</td>
<td headers="Agroscope spelt stub_1_3 accessions_raw" class="gt_row gt_right">149</td>
<td headers="Agroscope spelt stub_1_3 data_points_kept" class="gt_row gt_right">86.4%</td>
<td headers="Agroscope spelt stub_1_3 accessions_kept" class="gt_row gt_right">67.1%</td>
<td headers="Agroscope spelt stub_1_3 heritability" class="gt_row gt_right">66.6%</td></tr>
<tr class="gt_group_heading_row">
<th colspan="6" class="gt_group_heading" scope="colgroup" id="Agroscope wheat">Agroscope wheat</th>
</tr>
<tr class="gt_row_group_first"><th id="stub_1_4" scope="row" class="gt_row gt_left gt_stub">days to heading</th>
<td headers="Agroscope wheat stub_1_4 data_points_raw" class="gt_row gt_right">15,286</td>
<td headers="Agroscope wheat stub_1_4 accessions_raw" class="gt_row gt_right">810</td>
<td headers="Agroscope wheat stub_1_4 data_points_kept" class="gt_row gt_right">72.2%</td>
<td headers="Agroscope wheat stub_1_4 accessions_kept" class="gt_row gt_right">50.7%</td>
<td headers="Agroscope wheat stub_1_4 heritability" class="gt_row gt_right">97.5%</td></tr>
<tr><th id="stub_1_5" scope="row" class="gt_row gt_left gt_stub">plant height</th>
<td headers="Agroscope wheat stub_1_5 data_points_raw" class="gt_row gt_right">14,039</td>
<td headers="Agroscope wheat stub_1_5 accessions_raw" class="gt_row gt_right">810</td>
<td headers="Agroscope wheat stub_1_5 data_points_kept" class="gt_row gt_right">74.3%</td>
<td headers="Agroscope wheat stub_1_5 accessions_kept" class="gt_row gt_right">50.5%</td>
<td headers="Agroscope wheat stub_1_5 heritability" class="gt_row gt_right">99.5%</td></tr>
<tr><th id="stub_1_6" scope="row" class="gt_row gt_left gt_stub">thousand kernel weight</th>
<td headers="Agroscope wheat stub_1_6 data_points_raw" class="gt_row gt_right">8,791</td>
<td headers="Agroscope wheat stub_1_6 accessions_raw" class="gt_row gt_right">201</td>
<td headers="Agroscope wheat stub_1_6 data_points_kept" class="gt_row gt_right">82.8%</td>
<td headers="Agroscope wheat stub_1_6 accessions_kept" class="gt_row gt_right">88.6%</td>
<td headers="Agroscope wheat stub_1_6 heritability" class="gt_row gt_right">97.0%</td></tr>
<tr class="gt_group_heading_row">
<th colspan="6" class="gt_group_heading" scope="colgroup" id="CREA wheat">CREA wheat</th>
</tr>
<tr class="gt_row_group_first"><th id="stub_1_7" scope="row" class="gt_row gt_left gt_stub">days to heading</th>
<td headers="CREA wheat stub_1_7 data_points_raw" class="gt_row gt_right">5,937</td>
<td headers="CREA wheat stub_1_7 accessions_raw" class="gt_row gt_right">1,353</td>
<td headers="CREA wheat stub_1_7 data_points_kept" class="gt_row gt_right">80.6%</td>
<td headers="CREA wheat stub_1_7 accessions_kept" class="gt_row gt_right">77.6%</td>
<td headers="CREA wheat stub_1_7 heritability" class="gt_row gt_right">88.3%</td></tr>
<tr><th id="stub_1_8" scope="row" class="gt_row gt_left gt_stub">plant height</th>
<td headers="CREA wheat stub_1_8 data_points_raw" class="gt_row gt_right">5,927</td>
<td headers="CREA wheat stub_1_8 accessions_raw" class="gt_row gt_right">1,353</td>
<td headers="CREA wheat stub_1_8 data_points_kept" class="gt_row gt_right">91.3%</td>
<td headers="CREA wheat stub_1_8 accessions_kept" class="gt_row gt_right">80.4%</td>
<td headers="CREA wheat stub_1_8 heritability" class="gt_row gt_right">94.7%</td></tr>
<tr><th id="stub_1_9" scope="row" class="gt_row gt_left gt_stub">thousand kernel weight</th>
<td headers="CREA wheat stub_1_9 data_points_raw" class="gt_row gt_right">1,552</td>
<td headers="CREA wheat stub_1_9 accessions_raw" class="gt_row gt_right">363</td>
<td headers="CREA wheat stub_1_9 data_points_kept" class="gt_row gt_right">92.8%</td>
<td headers="CREA wheat stub_1_9 accessions_kept" class="gt_row gt_right">75.5%</td>
<td headers="CREA wheat stub_1_9 heritability" class="gt_row gt_right">87.2%</td></tr>
<tr class="gt_group_heading_row">
<th colspan="6" class="gt_group_heading" scope="colgroup" id="ICARDA wheat">ICARDA wheat</th>
</tr>
<tr class="gt_row_group_first"><th id="stub_1_10" scope="row" class="gt_row gt_left gt_stub">days to heading</th>
<td headers="ICARDA wheat stub_1_10 data_points_raw" class="gt_row gt_right">57,512</td>
<td headers="ICARDA wheat stub_1_10 accessions_raw" class="gt_row gt_right">22,606</td>
<td headers="ICARDA wheat stub_1_10 data_points_kept" class="gt_row gt_right">47.8%</td>
<td headers="ICARDA wheat stub_1_10 accessions_kept" class="gt_row gt_right">27.8%</td>
<td headers="ICARDA wheat stub_1_10 heritability" class="gt_row gt_right">65.7%</td></tr>
<tr><th id="stub_1_11" scope="row" class="gt_row gt_left gt_stub">plant height</th>
<td headers="ICARDA wheat stub_1_11 data_points_raw" class="gt_row gt_right">54,418</td>
<td headers="ICARDA wheat stub_1_11 accessions_raw" class="gt_row gt_right">22,267</td>
<td headers="ICARDA wheat stub_1_11 data_points_kept" class="gt_row gt_right">83.7%</td>
<td headers="ICARDA wheat stub_1_11 accessions_kept" class="gt_row gt_right">64.2%</td>
<td headers="ICARDA wheat stub_1_11 heritability" class="gt_row gt_right">67.6%</td></tr>
<tr><th id="stub_1_12" scope="row" class="gt_row gt_left gt_stub">thousand kernel weight</th>
<td headers="ICARDA wheat stub_1_12 data_points_raw" class="gt_row gt_right">33,366</td>
<td headers="ICARDA wheat stub_1_12 accessions_raw" class="gt_row gt_right">15,416</td>
<td headers="ICARDA wheat stub_1_12 data_points_kept" class="gt_row gt_right">63.9%</td>
<td headers="ICARDA wheat stub_1_12 accessions_kept" class="gt_row gt_right">35.4%</td>
<td headers="ICARDA wheat stub_1_12 heritability" class="gt_row gt_right">82.2%</td></tr>
<tr class="gt_group_heading_row">
<th colspan="6" class="gt_group_heading" scope="colgroup" id="IHAR spring wheat">IHAR spring wheat</th>
</tr>
<tr class="gt_row_group_first"><th id="stub_1_13" scope="row" class="gt_row gt_left gt_stub">plant height</th>
<td headers="IHAR spring wheat stub_1_13 data_points_raw" class="gt_row gt_right">5,376</td>
<td headers="IHAR spring wheat stub_1_13 accessions_raw" class="gt_row gt_right">2,340</td>
<td headers="IHAR spring wheat stub_1_13 data_points_kept" class="gt_row gt_right">73.7%</td>
<td headers="IHAR spring wheat stub_1_13 accessions_kept" class="gt_row gt_right">54.6%</td>
<td headers="IHAR spring wheat stub_1_13 heritability" class="gt_row gt_right">92.6%</td></tr>
<tr><th id="stub_1_14" scope="row" class="gt_row gt_left gt_stub">thousand kernel weight</th>
<td headers="IHAR spring wheat stub_1_14 data_points_raw" class="gt_row gt_right">5,376</td>
<td headers="IHAR spring wheat stub_1_14 accessions_raw" class="gt_row gt_right">2,340</td>
<td headers="IHAR spring wheat stub_1_14 data_points_kept" class="gt_row gt_right">76.5%</td>
<td headers="IHAR spring wheat stub_1_14 accessions_kept" class="gt_row gt_right">55.0%</td>
<td headers="IHAR spring wheat stub_1_14 heritability" class="gt_row gt_right">82.2%</td></tr>
<tr class="gt_group_heading_row">
<th colspan="6" class="gt_group_heading" scope="colgroup" id="IHAR winter wheat">IHAR winter wheat</th>
</tr>
<tr class="gt_row_group_first"><th id="stub_1_15" scope="row" class="gt_row gt_left gt_stub">plant height</th>
<td headers="IHAR winter wheat stub_1_15 data_points_raw" class="gt_row gt_right">10,673</td>
<td headers="IHAR winter wheat stub_1_15 accessions_raw" class="gt_row gt_right">5,267</td>
<td headers="IHAR winter wheat stub_1_15 data_points_kept" class="gt_row gt_right">81.9%</td>
<td headers="IHAR winter wheat stub_1_15 accessions_kept" class="gt_row gt_right">64.7%</td>
<td headers="IHAR winter wheat stub_1_15 heritability" class="gt_row gt_right">93.2%</td></tr>
<tr><th id="stub_1_16" scope="row" class="gt_row gt_left gt_stub">thousand kernel weight</th>
<td headers="IHAR winter wheat stub_1_16 data_points_raw" class="gt_row gt_right">10,673</td>
<td headers="IHAR winter wheat stub_1_16 accessions_raw" class="gt_row gt_right">5,267</td>
<td headers="IHAR winter wheat stub_1_16 data_points_kept" class="gt_row gt_right">81.7%</td>
<td headers="IHAR winter wheat stub_1_16 accessions_kept" class="gt_row gt_right">64.8%</td>
<td headers="IHAR winter wheat stub_1_16 heritability" class="gt_row gt_right">72.4%</td></tr>
<tr class="gt_group_heading_row">
<th colspan="6" class="gt_group_heading" scope="colgroup" id="INIA wheat">INIA wheat</th>
</tr>
<tr class="gt_row_group_first"><th id="stub_1_17" scope="row" class="gt_row gt_left gt_stub">days to heading</th>
<td headers="INIA wheat stub_1_17 data_points_raw" class="gt_row gt_right">1,601</td>
<td headers="INIA wheat stub_1_17 accessions_raw" class="gt_row gt_right">1,260</td>
<td headers="INIA wheat stub_1_17 data_points_kept" class="gt_row gt_right">30.7%</td>
<td headers="INIA wheat stub_1_17 accessions_kept" class="gt_row gt_right">16.1%</td>
<td headers="INIA wheat stub_1_17 heritability" class="gt_row gt_right">89.3%</td></tr>
<tr><th id="stub_1_18" scope="row" class="gt_row gt_left gt_stub">plant height</th>
<td headers="INIA wheat stub_1_18 data_points_raw" class="gt_row gt_right">1,601</td>
<td headers="INIA wheat stub_1_18 accessions_raw" class="gt_row gt_right">1,260</td>
<td headers="INIA wheat stub_1_18 data_points_kept" class="gt_row gt_right">34.0%</td>
<td headers="INIA wheat stub_1_18 accessions_kept" class="gt_row gt_right">17.1%</td>
<td headers="INIA wheat stub_1_18 heritability" class="gt_row gt_right">66.0%</td></tr>
<tr><th id="stub_1_19" scope="row" class="gt_row gt_left gt_stub">thousand kernel weight</th>
<td headers="INIA wheat stub_1_19 data_points_raw" class="gt_row gt_right">1,512</td>
<td headers="INIA wheat stub_1_19 accessions_raw" class="gt_row gt_right">1,258</td>
<td headers="INIA wheat stub_1_19 data_points_kept" class="gt_row gt_right">28.9%</td>
<td headers="INIA wheat stub_1_19 accessions_kept" class="gt_row gt_right">15.8%</td>
<td headers="INIA wheat stub_1_19 heritability" class="gt_row gt_right">72.0%</td></tr>
<tr class="gt_group_heading_row">
<th colspan="6" class="gt_group_heading" scope="colgroup" id="IPGR-Sadovo wheat">IPGR-Sadovo wheat</th>
</tr>
<tr class="gt_row_group_first"><th id="stub_1_20" scope="row" class="gt_row gt_left gt_stub">days to heading</th>
<td headers="IPGR-Sadovo wheat stub_1_20 data_points_raw" class="gt_row gt_right">2,491</td>
<td headers="IPGR-Sadovo wheat stub_1_20 accessions_raw" class="gt_row gt_right">504</td>
<td headers="IPGR-Sadovo wheat stub_1_20 data_points_kept" class="gt_row gt_right">98.5%</td>
<td headers="IPGR-Sadovo wheat stub_1_20 accessions_kept" class="gt_row gt_right">99.8%</td>
<td headers="IPGR-Sadovo wheat stub_1_20 heritability" class="gt_row gt_right">96.6%</td></tr>
<tr><th id="stub_1_21" scope="row" class="gt_row gt_left gt_stub">plant height</th>
<td headers="IPGR-Sadovo wheat stub_1_21 data_points_raw" class="gt_row gt_right">2,489</td>
<td headers="IPGR-Sadovo wheat stub_1_21 accessions_raw" class="gt_row gt_right">504</td>
<td headers="IPGR-Sadovo wheat stub_1_21 data_points_kept" class="gt_row gt_right">98.6%</td>
<td headers="IPGR-Sadovo wheat stub_1_21 accessions_kept" class="gt_row gt_right">99.8%</td>
<td headers="IPGR-Sadovo wheat stub_1_21 heritability" class="gt_row gt_right">96.7%</td></tr>
<tr><th id="stub_1_22" scope="row" class="gt_row gt_left gt_stub">thousand kernel weight</th>
<td headers="IPGR-Sadovo wheat stub_1_22 data_points_raw" class="gt_row gt_right">2,491</td>
<td headers="IPGR-Sadovo wheat stub_1_22 accessions_raw" class="gt_row gt_right">504</td>
<td headers="IPGR-Sadovo wheat stub_1_22 data_points_kept" class="gt_row gt_right">98.4%</td>
<td headers="IPGR-Sadovo wheat stub_1_22 accessions_kept" class="gt_row gt_right">100.0%</td>
<td headers="IPGR-Sadovo wheat stub_1_22 heritability" class="gt_row gt_right">93.3%</td></tr>
<tr class="gt_group_heading_row">
<th colspan="6" class="gt_group_heading" scope="colgroup" id="NARDI wheat">NARDI wheat</th>
</tr>
<tr class="gt_row_group_first"><th id="stub_1_23" scope="row" class="gt_row gt_left gt_stub">days to heading</th>
<td headers="NARDI wheat stub_1_23 data_points_raw" class="gt_row gt_right">4,267</td>
<td headers="NARDI wheat stub_1_23 accessions_raw" class="gt_row gt_right">750</td>
<td headers="NARDI wheat stub_1_23 data_points_kept" class="gt_row gt_right">42.2%</td>
<td headers="NARDI wheat stub_1_23 accessions_kept" class="gt_row gt_right">18.5%</td>
<td headers="NARDI wheat stub_1_23 heritability" class="gt_row gt_right">72.4%</td></tr>
<tr><th id="stub_1_24" scope="row" class="gt_row gt_left gt_stub">plant height</th>
<td headers="NARDI wheat stub_1_24 data_points_raw" class="gt_row gt_right">3,706</td>
<td headers="NARDI wheat stub_1_24 accessions_raw" class="gt_row gt_right">748</td>
<td headers="NARDI wheat stub_1_24 data_points_kept" class="gt_row gt_right">59.1%</td>
<td headers="NARDI wheat stub_1_24 accessions_kept" class="gt_row gt_right">18.6%</td>
<td headers="NARDI wheat stub_1_24 heritability" class="gt_row gt_right">92.2%</td></tr>
<tr><th id="stub_1_25" scope="row" class="gt_row gt_left gt_stub">thousand kernel weight</th>
<td headers="NARDI wheat stub_1_25 data_points_raw" class="gt_row gt_right">1,662</td>
<td headers="NARDI wheat stub_1_25 accessions_raw" class="gt_row gt_right">111</td>
<td headers="NARDI wheat stub_1_25 data_points_kept" class="gt_row gt_right">64.8%</td>
<td headers="NARDI wheat stub_1_25 accessions_kept" class="gt_row gt_right">59.5%</td>
<td headers="NARDI wheat stub_1_25 heritability" class="gt_row gt_right">91.2%</td></tr>
<tr class="gt_group_heading_row">
<th colspan="6" class="gt_group_heading" scope="colgroup" id="NPPC spring wheat">NPPC spring wheat</th>
</tr>
<tr class="gt_row_group_first"><th id="stub_1_26" scope="row" class="gt_row gt_left gt_stub">days to heading</th>
<td headers="NPPC spring wheat stub_1_26 data_points_raw" class="gt_row gt_right">897</td>
<td headers="NPPC spring wheat stub_1_26 accessions_raw" class="gt_row gt_right">883</td>
<td headers="NPPC spring wheat stub_1_26 data_points_kept" class="gt_row gt_right">NA</td>
<td headers="NPPC spring wheat stub_1_26 accessions_kept" class="gt_row gt_right">NA</td>
<td headers="NPPC spring wheat stub_1_26 heritability" class="gt_row gt_right">NA</td></tr>
<tr><th id="stub_1_27" scope="row" class="gt_row gt_left gt_stub">plant height</th>
<td headers="NPPC spring wheat stub_1_27 data_points_raw" class="gt_row gt_right">940</td>
<td headers="NPPC spring wheat stub_1_27 accessions_raw" class="gt_row gt_right">891</td>
<td headers="NPPC spring wheat stub_1_27 data_points_kept" class="gt_row gt_right">NA</td>
<td headers="NPPC spring wheat stub_1_27 accessions_kept" class="gt_row gt_right">NA</td>
<td headers="NPPC spring wheat stub_1_27 heritability" class="gt_row gt_right">NA</td></tr>
<tr><th id="stub_1_28" scope="row" class="gt_row gt_left gt_stub">thousand kernel weight</th>
<td headers="NPPC spring wheat stub_1_28 data_points_raw" class="gt_row gt_right">564</td>
<td headers="NPPC spring wheat stub_1_28 accessions_raw" class="gt_row gt_right">535</td>
<td headers="NPPC spring wheat stub_1_28 data_points_kept" class="gt_row gt_right">NA</td>
<td headers="NPPC spring wheat stub_1_28 accessions_kept" class="gt_row gt_right">NA</td>
<td headers="NPPC spring wheat stub_1_28 heritability" class="gt_row gt_right">NA</td></tr>
<tr class="gt_group_heading_row">
<th colspan="6" class="gt_group_heading" scope="colgroup" id="NPPC winter wheat">NPPC winter wheat</th>
</tr>
<tr class="gt_row_group_first"><th id="stub_1_29" scope="row" class="gt_row gt_left gt_stub">days to heading</th>
<td headers="NPPC winter wheat stub_1_29 data_points_raw" class="gt_row gt_right">5,572</td>
<td headers="NPPC winter wheat stub_1_29 accessions_raw" class="gt_row gt_right">4,850</td>
<td headers="NPPC winter wheat stub_1_29 data_points_kept" class="gt_row gt_right">16.4%</td>
<td headers="NPPC winter wheat stub_1_29 accessions_kept" class="gt_row gt_right">6.4%</td>
<td headers="NPPC winter wheat stub_1_29 heritability" class="gt_row gt_right">75.2%</td></tr>
<tr><th id="stub_1_30" scope="row" class="gt_row gt_left gt_stub">plant height</th>
<td headers="NPPC winter wheat stub_1_30 data_points_raw" class="gt_row gt_right">6,002</td>
<td headers="NPPC winter wheat stub_1_30 accessions_raw" class="gt_row gt_right">4,885</td>
<td headers="NPPC winter wheat stub_1_30 data_points_kept" class="gt_row gt_right">29.6%</td>
<td headers="NPPC winter wheat stub_1_30 accessions_kept" class="gt_row gt_right">15.2%</td>
<td headers="NPPC winter wheat stub_1_30 heritability" class="gt_row gt_right">93.6%</td></tr>
<tr><th id="stub_1_31" scope="row" class="gt_row gt_left gt_stub">thousand kernel weight</th>
<td headers="NPPC winter wheat stub_1_31 data_points_raw" class="gt_row gt_right">4,387</td>
<td headers="NPPC winter wheat stub_1_31 accessions_raw" class="gt_row gt_right">3,319</td>
<td headers="NPPC winter wheat stub_1_31 data_points_kept" class="gt_row gt_right">30.6%</td>
<td headers="NPPC winter wheat stub_1_31 accessions_kept" class="gt_row gt_right">16.8%</td>
<td headers="NPPC winter wheat stub_1_31 heritability" class="gt_row gt_right">94.7%</td></tr>
<tr class="gt_group_heading_row">
<th colspan="6" class="gt_group_heading" scope="colgroup" id="WUR wheat">WUR wheat</th>
</tr>
<tr class="gt_row_group_first"><th id="stub_1_32" scope="row" class="gt_row gt_left gt_stub">days to heading</th>
<td headers="WUR wheat stub_1_32 data_points_raw" class="gt_row gt_right">794</td>
<td headers="WUR wheat stub_1_32 accessions_raw" class="gt_row gt_right">678</td>
<td headers="WUR wheat stub_1_32 data_points_kept" class="gt_row gt_right">15.0%</td>
<td headers="WUR wheat stub_1_32 accessions_kept" class="gt_row gt_right">8.7%</td>
<td headers="WUR wheat stub_1_32 heritability" class="gt_row gt_right">75.0%</td></tr>
<tr><th id="stub_1_33" scope="row" class="gt_row gt_left gt_stub">plant height</th>
<td headers="WUR wheat stub_1_33 data_points_raw" class="gt_row gt_right">3,057</td>
<td headers="WUR wheat stub_1_33 accessions_raw" class="gt_row gt_right">2,231</td>
<td headers="WUR wheat stub_1_33 data_points_kept" class="gt_row gt_right">48.2%</td>
<td headers="WUR wheat stub_1_33 accessions_kept" class="gt_row gt_right">29.7%</td>
<td headers="WUR wheat stub_1_33 heritability" class="gt_row gt_right">69.4%</td></tr>
<tr><th id="stub_1_34" scope="row" class="gt_row gt_left gt_stub">thousand kernel weight</th>
<td headers="WUR wheat stub_1_34 data_points_raw" class="gt_row gt_right">1,063</td>
<td headers="WUR wheat stub_1_34 accessions_raw" class="gt_row gt_right">1,032</td>
<td headers="WUR wheat stub_1_34 data_points_kept" class="gt_row gt_right">NA</td>
<td headers="WUR wheat stub_1_34 accessions_kept" class="gt_row gt_right">NA</td>
<td headers="WUR wheat stub_1_34 heritability" class="gt_row gt_right">NA</td></tr>
</tbody>
</table>
</div>
</body>
</html>