-
Notifications
You must be signed in to change notification settings - Fork 5
/
paper.bib
1217 lines (1115 loc) · 38.8 KB
/
paper.bib
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
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@misc{condaforge2015,
author= {conda-forge community},
title = {{The conda-forge Project: Community-based Software
Distribution Built on the conda Package Format
and Ecosystem}},
month = jul,
year = 2015,
publisher = {Zenodo},
doi = {10.5281/zenodo.4774216},
url = {https://doi.org/10.5281/zenodo.4774216}
}
@conference{kluyver2016jupyter,
Title = {Jupyter Notebooks -- a publishing format for reproducible
computational workflows},
Author = {Thomas Kluyver and Benjamin Ragan-Kelley and Fernando P{\'e}rez
and Brian Granger and Matthias Bussonnier and Jonathan Frederic and
Kyle Kelley and Jessica Hamrick and Jason Grout and Sylvain Corlay
and Paul Ivanov and Dami{\'a}n Avila and Safia Abdalla and Carol
Willing},
Booktitle = {Positioning and Power in Academic Publishing: Players, Agents
and Agendas},
Editor = {F. Loizides and B. Schmidt},
Organization = {IOS Press},
Pages = {87 - 90},
Year = {2016}
}
@article{gardner2021sustained,
title={Sustained software development, not number of citations or journal
choice, is indicative of accurate bioinformatic software},
author={Gardner, Paul P and Paterson, James M and McGimpsey, Stephanie
R and Ghomi, Fatemeh Ashari and Umu, Sinan U and Pawlik, Aleksandra
and Gavryushkin, Alex and Black, Michael A},
journal={bioRxiv},
pages={092205},
year={2021},
publisher={Cold Spring Harbor Laboratory}
}
@article{harris2020array,
title={Array programming with {NumPy}},
author={Harris, Charles R and Millman, K Jarrod and van der Walt,
St{\'e}fan J and Gommers, Ralf and Virtanen, Pauli and Cournapeau,
David and Wieser, Eric and Taylor, Julian and Berg, Sebastian and
Smith, Nathaniel J and others},
journal={Nature},
volume={585},
number={7825},
pages={357--362},
year={2020},
publisher={Nature Publishing Group}
}
@article{garud2015recent,
title={Recent selective sweeps in North American Drosophila melanogaster
show signatures of soft sweeps},
author={Garud, Nandita R and Messer, Philipp W and Buzbas, Erkan O and
Petrov, Dmitri A},
journal={PLoS genetics},
volume={11},
number={2},
pages={e1005004},
year={2015},
publisher={Public Library of Science San Francisco, CA USA}
}
@InProceedings{mckinney2010data,
author = {Wes {M}c{K}inney },
title = { {D}ata {S}tructures for {S}tatistical {C}omputing in {P}ython },
booktitle = { {P}roceedings of the 9th {P}ython in {S}cience {C}onference },
pages = { 56 - 61 },
year = { 2010 },
editor = { {S}t\'efan van der {W}alt and {J}arrod {M}illman},
}
@article{kelleher2013processing,
title={Processing genome scale tabular data with wormtable},
author={Kelleher, Jerome and Ness, Rob W and Halligan, Daniel L},
journal={BMC bioinformatics},
volume={14},
number={1},
pages={1--5},
year={2013},
}
@article{danecek2011variant,
title={The variant call format and VCFtools},
author={Danecek, Petr and Auton, Adam and Abecasis, Goncalo and Albers,
Cornelis A and Banks, Eric and DePristo, Mark A and Handsaker,
Robert E and Lunter, Gerton and Marth, Gabor T and Sherry, Stephen
T and others},
journal={Bioinformatics},
volume={27},
number={15},
pages={2156--2158},
year={2011},
}
@article{kelleher2019htsget,
title={htsget: a protocol for securely streaming genomic data},
author={Kelleher, Jerome and Lin, Mike and Albach, Carl H and Birney,
Ewan and Davies, Robert and Gourtovaia, Marina and Glazer, David
and Gonzalez, Cristina Y and Jackson, David K and Kemp, Aaron
and others},
journal={Bioinformatics},
volume={35},
number={1},
pages={119--121},
year={2019},
publisher={Oxford University Press}
}
@article{rehm2021ga4gh,
title={GA4GH: International policies and standards for data sharing
across genomic research and healthcare},
author={Rehm, Heidi L and Page, Angela JH and Smith, Lindsay and Adams,
Jeremy B and Alterovitz, Gil and Babb, Lawrence J and Barkley,
Maxmillian P and Baudis, Michael and Beauvais, Michael JS and Beck,
Tim and others},
journal={Cell Genomics},
volume={1},
number={2},
year={2021},
publisher={Elsevier}
}
@article{danecek2021twelve,
title={Twelve years of {SAMtools} and {BCFtools}},
author={Danecek, Petr and Bonfield, James K and Liddle, Jennifer and
Marshall, John and Ohan, Valeriu and Pollard, Martin O and
Whitwham, Andrew and Keane, Thomas and McCarthy, Shane A and
Davies, Robert M and others},
journal={Gigascience},
volume={10},
number={2},
pages={giab008},
year={2021},
publisher={Oxford University Press}
}
@article{bonfield2021htslib,
title={{HTSlib}: {C} library for reading/writing high-throughput sequencing data},
author={Bonfield, James K and Marshall, John and Danecek, Petr and Li,
Heng and Ohan, Valeriu and Whitwham, Andrew and Keane, Thomas and
Davies, Robert M},
journal={Gigascience},
volume={10},
number={2},
pages={giab007},
year={2021},
publisher={Oxford University Press}
}
@article{bonfield2014scramble,
title={The Scramble conversion tool},
author={Bonfield, James K},
journal={Bioinformatics},
volume={30},
number={19},
pages={2818},
year={2014},
publisher={Oxford University Press}
}
@article{bonfield2022cram,
title={{CRAM 3.1}: advances in the {CRAM} file format},
author={Bonfield, James K},
journal={Bioinformatics},
volume={38},
number={6},
pages={1497--1503},
year={2022},
publisher={Oxford University Press}
}
@article{rand2022bionumpy,
title={{BioNumPy}: Fast and easy analysis of biological data with {Python}},
author={Rand, Knut Dagestad and Grytten, Ivar and Pavlovic, Milena and
Kanduri, Chakravarthi and Sandve, Geir Kjetil},
journal={bioRxiv},
pages={2022--12},
year={2022},
publisher={Cold Spring Harbor Laboratory}
}
@article{moore2023ome,
title={{OME-Zarr}: a cloud-optimized bioimaging file format with
international community support},
author={Moore, Josh and Basurto-Lozada, Daniela and Besson,
S{\'e}bastien and Bogovic, John and Bragantini, Jord{\~a}o and
Brown, Eva M and Burel, Jean-Marie and Casas Moreno, Xavier and
de Medeiros, Gustavo and Diel, Erin E and others},
journal={bioRxiv},
pages={2023--02},
year={2023},
publisher={Cold Spring Harbor Laboratory}
}
@article{darwin2022sequence,
title={Sequence locally, think globally: The {Darwin Tree of Life
Project}},
author={{Darwin Tree of Life Project Consortium}},
journal={Proceedings of the National Academy of Sciences},
volume={119},
number={4},
pages={e2115642118},
year={2022},
publisher={National Acad Sciences}
}
@misc{lewin2022earth,
title={The earth {BioGenome} project 2020: Starting the clock},
author={Lewin, Harris A and Richards, Stephen and Aiden, Erez Lieberman
and Allende, Miguel L and Archibald, John M and B{\'a}lint,
Mikl{\'o}s and Barker, Katharine B and Baumgartner, Bridget and
Belov, Katherine and Bertorelle, Giorgio and others},
journal={Proceedings of the National Academy of Sciences},
volume={119},
number={4},
year={2022},
publisher={National Acad Sciences}
}
@article{purcell2007plink,
title={{PLINK}: a tool set for whole-genome association and
population-based linkage analyses},
author={Purcell, Shaun and Neale, Benjamin and Todd-Brown, Kathe and
Thomas, Lori and Ferreira, Manuel AR and Bender, David and Maller,
Julian and Sklar, Pamela and De Bakker, Paul IW and Daly, Mark J
and others},
journal={The American journal of human genetics},
volume={81},
number={3},
pages={559--575},
year={2007},
publisher={Elsevier}
}
@misc{miles2023scikit,
author = {Alistair Miles and
Murillo F. Rodrigues and Peter Ralph and Jerome Kelleher and Rahul Pisupati
and Summer Rae and Tim Millar},
title = {cggh/scikit-allel: v1.3.6},
year = 2023,
publisher = {Zenodo},
version = {v1.3.6},
doi = {10.5281/zenodo.7946569},
url = {https://doi.org/10.5281/zenodo.7946569}
}
@article{hudson2002generating,
author ={Richard R. Hudson},
title = {Generating samples under a {Wright-Fisher} neutral model of genetic variation},
year = {2002},
journal = {Bioinformatics},
volume = {18},
number = {2},
pages = {337--338},
}
@article{kelleher2016efficient,
title={Efficient coalescent simulation and genealogical analysis for large sample sizes},
author={Kelleher, Jerome and Etheridge, Alison M and McVean, Gilean},
journal={PLoS computational biology},
volume={12},
number={5},
pages={e1004842},
year={2016},
publisher={Public Library of Science}
}
@article{kelleher2018efficient,
author = {Kelleher, Jerome AND Thornton, Kevin R. AND Ashander, Jaime AND
Ralph, Peter L.},
journal = {PLoS Computational Biology},
publisher = {Public Library of Science},
title = {Efficient pedigree recording for fast population genetics simulation},
year = {2018},
month = {11},
volume = {14},
pages = {1-21},
number = {11},
}
@article{haller2018tree,
title={Tree-sequence recording in {SLiM} opens new horizons for
forward-time simulation of whole genomes},
author={Haller, Benjamin C and Galloway, Jared and Kelleher, Jerome and
Messer, Philipp W and Ralph, Peter L},
journal={Molecular ecology resources},
year={2018},
publisher={Wiley Online Library}
}
@article{kelleher2019inferring,
author = {Kelleher, Jerome and Wong, Yan and Wohns, Anthony W.
and Fadil, Chaimaa and Albers, Patrick K. and McVean, Gil},
journal = {Nature Genetics},
keywords = {methods tree_sequence tree_sequence_inference},
number = 9,
pages = {1330--1338},
title = {Inferring whole-genome histories in large population datasets},
volume = 51,
year = 2019
}
@article{wohns2022unified,
author = {Anthony Wilder Wohns and Yan Wong and Ben Jeffery
and Ali Akbari and Swapan Mallick and Ron Pinhasi
and Nick Patterson and David Reich
and Jerome Kelleher and Gil McVean },
title = {A unified genealogy of modern and ancient genomes},
journal = {Science},
volume = {375},
number = {6583},
pages = {eabi8264},
year = {2022},
}
@article{baumdicker2021efficient,
author = {Baumdicker, Franz and Bisschop, Gertjan and Goldstein, Daniel
and Gower, Graham and Ragsdale, Aaron P and Tsambos, Georgia and Zhu, Sha
and Eldon, Bjarki and Ellerman, E Castedo and Galloway, Jared G
and Gladstein, Ariella L and Gorjanc, Gregor and Guo, Bing
and Jeffery, Ben and Kretzschumar, Warren W and Lohse, Konrad
and Matschiner, Michael and Nelson, Dominic and Pope, Nathaniel S
and Quinto-Cortés, Consuelo D and Rodrigues, Murillo F
and Saunack, Kumar and Sellinger, Thibaut and Thornton, Kevin
and van Kemenade, Hugo and Wohns, Anthony W and Wong, Yan
and Gravel, Simon and Kern, Andrew D and Koskela, Jere
and Ralph, Peter L and Kelleher, Jerome},
title = {Efficient ancestry and mutation simulation with msprime 1.0},
journal = {Genetics},
volume = {220},
number = {3},
year = {2022},
note = {iyab229},
}
@article{ralph2020efficiently,
title={Efficiently summarizing relationships in large samples: a general
duality between statistics of genealogies and genomes},
author={Ralph, Peter and Thornton, Kevin and Kelleher, Jerome},
journal={Genetics},
volume={215},
number={3},
pages={779--797},
year={2020},
publisher={Oxford University Press}
}
@article{tskit2023tskit,
title={Tskit: a portable library for population scale genealogical analysis},
author={{Tskit developers}},
journal={In preparation},
year={2023},
}
@article{thornton2003libsequence,
title = {Libsequence: a {C++} class library for evolutionary genetic
analysis},
author = {Thornton, Kevin R},
journal = "Bioinformatics",
volume = 19,
number = 17,
pages = "2325--2327",
month = nov,
year = 2003,
}
@article{stajich2002bioperl,
title={The Bioperl toolkit: Perl modules for the life sciences},
author={Stajich, Jason E and Block, David and Boulez, Kris and Brenner,
Steven E and Chervitz, Stephen A and Dagdigian, Chris and Fuellen,
Georg and Gilbert, James GR and Korf, Ian and Lapp, Hilmar and
others},
journal={Genome research},
volume={12},
number={10},
pages={1611--1618},
year={2002},
publisher={Cold Spring Harbor Lab}
}
@article{cock2009biopython,
title={Biopython: freely available Python tools for computational
molecular biology and bioinformatics},
author={Cock, Peter JA and Antao, Tiago and Chang, Jeffrey T and
Chapman, Brad A and Cox, Cymon J and Dalke, Andrew and Friedberg,
Iddo and Hamelryck, Thomas and Kauff, Frank and Wilczynski, Bartek
and others},
journal={Bioinformatics},
volume={25},
number={11},
pages={1422--1423},
year={2009},
publisher={Oxford University Press}
}
@article{excoffier2005arlequin,
title={Arlequin (version 3.0): an integrated software package for
population genetics data analysis},
author={Excoffier, Laurent and Laval, Guillaume and Schneider, Stefan},
journal={Evolutionary bioinformatics},
volume={1},
year={2005},
}
@article{excoffier2010arlequin,
title={Arlequin suite ver 3.5: a new series of programs to perform
population genetics analyses under {Linux} and {Windows}},
author={Excoffier, Laurent and Lischer, Heidi EL},
journal={Molecular ecology resources},
volume={10},
number={3},
pages={564--567},
year={2010},
publisher={Wiley Online Library}
}
@article{excoffier2006computer,
title={Computer programs for population genetics data analysis: a
survival guide},
author={Excoffier, Laurent and Heckel, Gerald},
journal={Nature Reviews Genetics},
volume={7},
number={10},
pages={745--758},
year={2006},
publisher={Nature Publishing Group UK London}
}
@article{patterson2012ancient,
title={Ancient admixture in human history},
author={Patterson, Nick and Moorjani, Priya and Luo, Yontao and
Mallick, Swapan and Rohland, Nadin and Zhan, Yiping and
Genschoreck, Teri and Webster, Teresa and Reich, David},
journal={Genetics},
volume={192},
number={3},
pages={1065--1093},
year={2012},
publisher={Oxford University Press}
}
@article{pritchard2000inference,
title={Inference of population structure using multilocus genotype data},
author={Pritchard, Jonathan K and Stephens, Matthew and Donnelly,
Peter},
journal={Genetics},
volume={155},
number={2},
pages={945--959},
year={2000},
publisher={Oxford University Press}
}
@article{uffelmann2021genome,
title={Genome-wide association studies},
author={Uffelmann, Emil and Huang, Qin Qin and Munung, Nchangwi Syntia
and De Vries, Jantina and Okada, Yukinori and Martin, Alicia R and
Martin, Hilary C and Lappalainen, Tuuli and Posthuma,
Danielle},
journal={Nature Reviews Methods Primers},
volume={1},
number={1},
pages={59},
year={2021},
publisher={Nature Publishing Group UK London}
}
@article{backman2021exome,
title={Exome sequencing and analysis of 454,787 UK Biobank participants},
author={Backman, Joshua D and Li, Alexander H and Marcketta, Anthony
and Sun, Dylan and Mbatchou, Joelle and Kessler, Michael D and
Benner, Christian and Liu, Daren and Locke, Adam E and
Balasubramanian, Suganthi and others},
journal={Nature},
volume={599},
number={7886},
pages={628--634},
year={2021},
publisher={Nature Publishing Group UK London}
}
@article{lek2016analysis,
title={Analysis of protein-coding genetic variation in 60,706 humans},
author={Lek, Monkol and Karczewski, Konrad J and Minikel, Eric V and
Samocha, Kaitlin E and Banks, Eric and Fennell, Timothy and
O’Donnell-Luria, Anne H and Ware, James S and Hill, Andrew J
and Cummings, Beryl B and others},
journal={Nature},
volume={536},
number={7616},
pages={285--291},
year={2016},
publisher={Nature Publishing Group UK London}
}
@article{halldorsson2022sequences,
title={The sequences of 150,119 genomes in the UK Biobank},
author={Halldorsson, Bjarni V and Eggertsson, Hannes P and Moore,
Kristjan HS and Hauswedell, Hannes and Eiriksson, Ogmundur and
Ulfarsson, Magnus O and Palsson, Gunnar and Hardarson, Marteinn
T and Oddsson, Asmundur and Jensson, Brynjar O and others},
journal={Nature},
volume={607},
number={7920},
pages={732--740},
year={2022},
publisher={Nature Publishing Group UK London}
}
@article{browning2018one,
title={A one-penny imputed genome from next-generation reference panels},
author={Browning, Brian L and Zhou, Ying and Browning, Sharon R},
journal={The American Journal of Human Genetics},
volume={103},
number={3},
pages={338--348},
year={2018},
publisher={Elsevier}
}
@article{howie2011genotype,
title={Genotype imputation with thousands of genomes},
author={Howie, Bryan and Marchini, Jonathan and Stephens, Matthew},
journal={G3: Genes| Genomes| Genetics},
volume={1},
number={6},
pages={457--470},
year={2011},
publisher={Oxford University Press}
}
@article{zhou2018efficiently,
title={Efficiently controlling for case-control imbalance and sample
relatedness in large-scale genetic association studies},
author={Zhou, Wei and Nielsen, Jonas B and Fritsche, Lars G and Dey,
Rounak and Gabrielsen, Maiken E and Wolford, Brooke N and LeFaive,
Jonathon and VandeHaar, Peter and Gagliano, Sarah A and Gifford,
Aliya and others},
journal={Nature genetics},
volume={50},
number={9},
pages={1335--1341},
year={2018},
publisher={Nature Publishing Group US New York}
}
@article{loh2015efficient,
title={Efficient Bayesian mixed-model analysis increases association
power in large cohorts},
author={Loh, Po-Ru and Tucker, George and Bulik-Sullivan, Brendan K and
Vilhj{\'a}lmsson, Bjarni J and Finucane, Hilary K and Salem, Rany M
and Chasman, Daniel I and Ridker, Paul M and Neale, Benjamin M
and Berger, Bonnie and others},
journal={Nature genetics},
volume={47},
number={3},
pages={284--290},
year={2015},
publisher={Nature Publishing Group US New York}
}
@article{mbatchou2021computationally,
title={Computationally efficient whole-genome regression for quantitative
and binary traits},
author={Mbatchou, Joelle and Barnard, Leland and Backman, Joshua and
Marcketta, Anthony and Kosmicki, Jack A and Ziyatdinov, Andrey and
Benner, Christian and O’Dushlaine, Colm and Barber, Mathew and
Boutkov, Boris and others},
journal={Nature genetics},
volume={53},
number={7},
pages={1097--1103},
year={2021},
publisher={Nature Publishing Group US New York}
}
@article{hill2010understanding,
title={Understanding and using quantitative genetic variation},
author={Hill, William G},
journal={Philosophical Transactions of the Royal Society B:
Biological Sciences},
volume={365},
number={1537},
pages={73--85},
year={2010},
publisher={The Royal Society}
}
@article{pedersen2017cyvcf2,
title={cyvcf2: fast, flexible variant analysis with {Python}},
author={Pedersen, Brent S and Quinlan, Aaron R},
journal={Bioinformatics},
volume={33},
number={12},
pages={1867--1869},
year={2017},
publisher={Oxford University Press}
}
@article{wilson2010ecologist,
title={An ecologist’s guide to the animal model},
author={Wilson, Alastair J and Reale, Denis and Clements, Michelle N
and Morrissey, Michael M and Postma, Erik and Walling, Craig A and
Kruuk, Loeske EB and Nussey, Daniel H},
journal={Journal of animal ecology},
volume={79},
number={1},
pages={13--26},
year={2010},
publisher={Wiley Online Library}
}
@article{butler2009asreml,
title={{ASReml-R} reference manual},
author={Butler, DG and Cullis, Brian R and Gilmour, AR and Gogel, BJ},
journal={The State of Queensland, Department of Primary Industries
and Fisheries, Brisbane},
year={2009},
publisher={Citeseer}
}
@article{hadfield2010mcmc,
title={{MCMC} methods for multi-response generalized linear mixed models:
the {MCMCglmm R} package},
author={Hadfield, Jarrod D},
journal={Journal of statistical software},
volume={33},
pages={1--22},
year={2010}
}
@article{rohde2020qgg,
title={qgg: an {R} package for large-scale quantitative genetic analyses},
author={Rohde, Palle Duun and Fourie S{\o}rensen, Izel and S{\o}rensen,
Peter},
journal={Bioinformatics},
volume={36},
number={8},
pages={2614--2615},
year={2020},
publisher={Oxford University Press}
}
@article{endelman2011ridge,
title={Ridge regression and other kernels for genomic selection with {R}
package {rrBLUP}},
author={Endelman, Jeffrey B},
journal={The plant genome},
volume={4},
number={3},
year={2011},
publisher={Wiley Online Library}
}
@article{bernardo2008molecular,
title={Molecular markers and selection for complex traits in plants:
learning from the last 20 years},
author={Bernardo, Rex},
journal={Crop science},
volume={48},
number={5},
pages={1649--1664},
year={2008},
publisher={Wiley Online Library}
}
@article{hayes20191000,
title={1000 bull genomes project to map simple and complex genetic traits
in cattle: applications and outcomes},
author={Hayes, Ben J and Daetwyler, Hans D},
journal={Annual review of animal biosciences},
volume={7},
pages={89--102},
year={2019},
publisher={Annual Reviews}
}
@article{cesarani2022mulibreed,
title = {Multibreed genomic evaluation for production traits of
dairy cattle in the {U}nited {S}tates using single-step genomic
best linear unbiased predictor},
journal = {Journal of Dairy Science},
volume = {105},
number = {6},
pages = {5141-5152},
year = {2022},
author = {Cesarani, A and Lourenco, D and Tsuruta, S
and Legarra, A and Nicolazzi, E L and VanRaden, P M and Misztal, I},
}
@article{anderson2023genes,
title={On the genes, genealogies, and geographies of Quebec},
author={Anderson-Trocm{\'e}, Luke and Nelson, Dominic and Zabad, Shadi
and Diaz-Papkovich, Alex and Kryukov, Ivan and Baya, Nikolas
and Touvier, Mathilde and Jeffery, Ben and Dina, Christian
and V{\'e}zina, H{\'e}l{\`e}ne and Kelleher, Jerome
and Gravel, Simon},
journal={Science},
volume={380},
number={6647},
pages={849--855},
year={2023},
publisher={American Association for the Advancement of Science}
}
@article{younis2023chromax,
title={ChromaX: a fast and scalable breeding program simulator},
author={Younis, Omar G and Turchetta, Matteo and Ariza Suarez, Danie
and Yates, Steven and Studer, Bruno and Athanasiadis, Ioannis N and
Krause, Andreas and Buhmann, Joachim M and Corinzia, Luca},
journal={bioRxiv},
pages={2023--05},
year={2023},
publisher={Cold Spring Harbor Laboratory}
}
@article{durbin2014efficient,
title={Efficient haplotype matching and storage using the positional
Burrows--Wheeler transform (PBWT)},
author={Durbin, Richard},
journal={Bioinformatics},
volume={30},
number={9},
pages={1266--1272},
year={2014},
publisher={Oxford University Press}
}
@article{li2016bgt,
title={{BGT:} efficient and flexible genotype query across many samples},
author={Li, Heng},
journal={Bioinformatics},
volume={32},
number={4},
pages={590--592},
year={2016},
publisher={Oxford University Press}
}
@article{layer2016efficient,
title={Efficient genotype compression and analysis of large
genetic-variation data sets},
author={Layer, Ryan M and Kindlon, Neil and Karczewski, Konrad J and
Exome Aggregation Consortium and Quinlan, Aaron R},
journal={Nature methods},
volume={13},
number={1},
pages={63--65},
year={2016},
publisher={Nature Publishing Group US New York}
}
@article{wertenbroek2022xsi,
title={{XSI}--a genotype compression tool for compressive genomics in large
biobanks},
author={Wertenbroek, Rick and Rubinacci, Simone and Xenarios, Ioannis
and Thoma, Yann and Delaneau, Olivier},
journal={Bioinformatics},
volume={38},
number={15},
pages={3778--3784},
year={2022},
publisher={Oxford University Press}
}
@article{danek2018gtc,
title={{GTC}: how to maintain huge genotype collections in a compressed
form},
author={Danek, Agnieszka and Deorowicz, Sebastian},
journal={Bioinformatics},
volume={34},
number={11},
pages={1834--1840},
year={2018},
publisher={Oxford University Press}
}
@article{lefaive2021sparse,
title={Sparse allele vectors and the savvy software suite},
author={LeFaive, Jonathon and Smith, Albert V and Kang, Hyun Min and
Abecasis, Goncalo},
journal={Bioinformatics},
volume={37},
number={22},
pages={4248--4250},
year={2021},
publisher={Oxford University Press}
}
@article{lin2020sparse,
title={{Sparse} {Project} {VCF}: efficient encoding of population genotype
matrices},
author={Lin, Michael F and Bai, Xiaodong and Salerno, William J and
Reid, Jeffrey G},
journal={Bioinformatics},
volume={36},
number={22-23},
pages={5537--5538},
year={2020},
publisher={Oxford University Press}
}
@article{band2018bgen,
title={{BGEN}: a binary file format for imputed genotype and haplotype
data},
author={Band, Gavin and Marchini, Jonathan},
journal={BioRxiv},
pages={308296},
year={2018},
publisher={Cold Spring Harbor Laboratory}
}
@article{bycroft2018genome,
title={The {UK} {Biobank} resource with deep phenotyping and genomic data},
author={Bycroft, Clare and Freeman, Colin and Petkova, Desislava and
Band, Gavin and Elliott, Lloyd T and Sharp, Kevin and Motyer, Allan
and Vukcevic, Damjan and Delaneau, Olivier and O'Connell, Jared
and others},
journal={Nature},
volume={562},
pages={203–209},
year={2018},
}
@article{deorowicz2019gtshark,
title={GTShark: genotype compression in large projects},
author={Deorowicz, Sebastian and Danek, Agnieszka},
journal={Bioinformatics},
volume={35},
number={22},
pages={4791--4793},
year={2019},
publisher={Oxford University Press}
}
@article{deorowicz2013genome,
title={Genome compression: a novel approach for large collections},
author={Deorowicz, Sebastian and Danek, Agnieszka and Grabowski, Szymon},
journal={Bioinformatics},
volume={29},
number={20},
pages={2572--2578},
year={2013},
publisher={Oxford University Press}
}
@article{tatwawadi2016gtrac,
title={{GTRAC:} fast retrieval from compressed collections of genomic
variants},
author={Tatwawadi, Kedar and Hernaez, Mikel and Ochoa, Idoia and
Weissman, Tsachy},
journal={Bioinformatics},
volume={32},
number={17},
pages={i479--i486},
year={2016},
publisher={Oxford University Press}
}
@inproceedings{nothaft2015rethinking,
title={Rethinking data-intensive science using scalable analytics systems},
author={Nothaft, Frank Austin and Massie, Matt and Danford, Timothy and Zhang, Zhao and Laserson, Uri
and Yeksigian, Carl and Kottalam, Jey and Ahuja, Arun
and Hammerbacher, Jeff and Linderman, Michael and others},
booktitle={Proceedings of the 2015 ACM SIGMOD International Conference on Management of Data},
pages={631--646},
year={2015}
}
@article{conomos2016model,
title={Model-free estimation of recent genetic relatedness},
author={Conomos, Matthew P and Reiner, Alexander P and Weir, Bruce S and Thornton, Timothy A},
journal={The American Journal of Human Genetics},
volume={98},
number={1},
pages={127--148},
year={2016},
publisher={Elsevier}
}
@article{weir2017unified,
title={A unified characterization of population structure and relatedness},
author={Weir, Bruce S and Goudet, J{\'e}r{\^o}me},
journal={Genetics},
volume={206},
number={4},
pages={2085--2103},
year={2017},
publisher={Oxford University Press}
}
@article{cheng2020estimation,
title={Estimation of non-null {SNP} effect size distributions
enables the detection of enriched genes underlying complex traits},
author={Cheng, Wei and Ramachandran, Sohini and Crawford, Lorin},
journal={PLoS genetics},
volume={16},
number={6},
pages={e1008855},
year={2020},
publisher={Public Library of Science San Francisco, CA USA}
}
@article{vanraden2008efficient,
title={Efficient methods to compute genomic predictions},
author={VanRaden, Paul M},
journal={Journal of dairy science},
volume={91},
number={11},
pages={4414--4423},
year={2008},
publisher={Elsevier}
}
@article{ashraf2016estimating,
title={Estimating genomic heritabilities at the level of family-pool
samples of perennial ryegrass using genotyping-by-sequencing},
author={Ashraf, Bilal Hassan and Byrne, Stephen and F{\'e}, Dario and
Czaban, Adrian and Asp, Torben and Pedersen, Morten G and
Lenk, Ingo and Roulund, Niels and Didion, Thomas and
Jensen, Christian S and others},
journal={Theoretical and Applied Genetics},
volume={129},
pages={45--52},
year={2016},
publisher={Springer}
}
@phdthesis{bilton2020developing,
title={Developing statistical methods for genetic analysis of
genotypes from genotyping-by-sequencing data},
author={Bilton, Timothy},
year={2020},
school={AgResearch}
}
@article{endelman2012shrinkage,
title={Shrinkage estimation of the realized relationship matrix},
author={Endelman, Jeffrey B and Jannink, Jean-Luc},
journal={G3: Genes| genomes| genetics},
volume={2},
number={11},
pages={1405--1413},
year={2012},
publisher={Oxford University Press}
}
@article{wigginton2005note,
title={A note on exact tests of Hardy-Weinberg equilibrium},
author={Wigginton, Janis E and Cutler, David J and Abecasis, Gon{\c{c}}alo R},
journal={The American Journal of Human Genetics},
volume={76},
number={5},
pages={887--893},
year={2005},
publisher={Elsevier}
}
@article{martini2018effect,
title={The effect of the $H^{-1}$ scaling factors $\tau$
and $\omega$ on the structure of $H$ in the single-step procedure},
author={Martini, Johannes WR and Schrauf, Matias F and Garcia-Baccino, Carolina A
and Pimentel, Eduardo CG and Munilla, Sebastian
and Rogberg-Mu{\~n}oz, Andres and Cantet, Rodolfo JC
and Reimer, Christian and Gao, Ning and Wimmer, Valentin and others},
journal={Genetics Selection Evolution},
volume={50},
number={1},
pages={16},
year={2018},
publisher={Springer}
}
@article{hamilton2018computation,
title={Computation of the inverse additive relationship matrix
for autopolyploid and multiple-ploidy populations},
author={Hamilton, Matthew G and Kerr, Richard J},
journal={Theoretical and applied genetics},
volume={131},
pages={851--860},
year={2018},
publisher={Springer}
}
@inproceedings{folk2011overview,
title={An overview of the HDF5 technology suite and its applications},
author={Folk, Mike and Heber, Gerd and Koziol, Quincey and Pourmal,
Elena and Robinson, Dana},
booktitle={Proceedings of the EDBT/ICDT 2011 workshop on array
databases},
pages={36--47},
year={2011}
}