-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.bbl
2933 lines (2591 loc) · 132 KB
/
main.bbl
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
\begin{thebibliography}{341}
\providecommand{\natexlab}[1]{#1}
\providecommand{\url}[1]{\texttt{#1}}
\expandafter\ifx\csname urlstyle\endcsname\relax
\providecommand{\doi}[1]{doi: #1}\else
\providecommand{\doi}{doi: \begingroup \urlstyle{rm}\Url}\fi
\bibitem[Zierenberg et~al.(2000)Zierenberg, Adams, and
Arp]{zierenberg_life_2000}
Robert~A. Zierenberg, Michael W.~W. Adams, and Alissa~J. Arp.
\newblock Life in extreme environments: {Hydrothermal} vents.
\newblock \emph{Proceedings of the National Academy of Sciences}, 97\penalty0
(24):\penalty0 12961--12962, November 2000.
\newblock ISSN 0027-8424, 1091-6490.
\bibitem[Bliss(1962)]{bliss_adaptations_1962}
L.~C. Bliss.
\newblock Adaptations of {Arctic} and {Alpine} {Plants} to {Environmental}
{Conditions}.
\newblock \emph{Arctic}, 15\penalty0 (2):\penalty0 117--144, 1962.
\newblock ISSN 0004-0843.
\bibitem[Summers and Clough(2001)]{summers_evolution_2001}
Kyle Summers and Mark~E. Clough.
\newblock The evolution of coloration and toxicity in the poison frog family
({Dendrobatidae}).
\newblock \emph{Proceedings of the National Academy of Sciences of the United
States of America}, 98\penalty0 (11):\penalty0 6227--6232, May 2001.
\newblock ISSN 0027-8424.
\bibitem[Darwin(1859)]{darwin_origin_1859}
Charles Darwin.
\newblock \emph{On the origin of species by means of natural selection, or,
{The} preservation of favoured races in the struggle for life /}, volume
-1859.
\newblock London :John Murray,, 1859.
\bibitem[Weiss et~al.(2016)Weiss, Sousa, Mrnjavac, Neukirchen, Roettger,
Nelson-Sathi, and Martin]{weiss_physiology_2016}
Madeline~C. Weiss, Filipa~L. Sousa, Natalia Mrnjavac, Sinje Neukirchen, Mayo
Roettger, Shijulal Nelson-Sathi, and William~F. Martin.
\newblock The physiology and habitat of the last universal common ancestor.
\newblock \emph{Nature Microbiology}, 1\penalty0 (9):\penalty0
nmicrobiol2016116, July 2016.
\newblock ISSN 2058-5276.
\bibitem[Glansdorff et~al.(2008)Glansdorff, Xu, and
Labedan]{glansdorff_last_2008}
Nicolas Glansdorff, Ying Xu, and Bernard Labedan.
\newblock The {Last} {Universal} {Common} {Ancestor}: emergence, constitution
and genetic legacy of an elusive forerunner.
\newblock \emph{Biology Direct}, 3:\penalty0 29, July 2008.
\newblock ISSN 1745-6150.
\bibitem[Lane et~al.(2010)Lane, Allen, and Martin]{lane_how_2010}
Nick Lane, John~F. Allen, and William Martin.
\newblock How did {LUCA} make a living? {Chemiosmosis} in the origin of life.
\newblock \emph{BioEssays}, 32\penalty0 (4):\penalty0 271--280, April 2010.
\newblock ISSN 1521-1878.
\bibitem[Lewontin(1974)]{lewontin_genetic_1974}
Richard~C. Lewontin.
\newblock \emph{The genetic basis of evolutionary change [by] {R}. {C}.
{Lewontin}}.
\newblock Columbia University Press New York, 1974.
\newblock ISBN 0-231-03392-3 0-231-08318-1.
\bibitem[Jacob(1977)]{jacob_evolution_1977}
F.~Jacob.
\newblock Evolution and tinkering.
\newblock \emph{Science}, 196\penalty0 (4295):\penalty0 1161--1166, June 1977.
\newblock ISSN 0036-8075, 1095-9203.
\bibitem[Woese et~al.(1990)Woese, Kandler, and Wheelis]{woese_towards_1990}
C.~R. Woese, O.~Kandler, and M.~L. Wheelis.
\newblock Towards a natural system of organisms: proposal for the domains
{Archaea}, {Bacteria}, and {Eucarya}.
\newblock \emph{Proceedings of the National Academy of Sciences}, 87\penalty0
(12):\penalty0 4576--4579, June 1990.
\newblock ISSN 0027-8424, 1091-6490.
\bibitem[Nei and Zhang(1998)]{nei_molecular_1998}
Masatoshi Nei and Jianzhi Zhang.
\newblock Molecular {Origin} of {Species}.
\newblock \emph{Science}, 282\penalty0 (5393):\penalty0 1428--1429, November
1998.
\newblock ISSN 0036-8075, 1095-9203.
\bibitem[Gillespie(1998)]{gillespie_population_1998}
J.H. Gillespie.
\newblock \emph{Population {Genetics}: {A} {Concise} {Guide}}.
\newblock A {Johns} {Hopkins} {Paperback}: {Science}. Johns Hopkins University
Press, 1998.
\newblock ISBN 978-0-8018-5754-6.
\bibitem[Gillespie(1984)]{gillespie_molecular_1984}
John~H. Gillespie.
\newblock Molecular {Evolution} {Over} the {Mutational} {Landscape}.
\newblock \emph{Evolution}, 38\penalty0 (5):\penalty0 1116--1129, 1984.
\newblock ISSN 0014-3820.
\bibitem[Fisher()]{fisher_genetical_nodate}
Sir Fisher, Ronald~Aylmer.
\newblock \emph{The genetical theory of natural selection.}
\newblock OxfordClarendon Press.
\bibitem[Wright(1931)]{wright_evolution_1931}
Sewall Wright.
\newblock Evolution in {Mendelian} {Populations}.
\newblock \emph{Genetics}, 16\penalty0 (2):\penalty0 97--159, March 1931.
\newblock ISSN 0016-6731.
\bibitem[Fontana and Schuster(1998)]{fontana_shaping_1998}
Walter Fontana and Peter Schuster.
\newblock Shaping {Space}: the {Possible} and the {Attainable} in {RNA}
{Genotype}–phenotype {Mapping}.
\newblock \emph{Journal of Theoretical Biology}, 194\penalty0 (4):\penalty0
491--515, October 1998.
\newblock ISSN 0022-5193.
\bibitem[Stadler and Stadler(2006)]{stadler_genotype-phenotype_2006}
Peter~F. Stadler and Bärbel M.~R. Stadler.
\newblock Genotype-{Phenotype} {Maps}.
\newblock \emph{Biological Theory}, 1\penalty0 (3):\penalty0 268--279,
September 2006.
\newblock ISSN 1555-5542, 1555-5550.
\bibitem[Gillespie(1983)]{gillespie_simple_1983}
John~H. Gillespie.
\newblock A simple stochastic gene substitution model.
\newblock \emph{Theoretical Population Biology}, 23\penalty0 (2):\penalty0
202--215, April 1983.
\newblock ISSN 0040-5809.
\bibitem[Orr(2002)]{orr_population_2002}
H.~Allen Orr.
\newblock The population genetics of adaptation: the adaptation of {DNA}
sequences.
\newblock \emph{Evolution; International Journal of Organic Evolution},
56\penalty0 (7):\penalty0 1317--1330, July 2002.
\newblock ISSN 0014-3820.
\bibitem[McNIVEN et~al.(2011)McNIVEN, LeVASSEUR-VIENS, Kanippayoor, Laturney,
and Moehring]{mcniven_genetic_2011}
Vanda T.~K. McNIVEN, Hélène LeVASSEUR-VIENS, Rachelle~L. Kanippayoor, Meghan
Laturney, and Amanda~J. Moehring.
\newblock The genetic basis of evolution, adaptation and speciation.
\newblock \emph{Molecular Ecology}, 20\penalty0 (24):\penalty0 5119--5122,
December 2011.
\newblock ISSN 1365-294X.
\bibitem[Abbott et~al.(2013)Abbott, Albach, Ansell, Arntzen, Baird, Bierne,
Boughman, Brelsford, Buerkle, Buggs, Butlin, Dieckmann, Eroukhmanoff, Grill,
Cahan, Hermansen, Hewitt, Hudson, Jiggins, Jones, Keller, Marczewski, Mallet,
Martinez-Rodriguez, Möst, Mullen, Nichols, Nolte, Parisod, Pfennig, Rice,
Ritchie, Seifert, Smadja, Stelkens, Szymura, Väinölä, Wolf, and
Zinner]{abbott_hybridization_2013}
R.~Abbott, D.~Albach, S.~Ansell, J.~W. Arntzen, S.~J.~E. Baird, N.~Bierne,
J.~Boughman, A.~Brelsford, C.~A. Buerkle, R.~Buggs, R.~K. Butlin,
U.~Dieckmann, F.~Eroukhmanoff, A.~Grill, S.~H. Cahan, J.~S. Hermansen,
G.~Hewitt, A.~G. Hudson, C.~Jiggins, J.~Jones, B.~Keller, T.~Marczewski,
J.~Mallet, P.~Martinez-Rodriguez, M.~Möst, S.~Mullen, R.~Nichols, A.~W.
Nolte, C.~Parisod, K.~Pfennig, A.~M. Rice, M.~G. Ritchie, B.~Seifert, C.~M.
Smadja, R.~Stelkens, J.~M. Szymura, R.~Väinölä, J.~B.~W. Wolf, and
D.~Zinner.
\newblock Hybridization and speciation.
\newblock \emph{Journal of Evolutionary Biology}, 26\penalty0 (2):\penalty0
229--246, February 2013.
\newblock ISSN 1420-9101.
\bibitem[Hedges et~al.(2015)Hedges, Marin, Suleski, Paymer, and
Kumar]{hedges_tree_2015}
S.~Blair Hedges, Julie Marin, Michael Suleski, Madeline Paymer, and Sudhir
Kumar.
\newblock Tree of {Life} {Reveals} {Clock}-{Like} {Speciation} and
{Diversification}.
\newblock \emph{Molecular Biology and Evolution}, 32\penalty0 (4):\penalty0
835--845, April 2015.
\newblock ISSN 0737-4038, 1537-1719.
\bibitem[Egan et~al.(2015)Egan, Ragland, Assour, Powell, Hood, Emrich, Nosil,
and Feder]{egan_experimental_2015}
Scott~P. Egan, Gregory~J. Ragland, Lauren Assour, Thomas~H.Q. Powell, Glen~R.
Hood, Scott Emrich, Patrik Nosil, and Jeffrey~L. Feder.
\newblock Experimental evidence of genome-wide impact of ecological selection
during early stages of speciation-with-gene-flow.
\newblock \emph{Ecology Letters}, 18\penalty0 (8):\penalty0 817--825, August
2015.
\newblock ISSN 1461-0248.
\bibitem[Alberts et~al.(2002)Alberts, Johnson, Lewis, Raff, Roberts, and
Walter]{alberts_protein_2002}
Bruce Alberts, Alexander Johnson, Julian Lewis, Martin Raff, Keith Roberts, and
Peter Walter.
\newblock Protein {Function}.
\newblock 2002.
\bibitem[Whitford(2005)]{whitford_proteins:_2005}
D.~Whitford.
\newblock \emph{Proteins: {Structure} and {Function}}.
\newblock Wiley, 2005.
\newblock ISBN 978-0-470-01241-3.
\bibitem[Kimura and Crow(1964)]{kimura_number_1964}
Motoo Kimura and James~F. Crow.
\newblock The {Number} of {Alleles} {That} {Can} {Be} {Maintained} in a
{Finite} {Population}.
\newblock \emph{Genetics}, 49\penalty0 (4):\penalty0 725--738, April 1964.
\newblock ISSN 0016-6731, 1943-2631.
\bibitem[Crow(1970)]{crow_mathematics_1970}
James~F. Crow.
\newblock The {Mathematics} of {Heredity}. {Gustave} {Malécot}. {Translated}
from the {French} edition ({Paris}, 1948), revised, and edited by {Demetrios}
{M}. {Yermanos}. {Freeman}, {San} {Francisco}, 1969. xx + 92 pp., illus. \$4.
\newblock \emph{Science}, 168\penalty0 (3932):\penalty0 721--721, May 1970.
\newblock ISSN 0036-8075, 1095-9203.
\bibitem[Nei(1988)]{nei_relative_1988}
M.~Nei.
\newblock Relative {Roles} of {Mutation} and {Selection} in the {Maintenance}
of {Genetic} {Variability}.
\newblock \emph{Philosophical Transactions of the Royal Society of London.
Series B, Biological Sciences}, 319\penalty0 (1196):\penalty0 615--629, 1988.
\newblock ISSN 0080-4622.
\bibitem[Orr(2005)]{orr_probability_2005}
H.~Allen Orr.
\newblock The {Probability} of {Parallel} {Evolution}.
\newblock \emph{Evolution}, 59\penalty0 (1):\penalty0 216--220, January 2005.
\newblock ISSN 1558-5646.
\bibitem[Hohenlohe et~al.(2010)Hohenlohe, Phillips, and
Cresko]{hohenlohe_using_2010}
Paul~A. Hohenlohe, Patrick~C. Phillips, and William~A. Cresko.
\newblock {USING} {POPULATION} {GENOMICS} {TO} {DETECT} {SELECTION} {IN}
{NATURAL} {POPULATIONS}: {KEY} {CONCEPTS} {AND} {METHODOLOGICAL}
{CONSIDERATIONS}.
\newblock \emph{International Journal of Plant Sciences}, 171\penalty0
(9):\penalty0 1059--1071, November 2010.
\newblock ISSN 1058-5893.
\bibitem[Romiguier et~al.(2014)Romiguier, Gayral, Ballenghien, Bernard, Cahais,
Chenuil, Chiari, Dernat, Duret, Faivre, Loire, Lourenco, Nabholz, Roux,
Tsagkogeorga, Weber, Weinert, Belkhir, Bierne, Glémin, and
Galtier]{romiguier_comparative_2014}
J.~Romiguier, P.~Gayral, M.~Ballenghien, A.~Bernard, V.~Cahais, A.~Chenuil,
Y.~Chiari, R.~Dernat, L.~Duret, N.~Faivre, E.~Loire, J.~M. Lourenco,
B.~Nabholz, C.~Roux, G.~Tsagkogeorga, A.~a.-T. Weber, L.~A. Weinert,
K.~Belkhir, N.~Bierne, S.~Glémin, and N.~Galtier.
\newblock Comparative population genomics in animals uncovers the determinants
of genetic diversity.
\newblock \emph{Nature}, 515\penalty0 (7526):\penalty0 261--263, November 2014.
\newblock ISSN 0028-0836.
\bibitem[Mackay(2014)]{mackay_epistasis_2014}
Trudy F.~C. Mackay.
\newblock Epistasis and quantitative traits: using model organisms to study
gene-gene interactions.
\newblock \emph{Nature Reviews Genetics}, 15\penalty0 (1):\penalty0 22--33,
January 2014.
\newblock ISSN 1471-0056.
\bibitem[Tiffin and Ross-Ibarra(2014)]{tiffin_advances_2014}
Peter Tiffin and Jeffrey Ross-Ibarra.
\newblock Advances and limits of using population genetics to understand local
adaptation.
\newblock \emph{Trends in Ecology \& Evolution}, 29\penalty0 (12):\penalty0
673--680, December 2014.
\newblock ISSN 0169-5347.
\bibitem[Huang et~al.(2014)Huang, Feldman, Schroder, Bahri, Diao, Zhi, Estep,
Baxter, Devos, and Kellogg]{huang_population_2014}
Pu~Huang, Maximilian Feldman, Stephan Schroder, Bochra~A. Bahri, Xianmin Diao,
Hui Zhi, Matt Estep, Ivan Baxter, Katrien~M. Devos, and Elizabeth~A. Kellogg.
\newblock Population genetics of {Setaria} viridis, a new model system.
\newblock \emph{Molecular Ecology}, 23\penalty0 (20):\penalty0 4912--4925,
October 2014.
\newblock ISSN 1365-294X.
\bibitem[Lynch(2016)]{lynch_mutation_2016}
Michael Lynch.
\newblock Mutation and {Human} {Exceptionalism}: {Our} {Future} {Genetic}
{Load}.
\newblock \emph{Genetics}, 202\penalty0 (3):\penalty0 869--875, March 2016.
\newblock ISSN 0016-6731, 1943-2631.
\bibitem[Berg(1993)]{berg_random_1993}
H.C. Berg.
\newblock \emph{Random {Walks} in {Biology}}.
\newblock Princeton paperbacks. Princeton University Press, 1993.
\newblock ISBN 978-0-691-00064-0.
\bibitem[Sella and Hirsh(2005)]{sella_application_2005}
Guy Sella and Aaron~E. Hirsh.
\newblock The application of statistical physics to evolutionary biology.
\newblock \emph{Proceedings of the National Academy of Sciences of the United
States of America}, 102\penalty0 (27):\penalty0 9541--9546, July 2005.
\newblock ISSN 0027-8424, 1091-6490.
\bibitem[Dill and Bromberg(2010)]{dill_molecular_2010}
K.~Dill and S.~Bromberg.
\newblock \emph{Molecular {Driving} {Forces}: {Statistical} {Thermodynamics} in
{Biology}, {Chemistry}, {Physics}, and {Nanoscience}}.
\newblock Taylor \& Francis Group, 2010.
\newblock ISBN 978-1-136-67299-6.
\bibitem[Kondo and Miura(2010)]{kondo_reaction-diffusion_2010}
Shigeru Kondo and Takashi Miura.
\newblock Reaction-{Diffusion} {Model} as a {Framework} for {Understanding}
{Biological} {Pattern} {Formation}.
\newblock \emph{Science}, 329\penalty0 (5999):\penalty0 1616--1620, September
2010.
\newblock ISSN 0036-8075, 1095-9203.
\bibitem[Dill et~al.(2011)Dill, Ghosh, and Schmit]{dill_physical_2011}
Ken~A. Dill, Kingshuk Ghosh, and Jeremy~D. Schmit.
\newblock Physical limits of cells and proteomes.
\newblock \emph{Proceedings of the National Academy of Sciences}, 108\penalty0
(44):\penalty0 17876--17882, November 2011.
\newblock ISSN 0027-8424, 1091-6490.
\bibitem[Ghosh et~al.(2016)Ghosh, Graff, Sawle, and Dill]{ghosh_role_2016}
Kingshuk Ghosh, Adam M. R.~de Graff, Lucas Sawle, and Ken~A. Dill.
\newblock Role of {Proteome} {Physical} {Chemistry} in {Cell} {Behavior}.
\newblock \emph{The Journal of Physical Chemistry. B}, 120\penalty0
(36):\penalty0 9549, September 2016.
\bibitem[Feeney and Allison(1969)]{feeney_evolutionary_1969}
R.E. Feeney and R.G. Allison.
\newblock \emph{Evolutionary biochemistry of proteins: homologous and analogous
proteins from avian egg whites, blood sera, milk, and other substances}.
\newblock Wiley-Interscience, 1969.
\bibitem[Harms and Thornton(2013)]{harms_evolutionary_2013}
Michael~J. Harms and Joseph~W. Thornton.
\newblock Evolutionary biochemistry: revealing the historical and physical
causes of protein properties.
\newblock \emph{Nature Reviews Genetics}, 14\penalty0 (8):\penalty0 559--571,
August 2013.
\newblock ISSN 1471-0056.
\bibitem[Harms and Thornton(2010)]{harms_analyzing_2010}
Michael~J Harms and Joseph~W Thornton.
\newblock Analyzing protein structure and function using ancestral gene
reconstruction.
\newblock \emph{Current Opinion in Structural Biology}, 20\penalty0
(3):\penalty0 360--366, June 2010.
\newblock ISSN 0959-440X.
\bibitem[Pauling and Zuckerkandl(1963)]{pauling_chemical_1963}
Linus Pauling and E.~Zuckerkandl.
\newblock Chemical {Paleogenetics}.
\newblock \emph{Acta chem. scand}, 17:\penalty0 S9--S16, 1963.
\bibitem[Harms and Thornton(2014)]{harms_historical_2014}
Michael~J. Harms and Joseph~W. Thornton.
\newblock Historical contingency and its biophysical basis in glucocorticoid
receptor evolution.
\newblock \emph{Nature}, 512\penalty0 (7513):\penalty0 203--207, August 2014.
\newblock ISSN 0028-0836.
\bibitem[Wheeler et~al.(2016{\natexlab{a}})Wheeler, Lim, Marqusee, and
Harms]{wheeler_thermostability_2016}
Lucas~C Wheeler, Shion~A Lim, Susan Marqusee, and Michael~J Harms.
\newblock The thermostability and specificity of ancient proteins.
\newblock \emph{Current Opinion in Structural Biology}, 38:\penalty0 37--43,
June 2016{\natexlab{a}}.
\newblock ISSN 0959-440X.
\bibitem[Liberles(2007)]{liberles_ancestral_2007}
D.A. Liberles.
\newblock \emph{Ancestral {Sequence} {Reconstruction}}.
\newblock Oxford biosciences. OUP Oxford, 2007.
\newblock ISBN 978-0-19-929918-8.
\bibitem[Hanson-Smith et~al.(2010)Hanson-Smith, Kolaczkowski, and
Thornton]{hanson-smith_robustness_2010}
Victor Hanson-Smith, Bryan Kolaczkowski, and Joseph~W. Thornton.
\newblock Robustness of {Ancestral} {Sequence} {Reconstruction} to
{Phylogenetic} {Uncertainty}.
\newblock \emph{Molecular Biology and Evolution}, 27\penalty0 (9):\penalty0
1988--1999, September 2010.
\newblock ISSN 0737-4038.
\bibitem[Eick et~al.(2017)Eick, Bridgham, Anderson, Harms, and
Thornton]{eick_robustness_2017}
Geeta~N. Eick, Jamie~T. Bridgham, Douglas~P. Anderson, Michael~J. Harms, and
Joseph~W. Thornton.
\newblock Robustness of {Reconstructed} {Ancestral} {Protein} {Functions} to
{Statistical} {Uncertainty}.
\newblock \emph{Molecular Biology and Evolution}, 34\penalty0 (2):\penalty0
247--261, February 2017.
\newblock ISSN 0737-4038.
\bibitem[Bridgham et~al.(2009)Bridgham, Ortlund, and
Thornton]{bridgham_epistatic_2009}
Jamie~T. Bridgham, Eric~A. Ortlund, and Joseph~W. Thornton.
\newblock An epistatic ratchet constrains the direction of glucocorticoid
receptor evolution.
\newblock \emph{Nature}, 461\penalty0 (7263):\penalty0 515--519, September
2009.
\newblock ISSN 0028-0836.
\bibitem[McKeown et~al.(2014)McKeown, Bridgham, Anderson, Murphy, Ortlund, and
Thornton]{mckeown_evolution_2014}
Alesia N. McKeown, Jamie T. Bridgham, Dave W. Anderson, Michael N. Murphy,
Eric A. Ortlund, and Joseph W. Thornton.
\newblock Evolution of {DNA} {Specificity} in a {Transcription} {Factor}
{Family} {Produced} a {New} {Gene} {Regulatory} {Module}.
\newblock \emph{Cell}, 159\penalty0 (1):\penalty0 58--68, September 2014.
\newblock ISSN 0092-8674.
\bibitem[Boucher et~al.(2014)Boucher, Jacobowitz, Beckett, Classen, and
Theobald]{boucher_atomic-resolution_2014}
Jeffrey~I. Boucher, Joseph~R. Jacobowitz, Brian~C. Beckett, Scott Classen, and
Douglas~L. Theobald.
\newblock An atomic-resolution view of neofunctionalization in the evolution of
apicomplexan lactate dehydrogenases.
\newblock \emph{eLife}, 3:\penalty0 e02304, June 2014.
\newblock ISSN 2050-084X.
\bibitem[Anderson et~al.(2015)Anderson, McKeown, and
Thornton]{anderson_intermolecular_2015}
Dave~W. Anderson, Alesia~N. McKeown, and Joseph~W. Thornton.
\newblock Intermolecular epistasis shaped the function and evolution of an
ancient transcription factor and its {DNA} binding sites.
\newblock \emph{eLife}, 4:\penalty0 e07864, July 2015.
\newblock ISSN 2050-084X.
\bibitem[Clifton and Jackson(2016)]{clifton_ancestral_2016}
Ben E. Clifton and Colin J. Jackson.
\newblock Ancestral {Protein} {Reconstruction} {Yields} {Insights} into
{Adaptive} {Evolution} of {Binding} {Specificity} in {Solute}-{Binding}
{Proteins}.
\newblock \emph{Cell Chemical Biology}, 23\penalty0 (2):\penalty0 236--245,
February 2016.
\newblock ISSN 2451-9456.
\bibitem[Hart et~al.(2014)Hart, Harms, Schmidt, Elya, Thornton, and
Marqusee]{hart_thermodynamic_2014}
Kathryn~M. Hart, Michael~J. Harms, Bryan~H. Schmidt, Carolyn Elya, Joseph~W.
Thornton, and Susan Marqusee.
\newblock Thermodynamic {System} {Drift} in {Protein} {Evolution}.
\newblock \emph{PLoS Biol}, 12\penalty0 (11):\penalty0 e1001994, November 2014.
\bibitem[Aakre et~al.(2015)Aakre, Herrou, Phung, Perchuk, Crosson, and
Laub]{aakre_evolving_2015}
Christopher~D. Aakre, Julien Herrou, Tuyen~N. Phung, Barrett~S. Perchuk, Sean
Crosson, and Michael~T. Laub.
\newblock Evolving {New} {Protein}-{Protein} {Interaction} {Specificity}
through {Promiscuous} {Intermediates}.
\newblock \emph{Cell}, 163\penalty0 (3):\penalty0 594--606, October 2015.
\newblock ISSN 0092-8674.
\bibitem[Eick et~al.(2012)Eick, Colucci, Harms, Ortlund, and
Thornton]{eick_evolution_2012}
Geeta~N. Eick, Jennifer~K. Colucci, Michael~J. Harms, Eric~A. Ortlund, and
Joseph~W. Thornton.
\newblock Evolution of {Minimal} {Specificity} and {Promiscuity} in {Steroid}
{Hormone} {Receptors}.
\newblock \emph{PLoS Genetics}, 8\penalty0 (11), November 2012.
\newblock ISSN 1553-7390.
\bibitem[Wilson et~al.(2015)Wilson, Agafonov, Hoemberger, Kutter, Zorba,
Halpin, Buosi, Otten, Waterman, Theobald, and Kern]{wilson_using_2015}
C.~Wilson, R.~V. Agafonov, M.~Hoemberger, S.~Kutter, A.~Zorba, J.~Halpin,
V.~Buosi, R.~Otten, D.~Waterman, D.~L. Theobald, and D.~Kern.
\newblock Using ancient protein kinases to unravel a modern cancer drug’s
mechanism.
\newblock \emph{Science}, 347\penalty0 (6224):\penalty0 882--886, February
2015.
\newblock ISSN 0036-8075, 1095-9203.
\bibitem[Risso et~al.(2013)Risso, Gavira, Mejia-Carmona, Gaucher, and
Sanchez-Ruiz]{risso_hyperstability_2013}
Valeria~A. Risso, Jose~A. Gavira, Diego~F. Mejia-Carmona, Eric~A. Gaucher, and
Jose~M. Sanchez-Ruiz.
\newblock Hyperstability and {Substrate} {Promiscuity} in {Laboratory}
{Resurrections} of {Precambrian} β-{Lactamases}.
\newblock \emph{Journal of the American Chemical Society}, 135\penalty0
(8):\penalty0 2899--2902, February 2013.
\newblock ISSN 0002-7863.
\bibitem[Starr and Thornton(2016)]{starr_epistasis_2016}
Tyler~N. Starr and Joseph~W. Thornton.
\newblock Epistasis in protein evolution.
\newblock \emph{Protein Science}, 25\penalty0 (7):\penalty0 1204--1218, July
2016.
\newblock ISSN 1469-896X.
\bibitem[Sailer and Harms(2017)]{sailer_detecting_2017}
Zachary~R. Sailer and Michael~J. Harms.
\newblock Detecting {High}-{Order} {Epistasis} in {Nonlinear}
{Genotype}-{Phenotype} {Maps}.
\newblock \emph{Genetics}, 205\penalty0 (3):\penalty0 1079--1088, March 2017.
\newblock ISSN 0016-6731, 1943-2631.
\bibitem[Wolf et~al.(2006)Wolf, Pomp, Eisen, Cheverud, and
Leamy]{wolf_contribution_2006}
Jason~B. Wolf, Daniel Pomp, Eugene~J. Eisen, James~M. Cheverud, and Larry~J.
Leamy.
\newblock The contribution of epistatic pleiotropy to the genetic architecture
of covariation among polygenic traits in mice.
\newblock \emph{Evolution \& Development}, 8\penalty0 (5):\penalty0 468--476,
October 2006.
\newblock ISSN 1520-541X.
\bibitem[Wagner and Lynch(2008)]{wagner_gene_2008}
Günter~P. Wagner and Vincent~J. Lynch.
\newblock The gene regulatory logic of transcription factor evolution.
\newblock \emph{Trends in Ecology \& Evolution}, 23\penalty0 (7):\penalty0
377--385, July 2008.
\newblock ISSN 0169-5347.
\bibitem[Blount et~al.(2008)Blount, Borland, and
Lenski]{blount_historical_2008}
Zachary~D. Blount, Christina~Z. Borland, and Richard~E. Lenski.
\newblock Historical contingency and the evolution of a key innovation in an
experimental population of {Escherichia} coli.
\newblock \emph{Proceedings of the National Academy of Sciences}, 105\penalty0
(23):\penalty0 7899--7906, June 2008.
\newblock ISSN 0027-8424, 1091-6490.
\bibitem[Des~Marais and Rausher(2008)]{des_marais_escape_2008}
David~L. Des~Marais and Mark~D. Rausher.
\newblock Escape from adaptive conflict after duplication in an anthocyanin
pathway gene.
\newblock \emph{Nature}, 454\penalty0 (7205):\penalty0 762--765, August 2008.
\newblock ISSN 0028-0836.
\bibitem[Smith and Rausher(2011)]{smith_gene_2011}
Stacey~D. Smith and Mark~D. Rausher.
\newblock Gene loss and parallel evolution contribute to species difference in
flower color.
\newblock \emph{Molecular Biology and Evolution}, 28\penalty0 (10):\penalty0
2799--2810, October 2011.
\newblock ISSN 1537-1719.
\bibitem[Smith et~al.(2013)Smith, Wang, and Rausher]{smith_functional_2013}
Stacey~D. Smith, Shunqi Wang, and Mark~D. Rausher.
\newblock Functional evolution of an anthocyanin pathway enzyme during a flower
color transition.
\newblock \emph{Molecular Biology and Evolution}, 30\penalty0 (3):\penalty0
602--612, March 2013.
\newblock ISSN 1537-1719.
\bibitem[Sorrells et~al.(2015)Sorrells, Booth, Tuch, and
Johnson]{sorrells_intersecting_2015}
Trevor~R. Sorrells, Lauren~N. Booth, Brian~B. Tuch, and Alexander~D. Johnson.
\newblock Intersecting transcription networks constrain gene regulatory
evolution.
\newblock \emph{Nature}, 523\penalty0 (7560):\penalty0 361--365, July 2015.
\newblock ISSN 0028-0836.
\bibitem[Streisfeld and Rausher(2009{\natexlab{a}})]{streisfeld_altered_2009}
Matthew~A. Streisfeld and Mark~D. Rausher.
\newblock Altered trans-regulatory control of gene expression in multiple
anthocyanin genes contributes to adaptive flower color evolution in {Mimulus}
aurantiacus.
\newblock \emph{Molecular Biology and Evolution}, 26\penalty0 (2):\penalty0
433--444, February 2009{\natexlab{a}}.
\newblock ISSN 1537-1719.
\bibitem[Streisfeld and Rausher(2009{\natexlab{b}})]{streisfeld_genetic_2009}
Matthew~A. Streisfeld and Mark~D. Rausher.
\newblock Genetic changes contributing to the parallel evolution of red floral
pigmentation among {Ipomoea} species.
\newblock \emph{The New Phytologist}, 183\penalty0 (3):\penalty0 751--763,
August 2009{\natexlab{b}}.
\newblock ISSN 1469-8137.
\bibitem[Wessinger and Rausher(2012)]{wessinger_lessons_2012}
Carolyn~A. Wessinger and Mark~D. Rausher.
\newblock Lessons from flower colour evolution on targets of selection.
\newblock \emph{Journal of Experimental Botany}, 63\penalty0 (16):\penalty0
5741--5749, October 2012.
\newblock ISSN 0022-0957.
\bibitem[Wessinger and Rausher(2014)]{wessinger_predictability_2014}
Carolyn~A. Wessinger and Mark~D. Rausher.
\newblock Predictability and irreversibility of genetic changes associated with
flower color evolution in {Penstemon} barbatus.
\newblock \emph{Evolution; International Journal of Organic Evolution},
68\penalty0 (4):\penalty0 1058--1070, April 2014.
\newblock ISSN 1558-5646.
\bibitem[Zarrinpar et~al.(2003)Zarrinpar, Park, and
Lim]{zarrinpar_optimization_2003}
Ali Zarrinpar, Sang-Hyun Park, and Wendell~A. Lim.
\newblock Optimization of specificity in a cellular protein interaction network
by negative selection.
\newblock \emph{Nature}, 426\penalty0 (6967):\penalty0 676--680, December 2003.
\newblock ISSN 0028-0836.
\bibitem[Weinreich et~al.(2006)Weinreich, Delaney, DePristo, and
Hartl]{weinreich_darwinian_2006}
Daniel~M. Weinreich, Nigel~F. Delaney, Mark~A. DePristo, and Daniel~L. Hartl.
\newblock Darwinian {Evolution} {Can} {Follow} {Only} {Very} {Few} {Mutational}
{Paths} to {Fitter} {Proteins}.
\newblock \emph{Science}, 312\penalty0 (5770):\penalty0 111--114, April 2006.
\newblock ISSN 0036-8075, 1095-9203.
\bibitem[Copley(2012)]{copley_toward_2012}
Shelley~D. Copley.
\newblock Toward a {Systems} {Biology} {Perspective} on {Enzyme} {Evolution}.
\newblock \emph{The Journal of Biological Chemistry}, 287\penalty0
(1):\penalty0 3--10, January 2012.
\newblock ISSN 0021-9258.
\bibitem[Reinke et~al.(2013)Reinke, Baek, Ashenberg, and
Keating]{reinke_networks_2013}
Aaron~W. Reinke, Jiyeon Baek, Orr Ashenberg, and Amy~E. Keating.
\newblock Networks of {bZIP} {Protein}-{Protein} {Interactions} {Diversified}
{Over} a {Billion} {Years} of {Evolution}.
\newblock \emph{Science}, 340\penalty0 (6133):\penalty0 730--734, May 2013.
\newblock ISSN 0036-8075, 1095-9203.
\bibitem[Hudson and Ortlund(2014)]{hudson_structure_2014}
William~H. Hudson and Eric~A. Ortlund.
\newblock The structure, function and evolution of proteins that bind {DNA} and
{RNA}.
\newblock \emph{Nature Reviews Molecular Cell Biology}, 15\penalty0
(11):\penalty0 749--760, November 2014.
\newblock ISSN 1471-0072.
\bibitem[Howard et~al.(2014)Howard, Hanson-Smith, Kennedy, Miller, Lou,
Johnson, Turk, and Holt]{howard_ancestral_2014}
Conor~J. Howard, Victor Hanson-Smith, Kristopher~J. Kennedy, Chad~J. Miller,
Hua~Jane Lou, Alexander~D. Johnson, Benjamin~E. Turk, and Liam~J. Holt.
\newblock Ancestral resurrection reveals evolutionary mechanisms of kinase
plasticity.
\newblock \emph{eLife}, 3:\penalty0 e04126, November 2014.
\newblock ISSN 2050-084X.
\bibitem[Yannone et~al.(2012)Yannone, Hartung, Menon, Adams, and
Tainer]{yannone_metals_2012}
Steven~M Yannone, Sophia Hartung, Angeli~L Menon, Michael~WW Adams, and John~A
Tainer.
\newblock Metals in biology: defining metalloproteomes.
\newblock \emph{Current Opinion in Biotechnology}, 23\penalty0 (1):\penalty0
89--95, February 2012.
\newblock ISSN 0958-1669.
\bibitem[Ekman et~al.(2006)Ekman, Light, Björklund, and
Elofsson]{ekman_what_2006}
Diana Ekman, Sara Light, Åsa~K Björklund, and Arne Elofsson.
\newblock What properties characterize the hub proteins of the protein-protein
interaction network of {Saccharomyces} cerevisiae?
\newblock \emph{Genome Biology}, 7\penalty0 (6):\penalty0 R45, 2006.
\newblock ISSN 1465-6906.
\bibitem[Uchikoga et~al.(2016)Uchikoga, Matsuzaki, Ohue, and
Akiyama]{uchikoga_specificity_2016}
Nobuyuki Uchikoga, Yuri Matsuzaki, Masahito Ohue, and Yutaka Akiyama.
\newblock Specificity of broad protein interaction surfaces for proteins with
multiple binding partners.
\newblock \emph{Biophysics and Physicobiology}, 13:\penalty0 105--115, July
2016.
\newblock ISSN 2189-4779.
\bibitem[Bhattacharya et~al.(2004)Bhattacharya, Bunick, and
Chazin]{bhattacharya_target_2004}
Shibani Bhattacharya, Christopher~G. Bunick, and Walter~J. Chazin.
\newblock Target selectivity in {EF}-hand calcium binding proteins.
\newblock \emph{Biochimica et Biophysica Acta (BBA) - Molecular Cell Research},
1742\penalty0 (1–3):\penalty0 69--79, December 2004.
\newblock ISSN 0167-4889.
\bibitem[Chin and Means(2000)]{chin_calmodulin:_2000}
David Chin and Anthony~R Means.
\newblock Calmodulin: a prototypical calcium sensor.
\newblock \emph{Trends in Cell Biology}, 10\penalty0 (8):\penalty0 322--328,
August 2000.
\newblock ISSN 0962-8924.
\bibitem[Mitchell et~al.(2013)Mitchell, Emerman, and
Malik]{mitchell_evolutionary_2013}
Patrick~S Mitchell, Michael Emerman, and Harmit~S Malik.
\newblock An evolutionary perspective on the broad antiviral specificity of
{MxA}.
\newblock \emph{Current Opinion in Microbiology}, 16\penalty0 (4):\penalty0
493--499, August 2013.
\newblock ISSN 1369-5274.
\bibitem[Gfeller et~al.(2014)Gfeller, Butty, Wierzbicka, Verschueren, Vanhee,
Huang, Ernst, Dar, Stagljar, Serrano, Sidhu, Bader, and
Kim]{gfeller_multiple-specificity_2014}
D.~Gfeller, F.~Butty, M.~Wierzbicka, E.~Verschueren, P.~Vanhee, H.~Huang,
A.~Ernst, N.~Dar, I.~Stagljar, L.~Serrano, S.~S. Sidhu, G.~D. Bader, and
P.~M. Kim.
\newblock The multiple-specificity landscape of modular peptide recognition
domains.
\newblock \emph{Molecular Systems Biology}, 7\penalty0 (1):\penalty0 484--484,
April 2014.
\newblock ISSN 1744-4292.
\bibitem[Schreiber and Keating(2011)]{schreiber_protein_2011}
Gideon Schreiber and Amy~E Keating.
\newblock Protein binding specificity versus promiscuity.
\newblock \emph{Current Opinion in Structural Biology}, 21\penalty0
(1):\penalty0 50--61, February 2011.
\newblock ISSN 0959-440X.
\bibitem[Copley(2015)]{copley_evolutionary_2015}
Shelley~D. Copley.
\newblock An evolutionary biochemist's perspective on promiscuity.
\newblock \emph{Trends in Biochemical Sciences}, 40\penalty0 (2):\penalty0
72--78, January 2015.
\newblock ISSN 0968-0004.
\bibitem[Donato et~al.(2013)Donato, Cannon, Sorci, Riuzzi, Hsu, Weber, and
Geczy]{donato_functions_2013}
R.~Donato, B.R. Cannon, G.~Sorci, F.~Riuzzi, K.~Hsu, D.J. Weber, and C.L.
Geczy.
\newblock Functions of {S}100 {Proteins}.
\newblock \emph{Current molecular medicine}, 13\penalty0 (1):\penalty0 24--57,
January 2013.
\newblock ISSN 1566-5240.
\bibitem[Donato(2003)]{donato_intracellular_2003}
Rosario Donato.
\newblock Intracellular and extracellular roles of {S}100 proteins.
\newblock \emph{Microscopy Research and Technique}, 60\penalty0 (6):\penalty0
540--551, April 2003.
\newblock ISSN 1097-0029.
\bibitem[Zimmer et~al.(2013)Zimmer, Eubanks, Ramakrishnan, and
Criscitiello]{zimmer_evolution_2013}
Danna~B. Zimmer, Jeannine~O. Eubanks, Dhivya Ramakrishnan, and Michael~F.
Criscitiello.
\newblock Evolution of the {S}100 family of calcium sensor proteins.
\newblock \emph{Cell Calcium}, 53\penalty0 (3):\penalty0 170--179, March 2013.
\newblock ISSN 0143-4160.
\bibitem[Heizmann and Cox()]{heizmann_new_nodate}
Claus~W. Heizmann and Jos~A. Cox.
\newblock New perspectives on {S}100 proteins: a multi-functional {Ca} 2+ -,
{Zn} 2+ - and {Cu} 2+ -binding protein family.
\newblock \emph{Biometals}, 11\penalty0 (4):\penalty0 383--397.
\newblock ISSN 0966-0844, 1572-8773.
\bibitem[Chazin(2011)]{chazin_relating_2011}
Walter~J. Chazin.
\newblock Relating {Form} and {Function} of {EF}-hand {Calcium} {Binding}
{Proteins}.
\newblock \emph{Accounts of chemical research}, 44\penalty0 (3):\penalty0
171--179, March 2011.
\newblock ISSN 0001-4842.
\bibitem[Santamaria-Kisiel et~al.(2006)Santamaria-Kisiel, Rintala-Dempsey, and
Shaw]{santamaria-kisiel_calcium-dependent_2006}
Liliana Santamaria-Kisiel, Anne~C. Rintala-Dempsey, and Gary~S. Shaw.
\newblock Calcium-dependent and -independent interactions of the {S}100 protein
family.
\newblock \emph{Biochemical Journal}, 396\penalty0 (2):\penalty0 201--214, June
2006.
\newblock ISSN 0264-6021, 1470-8728.
\bibitem[Kraemer et~al.(2008)Kraemer, Saraiva, and
Korsching]{kraemer_structural_2008}
Andreas~M. Kraemer, Luis~R. Saraiva, and Sigrun~I. Korsching.
\newblock Structural and functional diversification in the teleost {S}100
family of calcium-binding proteins.
\newblock \emph{BMC Evolutionary Biology}, 8:\penalty0 48, 2008.
\newblock ISSN 1471-2148.
\bibitem[Wheeler et~al.(2016{\natexlab{b}})Wheeler, Donor, Prell, and
Harms]{wheeler_multiple_2016}
Lucas~C. Wheeler, Micah~T. Donor, James~S. Prell, and Michael~J. Harms.
\newblock Multiple {Evolutionary} {Origins} of {Ubiquitous} {Cu}2+ and {Zn}2+
{Binding} in the {S}100 {Protein} {Family}.
\newblock \emph{PLOS ONE}, 11\penalty0 (10):\penalty0 e0164740, October
2016{\natexlab{b}}.
\newblock ISSN 1932-6203.
\bibitem[Kizawa et~al.(2011)Kizawa, Takahara, Unno, and
Heizmann]{kizawa_s100_2011}
Kenji Kizawa, Hidenari Takahara, Masaki Unno, and Claus~W. Heizmann.
\newblock S100 and {S}100 fused-type protein families in epidermal maturation
with special focus on {S}100a3 in mammalian hair cuticles.
\newblock \emph{Biochimie}, 93\penalty0 (12):\penalty0 2038--2047, December
2011.
\newblock ISSN 1638-6183.
\bibitem[Gutknecht et~al.(2017)Gutknecht, Seaman, Ning, Cornejo, Mugler,
Antkowiak, Moskaluk, Hu, Epstein, and Kelly]{gutknecht_identification_2017}
Michael~F. Gutknecht, Marc~E. Seaman, Bo~Ning, Daniel~Auger Cornejo, Emily
Mugler, Patrick~F. Antkowiak, Christopher~A. Moskaluk, Song Hu, Frederick~H.
Epstein, and Kimberly~A. Kelly.
\newblock Identification of the {S}100 fused-type protein hornerin as a
regulator of tumor vascularity.
\newblock \emph{Nature Communications}, 8\penalty0 (1):\penalty0 552, September
2017.
\newblock ISSN 2041-1723.
\bibitem[Contzler et~al.(2005)Contzler, Favre, Huber, and
Hohl]{contzler_cornulin_2005}
Romuald Contzler, Bertrand Favre, Marcel Huber, and Daniel Hohl.
\newblock Cornulin, a new member of the "fused gene" family, is expressed
during epidermal differentiation.
\newblock \emph{The Journal of Investigative Dermatology}, 124\penalty0
(5):\penalty0 990--997, May 2005.
\newblock ISSN 0022-202X.
\bibitem[Marenholz et~al.(2004)Marenholz, Heizmann, and
Fritz]{marenholz_s100_2004}
Ingo Marenholz, Claus~W. Heizmann, and Günter Fritz.
\newblock S100 proteins in mouse and man: from evolution to function and
pathology (including an update of the nomenclature).
\newblock \emph{Biochemical and Biophysical Research Communications},
322\penalty0 (4):\penalty0 1111--1122, October 2004.
\newblock ISSN 0006-291X.
\bibitem[Leclerc et~al.(2009)Leclerc, Fritz, Vetter, and
Heizmann]{leclerc_binding_2009}
Estelle Leclerc, Günter Fritz, Stefan~W. Vetter, and Claus~W. Heizmann.
\newblock Binding of {S}100 proteins to {RAGE}: {An} update.
\newblock \emph{Biochimica et Biophysica Acta (BBA) - Molecular Cell Research},
1793\penalty0 (6):\penalty0 993--1007, June 2009.
\newblock ISSN 0167-4889.
\bibitem[Riuzzi et~al.(2011)Riuzzi, Sorci, and Donato]{riuzzi_s100b_2011}
Francesca Riuzzi, Guglielmo Sorci, and Rosario Donato.
\newblock S100b protein regulates myoblast proliferation and differentiation by
activating {FGFR}1 in a {bFGF}-dependent manner.
\newblock \emph{J Cell Sci}, 124\penalty0 (14):\penalty0 2389--2400, July 2011.
\newblock ISSN 0021-9533, 1477-9137.
\bibitem[Zhu et~al.(2016)Zhu, Xue, Liang, Zhang, Zhang, Li, Su, Liang, Zhang,
Huang, Liu, Li, Li, Zhao, and Liu]{zhu_s100a16_2016}
Weidong Zhu, Yi~Xue, Chao Liang, Rihua Zhang, Zhihong Zhang, Hongyan Li,
Dongming Su, Xiubin Liang, Yuanyuan Zhang, Qiong Huang, Menglan Liu, Lu~Li,
Dong Li, Allan~Z. Zhao, and Yun Liu.
\newblock S100a16 promotes cell proliferation and metastasis via {AKT} and
{ERK} cell signaling pathways in human prostate cancer.
\newblock \emph{Tumor Biology}, 37\penalty0 (9):\penalty0 12241--12250,
September 2016.
\newblock ISSN 1010-4283, 1423-0380.
\bibitem[Cho et~al.(2016)Cho, Chou, and Yu]{cho_pentamidine_2016}
Ching~Chang Cho, Ruey~Hwang Chou, and Chin Yu.
\newblock Pentamidine blocks the interaction between mutant {S}100a5 and {RAGE}
{V} domain and inhibits the {RAGE} signaling pathway.
\newblock \emph{Biochemical and Biophysical Research Communications},
477\penalty0 (2):\penalty0 188--194, August 2016.
\newblock ISSN 0006-291X.
\bibitem[Damo et~al.(2013)Damo, Kehl-Fie, Sugitani, Holt, Rathi, Murphy, Zhang,
Betz, Hench, Fritz, Skaar, and Chazin]{damo_molecular_2013}
Steven~M. Damo, Thomas~E. Kehl-Fie, Norie Sugitani, Marilyn~E. Holt, Subodh
Rathi, Wesley~J. Murphy, Yaofang Zhang, Christine Betz, Laura Hench, Günter
Fritz, Eric~P. Skaar, and Walter~J. Chazin.
\newblock Molecular basis for manganese sequestration by calprotectin and roles
in the innate immune response to invading bacterial pathogens.
\newblock \emph{Proceedings of the National Academy of Sciences}, 110\penalty0
(10):\penalty0 3841--3846, March 2013.
\newblock ISSN 0027-8424, 1091-6490.
\bibitem[Hayden et~al.(2013)Hayden, Brophy, Cunden, and
Nolan]{hayden_high-affinity_2013}
Joshua~A. Hayden, Megan~Brunjes Brophy, Lisa~S. Cunden, and Elizabeth~M. Nolan.
\newblock High-{Affinity} {Manganese} {Coordination} by {Human} {Calprotectin}
{Is} {Calcium}-{Dependent} and {Requires} the {Histidine}-{Rich} {Site}
{Formed} at the {Dimer} {Interface}.
\newblock \emph{Journal of the American Chemical Society}, 135\penalty0
(2):\penalty0 775--787, January 2013.
\newblock ISSN 0002-7863.
\bibitem[Tsoporis et~al.(2005)Tsoporis, Marks, Haddad, Dawood, Liu, and
Parker]{tsoporis_s100b_2005}
James~N. Tsoporis, Alexander Marks, Abraham Haddad, Fayez Dawood, Peter~P. Liu,
and Thomas~G. Parker.
\newblock S100b {Expression} {Modulates} {Left} {Ventricular} {Remodeling}
{After} {Myocardial} {Infarction} in {Mice}.
\newblock \emph{Circulation}, 111\penalty0 (5):\penalty0 598--606, February
2005.
\newblock ISSN 0009-7322, 1524-4539.
\bibitem[Tsoporis et~al.(2008)Tsoporis, Izhar, and
Parker]{tsoporis_expression_2008}
James~N. Tsoporis, Shehla Izhar, and Thomas~G. Parker.
\newblock Expression of {S}100a6 in {Cardiac} {Myocytes} {Limits} {Apoptosis}
{Induced} by {Tumor} {Necrosis} {Factor}-α.
\newblock \emph{Journal of Biological Chemistry}, 283\penalty0 (44):\penalty0
30174--30183, October 2008.
\newblock ISSN 0021-9258, 1083-351X.
\bibitem[Wafer et~al.(2013)Wafer, Tzul, Pandharipande, and
Makhatadze]{wafer_novel_2013}
Lucas~N. Wafer, Franco~O. Tzul, Pranav~P. Pandharipande, and George~I.
Makhatadze.
\newblock Novel {Interactions} of the {TRTK}12 {Peptide} with {S}100 {Protein}
{Family} {Members}: {Specificity} and {Thermodynamic} {Characterization}.
\newblock \emph{Biochemistry}, 52\penalty0 (34):\penalty0 5844--5856, August
2013.
\newblock ISSN 0006-2960.
\bibitem[Wheeler et~al.(2017)Wheeler, Anderson, Morrison, Wong, and
Harms]{wheeler_conservation_2017}
Lucas~C. Wheeler, Jeremy~A. Anderson, Annelise~J. Morrison, Caitlyn~E. Wong,
and Michael~J. Harms.
\newblock Conservation of specificity in two low-specificity proteins.
\newblock \emph{bioRxiv}, page 207324, October 2017.
\bibitem[Stiffler et~al.(2007)Stiffler, Chen, Grantcharova, Lei, Fuchs, Allen,
Zaslavskaia, and MacBeath]{stiffler_pdz_2007}
Michael~A. Stiffler, Jiunn~R. Chen, Viara~P. Grantcharova, Ying Lei, Daniel
Fuchs, John~E. Allen, Lioudmila~A. Zaslavskaia, and Gavin MacBeath.
\newblock {PDZ} {Domain} {Binding} {Selectivity} {Is} {Optimized} {Across} the
{Mouse} {Proteome}.
\newblock \emph{Science}, 317\penalty0 (5836):\penalty0 364--369, July 2007.
\newblock ISSN 0036-8075, 1095-9203.
\bibitem[Gaucher et~al.(2008)Gaucher, Govindarajan, and
Ganesh]{gaucher_palaeotemperature_2008}
Eric~A. Gaucher, Sridhar Govindarajan, and Omjoy~K. Ganesh.
\newblock Palaeotemperature trend for {Precambrian} life inferred from
resurrected proteins.
\newblock \emph{Nature}, 451\penalty0 (7179):\penalty0 704--707, February 2008.
\newblock ISSN 0028-0836.
\bibitem[Voordeckers et~al.(2012)Voordeckers, Brown, Vanneste, van~der Zande,
Voet, Maere, and Verstrepen]{voordeckers_reconstruction_2012}
Karin Voordeckers, Chris~A. Brown, Kevin Vanneste, Elisa van~der Zande, Arnout
Voet, Steven Maere, and Kevin~J. Verstrepen.
\newblock Reconstruction of {Ancestral} {Metabolic} {Enzymes} {Reveals}
{Molecular} {Mechanisms} {Underlying} {Evolutionary} {Innovation} through
{Gene} {Duplication}.
\newblock \emph{PLoS Biol}, 10\penalty0 (12):\penalty0 e1001446, December 2012.
\bibitem[Hobbs et~al.(2012)Hobbs, Shepherd, Saul, Demetras, Haaning, Monk,
Daniel, and Arcus]{hobbs_origin_2012}
Joanne~K. Hobbs, Charis Shepherd, David~J. Saul, Nicholas~J. Demetras, Svend
Haaning, Colin~R. Monk, Roy~M. Daniel, and Vickery~L. Arcus.
\newblock On the {Origin} and {Evolution} of {Thermophily}: {Reconstruction} of
{Functional} {Precambrian} {Enzymes} from {Ancestors} of {Bacillus}.
\newblock \emph{Molecular Biology and Evolution}, 29\penalty0 (2):\penalty0
825--835, February 2012.
\newblock ISSN 0737-4038, 1537-1719.
\bibitem[Akanuma et~al.(2013)Akanuma, Nakajima, Yokobori, Kimura, Nemoto, Mase,
Miyazono, Tanokura, and Yamagishi]{akanuma_experimental_2013}
Satoshi Akanuma, Yoshiki Nakajima, Shin-ichi Yokobori, Mitsuo Kimura, Naoki
Nemoto, Tomoko Mase, Ken-ichi Miyazono, Masaru Tanokura, and Akihiko
Yamagishi.
\newblock Experimental evidence for the thermophilicity of ancestral life.
\newblock \emph{Proceedings of the National Academy of Sciences}, 110\penalty0
(27):\penalty0 11067--11072, July 2013.
\newblock ISSN 0027-8424, 1091-6490.
\bibitem[Akanuma et~al.(2011)Akanuma, Iwami, Yokoi, Nakamura, Watanabe,
Yokobori, and Yamagishi]{akanuma_phylogeny-based_2011}
Satoshi Akanuma, Shoko Iwami, Tamaki Yokoi, Nana Nakamura, Hideaki Watanabe,
Shin-ichi Yokobori, and Akihiko Yamagishi.
\newblock Phylogeny-{Based} {Design} of a {B}-{Subunit} of {DNA} {Gyrase} and
{Its} {ATPase} {Domain} {Using} a {Small} {Set} of {Homologous} {Amino}
{Acid} {Sequences}.
\newblock \emph{Journal of Molecular Biology}, 412\penalty0 (2):\penalty0
212--225, September 2011.
\newblock ISSN 0022-2836.
\bibitem[Loughran et~al.(2014)Loughran, O'Connell, O'Connor, and
Ó'Fágáin]{loughran_stability_2014}
N.~B. Loughran, M.~J. O'Connell, B.~O'Connor, and C.~Ó'Fágáin.
\newblock Stability properties of an ancient plant peroxidase.
\newblock \emph{Biochimie}, 104:\penalty0 156--159, September 2014.
\newblock ISSN 0300-9084.
\bibitem[Perez-Jimenez et~al.(2011)Perez-Jimenez, Inglés-Prieto, Zhao,
Sanchez-Romero, Alegre-Cebollada, Kosuri, Garcia-Manyes, Kappock, Tanokura,
Holmgren, Sanchez-Ruiz, Gaucher, and
Fernandez]{perez-jimenez_single-molecule_2011}
Raul Perez-Jimenez, Alvaro Inglés-Prieto, Zi-Ming Zhao, Inmaculada
Sanchez-Romero, Jorge Alegre-Cebollada, Pallav Kosuri, Sergi Garcia-Manyes,
T.~Joseph Kappock, Masaru Tanokura, Arne Holmgren, Jose~M. Sanchez-Ruiz,
Eric~A. Gaucher, and Julio~M. Fernandez.
\newblock Single-molecule paleoenzymology probes the chemistry of resurrected
enzymes.
\newblock \emph{Nature Structural \& Molecular Biology}, 18\penalty0
(5):\penalty0 592--596, May 2011.
\newblock ISSN 1545-9993.
\bibitem[Risso et~al.(2014{\natexlab{a}})Risso, Gavira, and
Sanchez-Ruiz]{risso_thermostable_2014}
Valeria~A. Risso, Jose~A. Gavira, and Jose~M. Sanchez-Ruiz.
\newblock Thermostable and promiscuous {Precambrian} proteins.
\newblock \emph{Environmental Microbiology}, 16\penalty0 (6):\penalty0
1485--1489, June 2014{\natexlab{a}}.
\newblock ISSN 1462-2920.
\bibitem[Cole and Gaucher(2011)]{cole_utilizing_2011}
Megan~F. Cole and Eric~A. Gaucher.
\newblock Utilizing natural diversity to evolve protein function: applications
towards thermostability.
\newblock \emph{Current Opinion in Chemical Biology}, 15\penalty0 (3):\penalty0
399--406, June 2011.
\newblock ISSN 1879-0402.
\bibitem[Whitfield et~al.(2015)Whitfield, Zhang, Herde, Clifton, Radziejewski,