-
Notifications
You must be signed in to change notification settings - Fork 3
/
paper.bib
1453 lines (1310 loc) · 35.3 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
@article{mc05,
author ={Gilean A. T. McVean and Niall J. Cardin},
title = {Approximating the coalescent with recombination},
year = {2005},
journal = {Philos Trans R Soc Lond B Biol Sci},
volume = {360},
pages = {1387--1393},
}
@book{k11,
author = {D. E. Knuth},
title = {Combinatorial Algorithms, Part 1},
publisher = {Addison-Wesley},
address = {Upper Saddle River, New Jersey},
year = {2011},
volume = {4A of \emph{The Art of Computer Programming}}}
}
@book{k98,
author = {D. E. Knuth},
title = {Sorting and Searching},
publisher = {Addison-Wesley},
year = {1998},
edition = {Second},
address = {Reading, Massachusetts},
volume = {3 of \emph{The Art of Computer Programming}}}
}
@book{k97-v2,
author = {D. E. Knuth},
title = {Seminumerical Algorithms},
publisher = {Addison-Wesley},
year = {1997},
edition = {Third},
address = {Reading, Massachusetts},
volume = {2 of \emph{The Art of Computer Programming}}}
}
@book{k97-v1,
author = {D. E. Knuth},
title = {Fundamental Algorithms},
publisher = {Addison-Wesley},
year = {1997},
edition = {Third},
address = {Reading, Massachusetts},
volume = {1 of \emph{The Art of Computer Programming}}}
}
@article{h83a,
title = {Testing the constant-rate neutral allele model with protein sequence data},
author = {Richard R. Hudson},
journal = {Evolution},
year = {1983},
volume = {37},
number = {1},
pages = {203--217},
}
@article{h83b,
title = {Properties of a neutral allele model with intragenic recombination},
author = {R. R. Hudson},
journal = {Theor Popul Biol},
year = {1983},
volume = {23},
pages = {183--201},
}
@article{kh85,
title = {The use of sample genealogies for studying a selectively neutral
$m$-loci model with recombination},
author = {Norman Kaplan and Richard R. Hudson},
journal = {Theor Popul Biol},
year = {1985},
volume = {28},
pages = {382--396},
}
@book{w08,
author = {Wakeley, J.},
title = {Coalescent theory: an introduction},
year = {2008},
address = {Englewood, Colorado},
publisher = {Roberts and Company},
}
@article{gt94,
author ={R.C. Griffiths and S. Tavar\'e},
title = {Simulating Probability Distributions in the Coalescent},
year = {1994},
journal = {Theor Popul Biol},
volume = {46},
number = {2},
pages = {131--159},
}
@article{h02,
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{wh99,
author ={Carsten Wiuf and Jotun Hein},
title = {Recombination as a point process along sequences},
year = {1999},
journal = {Theor Popul Biol},
volume = {55},
number = {3},
pages = {248--259},
}
@article{wh99b,
title={The ancestry of a sample of sequences subject to recombination},
author={Wiuf, Carsten and Hein, Jotun},
journal={Genetics},
volume={151},
number={3},
pages={1217--1228},
year={1999},
}
@article{hk85,
author = {Richard R. Hudson and Norman Kaplan},
title = {Statistical properties of the number of recombination events in
the history of a sample of {DNA} sequences},
year = {1985},
journal = {Genetics},
volume = {111},
number = {1},
pages = {147--164},
}
@incollection{gm97,
author = {Robert C Griffiths and Paul Marjoram},
title = {An ancestral recombination graph},
editor = {Donnelly, P. and Tavar\'e, S.},
booktitle = {Progress in Population Genetics and Human Evolution,
IMA Volumes in Mathematics and its Applications},
volume = {87},
publisher = {Springer-Verlag},
address = {Berlin},
year = {1997},
pages = {257--270},
}
@article{ydn14,
author ={Tao Yang and Hong-Wen Deng and Tianhua Niu},
title = {Critical assessment of coalescent simulators in modeling
recombination hotspots in genomic sequences},
year = {2014},
journal = {BMC Bioinformatics},
volume = {15},
pages = {3},
}
@article{cmw09,
author ={Gary K. Chen and Paul Marjoram and Jeffrey D. Wall},
title = {Fast and flexible simulation of {DNA} sequence data},
year = {2009},
journal = {Genome Res},
volume = {19},
pages = {136--142},
}
@article{ef11,
author ={Laurent Excoffier and Matthieu Foll},
title = {fastsimcoal: a continuous-time coalescent simulator of genomic diversity
under arbitrarily complex evolutionary scenarios},
year = {2011},
journal = {Bioinformatics},
volume = {27},
number = {9},
pages = {1332--1334},
}
@article{eh10,
author ={Gregory Ewing and Joachim Hermisson},
title = {{MSMS:} A coalescent simulation program including recombination, demographic structure,
and selection at a single locus},
year = {2010},
journal = {Bioinformatics},
volume = {26},
number = {16},
pages = {2064--2065},
}
@article{f94,
author ={Peter M. Fenwick},
title = {A new data structure for cumulative frequency tables},
year = {1994},
journal = {Software: Practice and Experience},
volume = {24},
pages = {327--336},
}
@techreport{f95,
author ={Peter M. Fenwick},
title = {A new data structure for cumulative frequency tables: an improved frequency-to-symbol algorithm},
year = {1995},
number = {110},
institution = {The University of Auckland, Department of Computer Science},
}
@article{fd01,
title={Estimating recombination rates from population genetic data},
author={Fearnhead, Paul and Donnelly, Peter},
journal={Genetics},
volume={159},
number={3},
pages={1299--1318},
year={2001},
}
@article{gm96,
title={Ancestral inference from samples of {DNA} sequences with recombination},
author={Griffiths, Robert C and Marjoram, Paul},
journal={J Comput Biol},
volume={3},
number={4},
pages={479--502},
year={1996}
}
@article{kyf00,
title={Maximum likelihood estimation of recombination rates from population data},
author={Kuhner, Mary K and Yamato, Jon and Felsenstein, Joseph},
journal={Genetics},
volume={156},
number={3},
pages={1393--1401},
year={2000},
}
@article{lls02,
title={Gene mapping via the ancestral recombination graph},
author={Larribe, Fabrice and Lessard, Sabin and Schork, Nicholas J},
journal = {Theor Popul Biol},
volume={62},
number={2},
pages={215--229},
year={2002},
}
@article{wr08,
title={Bayesian inference of fine-scale recombination rates using population genomic data},
author={Wang, Ying and Rannala, Bruce},
journal = {Philos Trans R Soc Lond B Biol Sci},
volume={363},
number={1512},
pages={3921--3930},
year={2008},
}
@article{bev10,
author = {Barton, N. H. and A. M. Etheridge and A. V{\'e}ber},
title = {A new model for evolution in a spatial continuum},
journal = {Electron J of Probab},
year = {2010},
volume = {15},
pages = {7},
}
@article{e08,
author = {Etheridge, A. M.},
title = {Drift, draft and structure: some mathematical models of evolution},
journal = {Banach Center Publications},
year = {2008},
pages = {121-144},
volume = {80},
}
@article{bke10,
author = {N. H. Barton and J. Kelleher and A. M. Etheridge},
title = {A new model for extinction and recolonisation in two dimensions: quantifying phylogeography},
year = {2010},
volume = {64},
number = {9},
pages = {2701--2715},
journal = {Evolution},
}
@article{bev13,
author = {N. H. Barton and A. M. Etheridge and A. V{\'e}ber},
title = {Modelling evolution in a spatial continuum},
year = {2013},
volume = {P01002},
journal = {J Stat Mech},
}
@article{kbe13,
author = {J. Kelleher and N. H. Barton and A. M. Etheridge },
title = {Coalescent simulation in continuous space},
year = {2013},
volume = {29},
number = {7},
pages = {955-956},
journal = {Bioinformatics},
}
@article{keb14,
author ={J. Kelleher and A. M. Etheridge and N. H. Barton},
title = {Coalecent simulation in continuous space: algorithms
for large neighbourhood size},
year = {2014},
journal = {Theor Popul Biol},
volume = {95},
pages = {13--23},
}
@article{mw06,
author ={Paul Marjoram and Jeff D Wall},
title = {Fast ``coalescent'' simulation},
year = {2006},
journal = {BMC Genet},
volume = {7},
pages = {16},
}
@article{hbg12,
title={Computer simulations: tools for population and evolutionary genetics},
author={Hoban, Sean and Bertorelle, Giorgio and Gaggiotti, Oscar E},
journal={Nat Rev Genet},
volume={13},
number={2},
pages={110--122},
year={2012},
}
@article{ap10,
title={Coalescent simulation of intracodon recombination},
author={Arenas, Miguel and Posada, David},
journal={Genetics},
volume={184},
number={2},
pages={429--437},
year={2010},
}
@article{law08,
title={A survey of genetic simulation software for population and epidemiological studies},
author={Liu, Youfang and Athanasiadis, Georgios and Weale, Michael E},
journal={Hum Genomics},
volume={3},
number={1},
pages={79},
year={2008},
}
@article{a12,
title={Simulation of molecular data under diverse evolutionary scenarios},
author={Arenas, Miguel},
journal = {PLoS Comput Biol},
volume={8},
number={5},
pages={e1002495},
year={2012},
}
@article{ymzhw12,
title={An overview of population genetic data simulation},
author={Yuan, Xiguo and Miller, David J and Zhang, Junying and Herrington, David and Wang, Yue},
journal={J Comput Biol},
volume={19},
number={1},
pages={42--54},
year={2012},
}
@incollection{p12,
title={Nonredundant representation of ancestral recombinations graphs},
author={Parida, Laxmi},
booktitle={Evolutionary Genomics},
pages={315--332},
year={2012},
}
@article{pkgk13,
title={A sequential coalescent algorithm for chromosomal inversions},
author={Peischl, S and Koch, E and Guerrero, RF and Kirkpatrick, M},
journal={Heredity},
volume={111},
pages={200--209},
year={2013},
}
@article{emm09,
title={Sequential {Markov} coalescent algorithms for population models with demographic structure},
author={Eriksson, Anders and Mahjani, B and Mehlig, Bernhard},
journal = {Theor Popul Biol},
volume={76},
number={2},
pages={84--91},
year={2009},
}
@article{k82,
author = {J. F. C. Kingman},
title = {The coalescent},
year = {1982},
journal = {Stoch. Proc. Appl.},
volume = {13},
number = {3},
pages = {235--248},
}
@article{h90,
author = {R. R. Hudson},
title = {Gene genealogies and the coalescent process},
journal = {Oxford Surveys in Evolutionary Biology},
year = {1990},
volume = {7},
pages = {1-44},
}
@inproceedings{g91,
title={The two-locus ancestral graph},
author={Griffiths, Robert C},
booktitle={Selected Proceedings of the Sheffield Symposium on Applied Probability},
volume={18},
pages={100--117},
year={1991},
}
@article{cacc09,
author ={Peter J. A. Cock and Tiago Antao and Jeffrey T. Chang and
Brad A. Chapman and Cymon J. Cox and Andrew Dalke and
Iddo Friedberg and Thomas Hamelryck and Frank Kauff and Bartek Wilczynski
and Michiel J. L. de Hoon},
title = {Biopython: freely available {Python} tools for computational molecular
biology and bioinformatics},
year = {2009},
journal = {Bioinformatics},
volume = {25},
number = {11},
pages = {1422--1423},
}
@book{s89,
author = {H. Samet},
title = {The Design and Analysis of Spatial Data Structures},
publisher = {Addison-Wesley},
address = {Upper Saddle River, New Jersey},
year = {1989},
}
@article{bcs14,
author ={A. Bhaskar and A. G. Clark and Yun S. Song},
title = {Distortion of genealogical properties when the sample is very large},
year = {2014},
journal = {Proc Natl Acad Sci U S A},
volume = {111},
number = {6},
pages = {2385--2390},
}
@article{eg90,
author ={S. N. Ethier and R. C. Griffiths},
title = {On the two-locus sampling distribution},
year = {1990},
journal = {J Math Biol},
volume = {29},
pages = {131--159},
}
@article{knh13,
author ={Jerome Kelleher and Rob W. Ness and Daniel L. Halligan},
title = {Processing genome scale tabular data with wormtable},
year = {2013},
journal = {BMC Bioinformatics},
volume = {14},
pages = {356},
}
@online{hdf5,
author = {{The HDF Group}},
title = "{Hierarchical Data Format, version 5}",
year = {1997-2015},
note = {http://www.hdfgroup.org/HDF5/}
}
@article{lkkq15,
author = {Ryan M Layer and Neil Kindlon and Konrad J Karczewski and
{Exome Aggregation Consortium} and Aaron R Quinlan},
title = {Efficient genotype compression and analysis of large genetic-variation data sets},
volume={13},
number={1},
pages={63--65},
year={2016},
journal = {Nat Methods}
}
@article{szml14,
author ={Paul R. Staab and Sha Zhu and Dirk Metzler and Gerton Lunter},
title = {scrm: efficiently simulating long sequences using the
approximated coalescent with recombination},
year = {2014},
journal = {Bioinformatics},
volume = {31},
number = {10},
pages = {1680--1682},
}
@article{ld11,
author ={Heng Li and Richard Durbin},
title = {Inference of human population history from individual whole-genome sequences},
year = {2011},
journal = {Nature},
volume = {475},
pages = {493--496},
}
@article{sd14,
author ={Stephan Schiffels and Richard Durbin},
title = {Inferring human population size and separation history from multiple genome sequences},
year = {2014},
journal= {Nat Genet},
volume = {46},
pages = {919--925},
}
@article{sss14,
author ={Ilya Shlyakhter and Pardis C. Sabeti and Stephen F. Schaffner},
title = {Cosi2: an efficient simulator of exact and approximate coalescent with selection},
year = {2014},
journal = {Bioinformatics},
volume = {30},
number = {23},
pages = {3427--3429},
}
@article{wch15,
author = {Peter R. Wilton and Shai Carmi and Asger Hobolth},
title = {The {SMC}$'$ is a highly accurate approximation to the ancestral recombination graph},
year = {2015},
journal = {Genetics},
volume = {200},
number = {1},
pages = {343--355},
}
@article{ln14,
author ={Mason Liang and Rasmus Nielsen},
title = {The lengths of admixture tracts},
year = {2014},
journal = {Genetics},
volume = {197},
pages = {953--967},
}
@article{rhgs14,
author ={Matthew D. Rasmussen and Melissa J. Hubisz and Ilan Gronau and
Adam Siepel},
title = {Genome-wide inference of ancestral recombination graphs},
year = {2014},
journal = {PLoS Genet},
volume = {10},
number = {5},
pages = {e1004342},
}
@article{md06,
author ={M~J Minichiello and R Durbin},
title = {Mapping trait loci by use of inferred ancestral recombination graphs},
year = {2006},
journal = {Am J Hum Genet},
volume = {79},
pages = {910--922},
}
@article{s03,
author ={Yun S. Song},
title = {On the combinatorics of rooted binary phylogenetic trees},
year = {2003},
journal = {Ann Comb},
volume = {7},
number = {3},
pages = {365--379},
}
@article{s06,
author ={Yun S. Song},
title = {Properties of subtree-prune-and-regraft operations on
totally-ordered phylogenetic trees},
year = {2006},
journal = {Ann Comb},
volume = {10},
number = {1},
pages = {147--163},
}
@article{hz09,
author ={Mira V. Han and Christian M. Zmasek},
title = {{phyloXML}: {XML} for evolutionary biology and comparative genomics},
year = {2009},
journal = {BMC Bioinformatics},
volume = {10},
number = {356},
}
@article{vbch12,
author ={Rutger A. Vos and James P. Balhoff and Jason A. Caravas and Mark T. Holder and
Hilmar Lapp and Wayne P. Maddison and Peter E. Midford and Anurag Priyam
and Jeet Sukumaran and Xuhua Xia and Arlin Stoltzfus},
title = {{NeXML:} rich, extensible, and verifiable
representation of comparative data and metadata},
year = {2012},
journal = {Syst Biol},
volume = {61},
number = {4},
pages = {675--689},
}
@article{msm97,
author = {Maddison, David R. and Swofford, David L. and Maddison, Wayne P.},
title = {Nexus: an extensible file format for systematic information},
volume = {46},
number = {4},
pages = {590--621},
year = {1997},
journal = {Syst Biol},
}
@article{f89,
author ={Joseph Felsenstein},
title = {{PHYLIP}---phylogeny inference package (version 3.2)},
year = {1989},
journal = {Cladistics},
volume = {5},
pages = {164--166},
}
@article{ze01,
author = {Zmasek, Christian M. and Eddy, Sean R.},
title = {{ATV}: display and manipulation of annotated phylogenetic trees},
volume = {17},
number = {4},
pages = {383-384},
year = {2001},
journal = {Bioinformatics}
}
@article{crv08,
author = {Gabriel Cardona and Francesc Rossell\'o and Gabriel Valiente},
title = {Extended {Newick}: it is time for a standard
representation of phylogenetic networks},
year = {2008},
journal = {BMC Bioinformatics},
volume = {9},
pages = {532},
}
@article{trn08,
author ={Cuong Than and Derek Ruths and Luay Nakhleh},
title = {{PhyloNet:} a software package for analyzing and reconstructing
reticulate evolutionary relationships},
year = {2008},
journal = {BMC Bioinformatics},
volume = {9},
pages = {322},
}
@article{mm06,
author = {Morin, M. M. and Moret, B. M. E.},
title = {{NetGen:} generating phylogenetic networks with diploid hybrids},
volume = {22},
number = {15},
pages = {1921-1923},
year = {2006},
journal = {Bioinformatics}
}
@incollection{msw10,
author={Matthews, Suzanne J. and Sul, Seung-Jin and Williams, Tiffani L.},
title={A novel approach for compressing phylogenetic trees},
year={2010},
booktitle={Bioinformatics Research and Applications},
volume={6053},
series={Lecture Notes in Computer Science},
editor={Borodovsky, Mark and Gogarten, JohannPeter and Przytycka,
TeresaM. and Rajasekaran, Sanguthevar},
publisher={Springer Berlin Heidelberg},
pages={113-124},
}
@article{d14,
author = {Durbin, Richard},
title = {Efficient haplotype matching and storage using the
positional {Burrows-Wheeler} transform {(PBWT)}},
volume = {30},
number = {9},
pages = {1266-1272},
year = {2014},
journal = {Bioinformatics}
}
@article{l15,
author = {Li, Heng},
title = {{BGT}: efficient and flexible genotype query across many samples},
year = {2016},
volume = {32},
number = {4},
pages = {590--592},
journal = {Bioinformatics}
}
@article{lw13,
author ={Haipeng Li and Thomas Wiehe},
title = {Coalescent tree imbalance and a simple test for selective
sweeps based on microsatellite variation},
year = {2013},
journal = {PLoS Comput Biol},
volume = {9},
number = {5},
pages = {e1003060},
}
@article{pnbt07,
title = {{PLINK:} a tool set for whole-genome association and population-based linkage analyses },
journal = {Am J Hum Genet},
volume = {81},
number = {3},
pages = {559--575},
year = {2007},
author = {Shaun Purcell and Benjamin Neale and Kathe Todd-Brown and Lori Thomas and
Manuel A.R. Ferreira and David Bender and Julian Maller and Pamela Sklar and
Paul I.W. de Bakker and Mark J. Daly and Pak C. Sham},
}
@article{sh10,
author ={Jeet Sukumaran and Mark T. Holder},
title = {{DendroPy:} a {Python} library for phylogenetic computing},
year = {2010},
journal = {Bioinformatics},
volume = {26},
number = {12},
pages = {1569--1571},
}
@article{hdg10,
author ={Jaime Huerta-Cepas and Joaqu\'in Dopazo and Toni Gabald\'on},
title = {{ETE}: a python environment for tree exploration},
year = {2010},
journal = {BMC Bioinformatics},
volume = {11},
pages = {24},
}
@article{pcs04,
title = {A{PE}: analyses of phylogenetics and evolution in {R}
language},
author = {E. Paradis and J. Claude and K. Strimmer},
journal = {Bioinformatics},
year = {2004},
volume = {20},
pages = {289-290},
}
@article{sbbb10,
author ={Jason E. Stajich and David Block and Kris Boulez and Steven E. Brenner
and Stephen A. Chervitz and Chris Dagdigian and Georg Fuellen
and James G.R. Gilbert and Ian Korf and Hilmar Lapp and
Heikki Lehv{\"a}slaiho and Chad Matsalla and Chris J. Mungall
and Brian I. Osborne and Matthew R. Pocock and Peter Schattner
and Martin Senger and Lincoln D. Stein and Elia Stupka
and Mark D. Wilkinson and Ewan Birney},
title = {The {Bioperl} Toolkit: Perl Modules for the Life Sciences},
year = {2002},
journal = {Genome Res},
volume = {12},
number = {10},
pages = {1611--1618},
}
@article{mwk13,
title={{GraphML} specializations to codify ancestral recombinant graphs},
author={McGill, James R and Walkup, Elizabeth A and Kuhner, Mary K},
journal={Fron Genet},
volume={4},
pages = {146},
year={2013},
}
@article{a13,
title={The importance and application of the ancestral recombination graph},
author={Arenas, Miguel},
journal={Fron Genet},
volume={4},
pages = {206},
year={2013},
}
@article{bn06,
title={Serial {NetEvolve:} a flexible utility for generating serially-sampled
sequences along a tree or recombinant network},
author={Buendia, Patricia and Narasimhan, Giri},
journal={Bioinformatics},
volume={22},
number={18},
pages={2313--2314},
year={2006},
}
@article{f13,
title={{ACG:} rapid inference of population history from recombining nucleotide sequences},
author={O'Fallon, Brendan D},
journal={BMC Bioinformatics},
volume={14},
number={1},
pages={40},
year={2013},
}
@article{rg97,
title={{Seq-Gen}: an application for the {Monte} {Carlo} simulation of
{DNA} sequence evolution along phylogenetic trees},
author={Rambaut, Andrew and Grassly, Nicholas C},
journal={Computer applications in the biosciences: CABIOS},
volume={13},
number={3},
pages={235--238},
year={1997},
}
@article{c05,
title={{DNA} assembly with gaps (Dawg): simulating sequence evolution},
author={Cartwright, Reed A},
journal={Bioinformatics},
volume={21},
number={Suppl 3},
pages={iii31--iii38},
year={2005},
}
@article{c08,
title={Simulation of genomes: a review},
author={Carvajal-Rodr{\'\i}guez, Antonio},
journal={Curr Genomics},
volume={9},
number={3},
pages={155},
year={2008},
}
@article{sc04,
title={{SelSim:} a program to simulate population genetic
data with natural selection and recombination},
author={Spencer, Chris CA and Coop, Graham},
journal={Bioinformatics},
volume={20},
number={18},
pages={3673--3675},
year={2004},
}
@article{mspmms05,
title={{CoaSim:} a flexible environment for simulating genetic data under
coalescent models},
author={Mailund, Thomas and Schierup, Mikkel H and Pedersen,
Christian NS and Mechlenborg, Peter JM and Madsen, Jesper N and Schauser, Leif},
journal={BMC Bioinformatics},
volume={6},
number={1},
pages={252},
year={2005},
}
@article{rm07,
title={Mlcoalsim: multilocus coalescent simulations},
author={Ramos-Onsins, Sebastian E and Mitchell-Olds, Thomas},
journal={Evol Bioinform Online},
volume={3},
pages={41},
year={2007},
}
@article{ap07,
title={Recodon: coalescent simulation of coding {DNA} sequences with
recombination, migration and demography},
author={Arenas, Miguel and Posada, David},
journal={BMC Bioinformatics},
volume={8},
number={1},
pages={458},
year={2007},
}
@article{ens00,
title={{SIMCOAL:} a general coalescent program for
the simulation of molecular data in interconnected populations
with arbitrary demography},
author={Excoffier, Laurent and Novembre, J and Schneider, Stefan},
journal={J Hered},
volume={91},
number={6},
pages={506--509},
year={2000},
}
@article{le04,
title={{SIMCOAL} 2.0: a program to simulate genomic diversity
over large recombining regions in a subdivided population
with a complex history},
author={Laval, Guillaume and Excoffier, Laurent},
journal={Bioinformatics},
volume={20},
number={15},
pages={2485--2487},
year={2004},
}
@article{arch05,
title={Serial SimCoal: a population genetics model for data
from multiple populations and points in time},
author={Anderson, Christian NK and Ramakrishnan, Uma and Chan, Yvonne L and Hadly, Elizabeth A},
journal={Bioinformatics},
volume={21},
number={8},
pages={1733--1734},
year={2005},
}
@article{lza07,
title={{GENOME:} a rapid coalescent-based whole genome simulator},
author={Liang, Liming and Z{\"o}llner, Sebastian and Abecasis, Gon{\c{c}}alo R},
journal={Bioinformatics},
volume={23},
number={12},
pages={1565--1567},
year={2007},
}
@article{hs07,
title={msHOT: modifying {Hudson}'s ms simulator to incorporate
crossover and gene conversion hotspots},
author={Hellenthal, Garrett and Stephens, Matthew},
journal={Bioinformatics},
volume={23},
number={4},
pages={520--521},
year={2007}
}
@article{wzlclmx14,
title={A new method for modeling coalescent processes with recombination},
author={Wang, Ying and Zhou, Ying and Li, Linfeng and Chen,
Xian and Liu, Yuting and Ma, Zhi-Ming and Xu, Shuhua},
journal={BMC Bioinformatics},
volume={15},
number={1},
pages={273},
year={2014},
}
@article{ti09,
title={mbs: modifying Hudson's ms software to generate samples of
{DNA} sequences with a biallelic site under selection},
author={Teshima, Kosuke M and Innan, Hideki},
journal={BMC Bioinformatics},
volume={10},
number={1},
pages={166},
year={2009},
}
@article{e15,
title={Big data: The power of petabytes},
author={Eisenstein, Michael},
journal={Nature},
volume={527},
number={7576},
pages={S2--S4},
year={2015},
}
@article{slfc15,
title={Big data: astronomical or genomical?},
author={Stephens, Zachary D and Lee, Skylar Y and Faghri, Faraz
and Campbell, Roy H and Zhai, Chengxiang and Efron, Miles J
and Iyer, Ravishankar and Schatz, Michael C
and Sinha, Saurabh and Robinson, Gene E},
journal={PLoS Biol},
volume={13},
number={7},
pages={e1002195},
year={2015},
publisher={Public Library of Science}
}
@article{hn13,
author ={Kelley Harris and Rasmus Nielsen},
title = {Inferring demographic history from a spectrum of shared haplotype lengths},
year = {2013},
journal = {PLoS Genet},
volume = {9},
number = {6},
pages = {e1003521},