Evolving Antibiotic Resistance in Bacteria by Controlling Mutation Rate

Size: px
Start display at page:

Download "Evolving Antibiotic Resistance in Bacteria by Controlling Mutation Rate"

Transcription

1 Evolving Antibiotic Resistance in Bacteria by Controlling Mutation Rate Roman V. Belavkin 1 1 School of Science and Technology Middlesex University, London NW4 4BT, UK December 11, 2015, Tokyo University of Science Roman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

2 Introduction and motivation Introduction and motivation Mathematical models of DNA mutation Evolution as a search problem Optimal control of mutation Adaptive mutation in bacteria Roman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

3 Introduction and motivation Genetic Basis of Mutation Individual phenotypes are represented by their genotypes: ATCAGGACTCA Mutation of a genetic code means that reproduction is not a perfect replication (i.e. changes of the phenotype): ATCAGG ATCGGG Roman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

4 Introduction and motivation Mutation and Natural Selection Definition (Fitness) A real-valued function f : Ω R such that f(a) f(b) means b has a better reproductive success than a. f(a) f(b) means b is better adapted to the environment than a. Fitness can be absolute or relative (e.g. may depend on other individuals or environment). Mutation of a into b can be: Deleterious if f(a) > f(b) Neutral if f(a) = f(b) Beneficial if f(a) < f(b) Remark Adaptation is an increase of fitness, which requires beneficial mutations. However, the majority of mutations in biology are deleterious or neutral. Roman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

5 Introduction and motivation Optimal Mutation Problem ATCAGG ATCGGG Question: 1 Can an organism increase the probability P + of beneficial mutations? 2 If yes, then do biological organisms optimize mutation? Related issues 1 Need for a mathematical model of mutation and exact formulation of optimization problem for mutation. 2 Need to develop experiments to test theoretical hypotheses. oman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

6 Introduction and motivation Evolution as an Information Dynamic System EPSRC Sandpit Math of Life (July, 2009): Three year project ( ) Middlesex University : Roman Belavkin University of Warwick : John Aston University of Keele : Alastair Channon & Elizabeth Aston University of Manchester : Chris Knight & Rok Krašovec oman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

7 Mathematical models of DNA mutation Introduction and motivation Mathematical models of DNA mutation Evolution as a search problem Optimal control of mutation Adaptive mutation in bacteria Roman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

8 Mathematical models of DNA mutation Assumptions about Mutation Let P (b a) be transition probability for a b. Independence : mutations at different sites are independent: P (b a) = P (b 1,..., b l a 1,..., a l ) = Neutrality : selection does not act on sites: P (b i a i ) = P (b j a j ) l P (b i a i ) i=1 Models of DNA substitution Jukes and Cantor (1969) : one parameter µ = P (b i a i ) Kimura (1980) : two parameters µ 1 (transitions A G or C T ) and µ 2 (transversions) Tavaré (1986) : six parameters (plus four base frequencies). Roman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

9 Mathematical models of DNA mutation Random Mutation Point mutation Probability of r independent substitutions with equal probability µ in a sequence of length l: ( ) l P µ (r) = µ r (1 µ) l r r Mutation may involve: multiple parameters µ 1, µ 2. Random substitution, insertion, deletion, transposition Non-independent events (epistasis) ATAGGACTCA ATGGGGACTAC Roman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

10 Evolution as a search problem Introduction and motivation Mathematical models of DNA mutation Evolution as a search problem Optimal control of mutation Adaptive mutation in bacteria Roman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

11 Evolution as a search problem Optimization and Search Problems Ω a search space; f : Ω R objective function (fitness). Search problem: Find ω such that f(ω) = υ. Example: f(ω) = max f(ω). Or find: f(ω) = 0 and 2 f(ω) 0 Roman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

12 Evolution as a search problem Optimization and Search Algorithms Iterative Procedure ω t+1 = Λ(ω t ) Unless f(ω t ) = υ do ω t+1 = ω t + ω t, ω 0 = a The steps ω t can be random: ω t rand(ω) If f is twice differentiable (i.e. f, 2 f exist), then we can apply the gradient method: ω t = [ 2 f(ω t )] 1 f(ω }{{} t ) }{{} Step-size Direction Usually, f is not differentiable, and therefore we need gradient-free methods. Example: genetic algorithm (GA). Roman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

13 Evolution as a search problem Search in a Metric Space Random mutation: ω m t+1 = ω t+1 + ω t, ω t S(0, r) 3 ω n t+1 r is mutation radius (step size), controlled r via the mutation rate µ [0, 1] (probability ω t of mutation of one letter). The probability that r letters mutate is given by the binomial distribution: ( ) l P µ (r) = µ r (1 µ) l r r Question Does the probability of beneficial mutation depend on µ (or r), and if it does, which µ is optimal? oman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

14 Evolution as a search problem Remark Fisher s work predates the discovery of DNA, and is based on Euclidean geometry. oman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27 Fisher s Geometric Model of Adaptation Fisher (1930) considered Euclidean space m R l of l traits 3 b There exists an optimal individual R l n r Fitness = negative Euclidean distance to a Question How does P + := P (f(a) < f(b)) depend on mutation radius r? Main Results(Fisher, 1930): P + decreases exponentially with r for all n = d(, a) [0, ) Evolution is more likely to occur via small mutations

15 Evolution as a search problem Geometry of a Hamming space H l α The set H l α := {1,..., α} l is finite with the number of elements: α l This means that there always exist the top (best) element and the bottom (worst) element in {1,..., α} l. Hamming metric: d H (a, b) = l δ ai (b i ), δ ai (b i ) = i=1 { 1 if ai = b i 0 otherwise Hamming space H l α := {1,..., α} l has finite diameter l. Every point has a diametric opposite point. The complement of any ball B(a, r) := {b : d H (a, b) r} in {1, 2} l is also a ball. Roman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

16 Evolution as a search problem Probability of adaptation in H Probability of adaptation n = 90 n = n = 75 n = 50 n = Mutation radius r oman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

17 Optimal control of mutation Introduction and motivation Mathematical models of DNA mutation Evolution as a search problem Optimal control of mutation Adaptive mutation in bacteria Roman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

18 Optimal control of mutation Optimal Control of Mutation Rate The fact that P + varies with mutation radius and distance to optimum means that we can find an optimal mutation rate control functions µ(n) (Belavkin, 2010, 2012): Maximum adaptation in no more than λ generations maximize µ(x) E{f s+t } subject to t λ Maximum adaptation in no more than λ bits between p s and p s+t : maximize µ(x) E{f s+t } subject to I(p s+t, p s ) λ Cumulative criterion: sup µ(x) λ E µ(x) {f s+t } t=0 λ t=0 sup µ(x) E µ(x) {f s+t } oman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

19 Optimal control of mutation Optimal mutation rate control functions in H Step Linear n/l max µ P µ (m < n n) P 0 (m < n) Mutation rate µ oman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

20 Optimal control of mutation Evolution of Fitness in Time Distance to optimum n = d(, a) Constant 1/l Step Linear n/l max µ P µ (m < n n) P 0 (m < n n) e + 06 Generation t oman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

21 Adaptive mutation in bacteria Introduction and motivation Mathematical models of DNA mutation Evolution as a search problem Optimal control of mutation Adaptive mutation in bacteria Roman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

22 Adaptive mutation in bacteria Do Biological Organisms Control Mutation? DNA contains vast amount of information l base pairs. Damage to DNA is very high due to radiation and other mutagens. Mutation rates are extremely low µ 1/l Such a fair replication is due to the DNA repair mechanism (e.g. Hakem, 2008). Mutation rates are not minimized Mutation rates can be very different between closely related species (e.g. bacterium Deinococcus radiodurans Cox, Keck, & Battista, 2010) Mutation rate may change with environment for a single genotype (Bjedov et al., 2003) DNA repair mechanism is expressed through several genes, and their deactivation can reduce the repair by different values The existence of a control would require some form of feedback about fitness Roman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

23 Adaptive mutation in bacteria Mutation Rate Control in E. coli Used strains of Escherichia coli K-12 MG1665 Fluctuation test using media 50µg/ml of Rifamipicin Estimated mutation rates µ in E.coli strains grown in Davis minimal medium with different amount of glucose. Roman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

24 Adaptive mutation in bacteria Results (Krašovec et al., 2014) Population density (10 8 c.f.u./ml) Strong relationship between µ and density of cells (p <.0001). No such relationship in the luxs quorum sensing mutant (p =.0234). Krašovec, R., Belavkin, R., Aston, J., Channon, A., Aston, E., Rash, B., Kadirvel, M., Forbes. S., Knight, C. G. (2014, April). Mutation-rate-plasticity in rifampicin resistance depends on Escherichia coli cell-cell interactions. Nature Communications, Vol. 5 (3742). Roman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27 Mutation rate (10 9 / gen)

25 Adaptive mutation in bacteria Summary We have formulated mathematical problem of mutation rate control and obtained its solutions in several important cases (Belavkin, 2011, 2012, 2013). The geometry of a discrete space of DNA sequences implies that minimal mutation rate is not always optimal, contrary to common perception based on Fisher s work. Mutation rate plasticity (MRP) has been observed in E.coli and shown to depend on quorum sensing (Krašovec et al., 2014). The observed MRP corresponds well to theoretical functions for adaptive optimal control of mutation rate. Hypothesis Bacteria use quorum sensing to measure population density and estimate their own fitness. This information can be helpful for various adaptive strategies. Roman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

26 Adaptive mutation in bacteria Introduction and motivation Mathematical models of DNA mutation Evolution as a search problem Optimal control of mutation Adaptive mutation in bacteria Roman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

27 References Introduction and motivation Mathematical models of DNA mutation Evolution as a search problem Optimal control of mutation Adaptive mutation in bacteria Roman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

28 References Belavkin, R. V. (2010). Information trajectory of optimal learning. In M. J. Hirsch, P. M. Pardalos, & R. Murphey (Eds.), Dynamics of information systems: Theory and applications (Vol. 40, pp ). Springer. Belavkin, R. V. (2011). Mutation and optimal search of sequences in nested Hamming spaces. In IEEE Information Theory Workshop. IEEE. Belavkin, R. V. (2012). On evolution of an information dynamic system and its generating operator. Optimization Letters, 6(5), Belavkin, R. V. (2013). Minimum of information distance criterion for optimal control of mutation rate in evolutionary systems. In L. Accardi, W. Freudenberg, & M. Ohya (Eds.), Quantum Bio-Informatics V (Vol. 30, pp ). World Scientific. Bjedov, I., Tenaillon, O., Gerard, B., Souza, V., Denamur, E., Radman, M., et al. (2003). Stress-induced mutagenesis in bacteria. Science, 300(5624), Cox, M. M., Keck, J. L., & Battista, J. R. (2010). Rising from the ashes: DNA repair in Deinococcus radiodurans. PLoS Genet, 6(1), Roman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

29 Adaptive mutation in bacteria e Fisher, R. A. (1930). The genetical theory of natural selection. Oxford: Oxford University Press. Hakem, R. (2008). DNA-damage repair; the good, the bad, and the ugly. Embo J, 27(4), Jukes, T. H., & Cantor, C. R. (1969). Evolution of protein molecules. New York: Academic Press. Kimura, M. (1980). A simple method for estimating evolutionary rates of base substitutions through comparative studies of nucleotide sequences. Journal of Molecular Evolution, 16(2), Krašovec, R., Belavkin, R. V., Aston, J. A. D., Channon, A., Aston, E., Rash, B. M., et al. (2014, April). Mutation rate plasticity in rifampicin resistance depends on escherichia coli cell-cell interactions. Nature Communications, 5(3742). Tavaré, S. (1986). Some probabilistic and statistical problems in the analysis of DNA sequences. Lectures on Mathematics in the Life Sciences, 17, oman Belavkin (Middlesex University, London) Controlling Mutation Rate / 27

Mechanisms of evolution in experiment and theory. Christopher Knight

Mechanisms of evolution in experiment and theory. Christopher Knight Mechanisms of evolution in experiment and theory Christopher Knight Evolution and molecular biology Nothing in Biology makes sense except in the light of evolution (Dobzhansy 1964 in Biology, molecular

More information

Monotonicity of fitness landscapes and mutation rate control

Monotonicity of fitness landscapes and mutation rate control J. Math. Biol. (2016) 73:1491 1524 DOI 10.1007/s00285-016-0995-3 Mathematical Biology Monotonicity of fitness landscapes and mutation rate control Roman V. Belavkin 1 Alastair Channon 2 Elizabeth Aston

More information

Optimal Mutation Rate Control under Selection in Hamming Spaces

Optimal Mutation Rate Control under Selection in Hamming Spaces DOI: http://dx.doi.org/10.7551/978-0-262-33027-5-ch113 Optimal Mutation Rate Control under Selection in Hamming Spaces Elizabeth Aston 1, Alastair Channon 1, Roman V. Belavkin 2, Rok Krašovec 3 and Christopher

More information

Rise and Fall of Mutator Bacteria

Rise and Fall of Mutator Bacteria Rise and Fall of Mutator Bacteria The Evolution of Mutation Rates in Bacteria Yoav Ram Hadany Evolutionary Theory Lab 29 May 2011 Bacteria Bacteria are unicellular, haploid and asexual Reproduce by binary

More information

Law of Cosines and Shannon-Pythagorean Theorem for Quantum Information

Law of Cosines and Shannon-Pythagorean Theorem for Quantum Information In Geometric Science of Information, 2013, Paris. Law of Cosines and Shannon-Pythagorean Theorem for Quantum Information Roman V. Belavkin 1 School of Engineering and Information Sciences Middlesex University,

More information

COMP598: Advanced Computational Biology Methods and Research

COMP598: Advanced Computational Biology Methods and Research COMP598: Advanced Computational Biology Methods and Research Modeling the evolution of RNA in the sequence/structure network Jerome Waldispuhl School of Computer Science, McGill RNA world In prebiotic

More information

Critical Mutation Rate Has an Exponential Dependence on Population Size

Critical Mutation Rate Has an Exponential Dependence on Population Size Critical Mutation Rate Has an Exponential Dependence on Population Size Alastair Channon 1, Elizabeth Aston 1, Charles Day 1, Roman V. Belavkin 2 and Christopher G. Knight 3 1 Research Institute for the

More information

WHERE DOES THE VARIATION COME FROM IN THE FIRST PLACE?

WHERE DOES THE VARIATION COME FROM IN THE FIRST PLACE? What factors contribute to phenotypic variation? The world s tallest man, Sultan Kosen (8 feet 1 inch) towers over the world s smallest, He Ping (2 feet 5 inches). WHERE DOES THE VARIATION COME FROM IN

More information

Molecular Evolution & the Origin of Variation

Molecular Evolution & the Origin of Variation Molecular Evolution & the Origin of Variation What Is Molecular Evolution? Molecular evolution differs from phenotypic evolution in that mutations and genetic drift are much more important determinants

More information

Molecular Evolution & the Origin of Variation

Molecular Evolution & the Origin of Variation Molecular Evolution & the Origin of Variation What Is Molecular Evolution? Molecular evolution differs from phenotypic evolution in that mutations and genetic drift are much more important determinants

More information

that does not happen during mitosis?

that does not happen during mitosis? Review! What is a somatic cell?! What is a sex cell?! What is a haploid cell?! What is a diploid cell?! Why is cell division important?! What are the different types of cell division?! What are these useful

More information

Chapter 15: Darwin and Evolution

Chapter 15: Darwin and Evolution Chapter 15: Darwin and Evolution AP Curriculum Alignment Big Idea 1 is about evolution. Charles Darwin is called the father of evolution because his theory of natural selection explains how evolution occurs.

More information

Lecture Notes: BIOL2007 Molecular Evolution

Lecture Notes: BIOL2007 Molecular Evolution Lecture Notes: BIOL2007 Molecular Evolution Kanchon Dasmahapatra (k.dasmahapatra@ucl.ac.uk) Introduction By now we all are familiar and understand, or think we understand, how evolution works on traits

More information

Can evolution paths be explained by chance alone? arxiv: v1 [math.pr] 12 Oct The model

Can evolution paths be explained by chance alone? arxiv: v1 [math.pr] 12 Oct The model Can evolution paths be explained by chance alone? Rinaldo B. Schinazi Department of Mathematics University of Colorado at Colorado Springs rinaldo.schinazi@uccs.edu arxiv:1810.05705v1 [math.pr] 12 Oct

More information

Evolutionary Computation

Evolutionary Computation Evolutionary Computation - Computational procedures patterned after biological evolution. - Search procedure that probabilistically applies search operators to set of points in the search space. - Lamarck

More information

Topic 09 Evolution. I. Populations A. Evolution is change over time. (change in the frequency of heritable phenotypes & the alleles that govern them)

Topic 09 Evolution. I. Populations A. Evolution is change over time. (change in the frequency of heritable phenotypes & the alleles that govern them) Topic 09 Evolution I. Populations A. Evolution is change over time (change in the frequency of heritable phenotypes & the alleles that govern them) 1 I. Populations A. Evolution is change over time (change

More information

Peddie Summer Day School

Peddie Summer Day School Peddie Summer Day School Course Syllabus: BIOLOGY Teacher: Mr. Jeff Tuliszewski Text: Biology by Miller and Levine, Prentice Hall, 2010 edition ISBN 9780133669510 Guided Reading Workbook for Biology ISBN

More information

1 Errors in mitosis and meiosis can result in chromosomal abnormalities.

1 Errors in mitosis and meiosis can result in chromosomal abnormalities. Slide 1 / 21 1 Errors in mitosis and meiosis can result in chromosomal abnormalities. a. Identify and describe a common chromosomal mutation. Slide 2 / 21 Errors in mitosis and meiosis can result in chromosomal

More information

Biology 8 Learning Outcomes

Biology 8 Learning Outcomes Biology 8 Learning Outcomes CELLS (Bio 8-1) I can connect the names, diagrams, and functions of organelles in a cell I know the major differences between plant and animal cells I can explain cell theory

More information

Modeling Noise in Genetic Sequences

Modeling Noise in Genetic Sequences Modeling Noise in Genetic Sequences M. Radavičius 1 and T. Rekašius 2 1 Institute of Mathematics and Informatics, Vilnius, Lithuania 2 Vilnius Gediminas Technical University, Vilnius, Lithuania 1. Introduction:

More information

m1 m2 m3 m4 m5 m6 m7 m8 wt m m m m m m m m8 - + wt +

m1 m2 m3 m4 m5 m6 m7 m8 wt m m m m m m m m8 - + wt + otherwise, you couldn't grow them!) You perform pairwise infections with each of your mutant bacteriophage strains and get the following results: (+) = pair of phages lysed host cells, (-) = pair of phages

More information

Principles of Genetics

Principles of Genetics Principles of Genetics Snustad, D ISBN-13: 9780470903599 Table of Contents C H A P T E R 1 The Science of Genetics 1 An Invitation 2 Three Great Milestones in Genetics 2 DNA as the Genetic Material 6 Genetics

More information

Bacterial Genetics & Operons

Bacterial Genetics & Operons Bacterial Genetics & Operons The Bacterial Genome Because bacteria have simple genomes, they are used most often in molecular genetics studies Most of what we know about bacterial genetics comes from the

More information

Why EvoSysBio? Combine the rigor from two powerful quantitative modeling traditions: Molecular Systems Biology. Evolutionary Biology

Why EvoSysBio? Combine the rigor from two powerful quantitative modeling traditions: Molecular Systems Biology. Evolutionary Biology Why EvoSysBio? Combine the rigor from two powerful quantitative modeling traditions: Molecular Systems Biology rigorous models of molecules... in organisms Modeling Evolutionary Biology rigorous models

More information

The neutral theory of molecular evolution

The neutral theory of molecular evolution The neutral theory of molecular evolution Introduction I didn t make a big deal of it in what we just went over, but in deriving the Jukes-Cantor equation I used the phrase substitution rate instead of

More information

Evolution in Action: The Power of Mutation in E. coli

Evolution in Action: The Power of Mutation in E. coli Evolution in Action: The Power of Mutation in E. coli by Merle K. Heidemann, College of Natural Science, Emeritus Peter J. T. White, Lyman Briggs College James J. Smith, Lyman Briggs College Michigan State

More information

MATHEMATICAL MODELS - Vol. III - Mathematical Modeling and the Human Genome - Hilary S. Booth MATHEMATICAL MODELING AND THE HUMAN GENOME

MATHEMATICAL MODELS - Vol. III - Mathematical Modeling and the Human Genome - Hilary S. Booth MATHEMATICAL MODELING AND THE HUMAN GENOME MATHEMATICAL MODELING AND THE HUMAN GENOME Hilary S. Booth Australian National University, Australia Keywords: Human genome, DNA, bioinformatics, sequence analysis, evolution. Contents 1. Introduction:

More information

A Simple Haploid-Diploid Evolutionary Algorithm

A Simple Haploid-Diploid Evolutionary Algorithm A Simple Haploid-Diploid Evolutionary Algorithm Larry Bull Computer Science Research Centre University of the West of England, Bristol, UK larry.bull@uwe.ac.uk Abstract It has recently been suggested that

More information

POPULATION GENETICS Winter 2005 Lecture 17 Molecular phylogenetics

POPULATION GENETICS Winter 2005 Lecture 17 Molecular phylogenetics POPULATION GENETICS Winter 2005 Lecture 17 Molecular phylogenetics - in deriving a phylogeny our goal is simply to reconstruct the historical relationships between a group of taxa. - before we review the

More information

APES C4L2 HOW DOES THE EARTH S LIFE CHANGE OVER TIME? Textbook pages 85 88

APES C4L2 HOW DOES THE EARTH S LIFE CHANGE OVER TIME? Textbook pages 85 88 APES C4L2 HOW DOES THE EARTH S LIFE CHANGE OVER TIME? Textbook pages 85 88 Big Ideas Concept 4-2A The scientific theory of evolution explains how life on Earth changes over time through changes in the

More information

Chapter 8: Introduction to Evolutionary Computation

Chapter 8: Introduction to Evolutionary Computation Computational Intelligence: Second Edition Contents Some Theories about Evolution Evolution is an optimization process: the aim is to improve the ability of an organism to survive in dynamically changing

More information

Miller & Levine Biology

Miller & Levine Biology A Correlation of To the Science Biology A Correlation of, 2014 to the, Table of Contents From Molecules to Organisms: Structures and Processes... 3 Ecosystems: Interactions, Energy, and Dynamics... 4 Heredity:

More information

The Evolution of Stress-Induced Mutagenesis in Finite and Infinite Populations. Yoav Ram & Lilach Hadany Tel-Aviv University

The Evolution of Stress-Induced Mutagenesis in Finite and Infinite Populations. Yoav Ram & Lilach Hadany Tel-Aviv University The Evolution of Stress-Induced Mutagenesis in Finite and Infinite Populations Yoav Ram & Lilach Hadany Tel-Aviv University PopGroup45, Nottingham UK, January 2012 Evolution of the Mutation Rate Deleterious

More information

Mole_Oce Lecture # 24: Introduction to genomics

Mole_Oce Lecture # 24: Introduction to genomics Mole_Oce Lecture # 24: Introduction to genomics DEFINITION: Genomics: the study of genomes or he study of genes and their function. Genomics (1980s):The systematic generation of information about genes

More information

Evaluate evidence provided by data from many scientific disciplines to support biological evolution. [LO 1.9, SP 5.3]

Evaluate evidence provided by data from many scientific disciplines to support biological evolution. [LO 1.9, SP 5.3] Learning Objectives Evaluate evidence provided by data from many scientific disciplines to support biological evolution. [LO 1.9, SP 5.3] Refine evidence based on data from many scientific disciplines

More information

AP Biology Essential Knowledge Cards BIG IDEA 1

AP Biology Essential Knowledge Cards BIG IDEA 1 AP Biology Essential Knowledge Cards BIG IDEA 1 Essential knowledge 1.A.1: Natural selection is a major mechanism of evolution. Essential knowledge 1.A.4: Biological evolution is supported by scientific

More information

Q2 (4.6) Put the following in order from biggest to smallest: Gene DNA Cell Chromosome Nucleus. Q8 (Biology) (4.6)

Q2 (4.6) Put the following in order from biggest to smallest: Gene DNA Cell Chromosome Nucleus. Q8 (Biology) (4.6) Q1 (4.6) What is variation? Q2 (4.6) Put the following in order from biggest to smallest: Gene DNA Cell Chromosome Nucleus Q3 (4.6) What are genes? Q4 (4.6) What sort of reproduction produces genetically

More information

Computational Cell Biology Lecture 4

Computational Cell Biology Lecture 4 Computational Cell Biology Lecture 4 Case Study: Basic Modeling in Gene Expression Yang Cao Department of Computer Science DNA Structure and Base Pair Gene Expression Gene is just a small part of DNA.

More information

Creative Genomic Webs -Kapil Rajaraman PHY 498BIO, HW 4

Creative Genomic Webs -Kapil Rajaraman PHY 498BIO, HW 4 Creative Genomic Webs -Kapil Rajaraman (rajaramn@uiuc.edu) PHY 498BIO, HW 4 Evolutionary progress is generally considered a result of successful accumulation of mistakes in replication of the genetic code.

More information

Evolutionary Genetics

Evolutionary Genetics Evolutionary Genetics LV 25600-01 Lecture with exercises 6KP Natural Selection HS2018 The importance of the great principle of selection mainly lies in the power of selecting scarcely appreciable differences,

More information

Understanding relationship between homologous sequences

Understanding relationship between homologous sequences Molecular Evolution Molecular Evolution How and when were genes and proteins created? How old is a gene? How can we calculate the age of a gene? How did the gene evolve to the present form? What selective

More information

- mutations can occur at different levels from single nucleotide positions in DNA to entire genomes.

- mutations can occur at different levels from single nucleotide positions in DNA to entire genomes. February 8, 2005 Bio 107/207 Winter 2005 Lecture 11 Mutation and transposable elements - the term mutation has an interesting history. - as far back as the 17th century, it was used to describe any drastic

More information

arxiv:physics/ v1 [physics.bio-ph] 19 Apr 2000

arxiv:physics/ v1 [physics.bio-ph] 19 Apr 2000 Optimal Mutation Rates in Dynamic Environments Martin Nilsson Santa Fe Institute, 1399 Hyde Park Road, Santa Fe, New Mexico 87501 USA Institute of Theoretical Physics, Chalmers University of Technology

More information

Biology Unit Overview and Pacing Guide

Biology Unit Overview and Pacing Guide This document provides teachers with an overview of each unit in the Biology curriculum. The Curriculum Engine provides additional information including knowledge and performance learning targets, key

More information

Evolution & Natural Selection

Evolution & Natural Selection Evolution & Natural Selection Learning Objectives Know what biological evolution is and understand the driving force behind biological evolution. know the major mechanisms that change allele frequencies

More information

Processes of Evolution

Processes of Evolution 15 Processes of Evolution Forces of Evolution Concept 15.4 Selection Can Be Stabilizing, Directional, or Disruptive Natural selection can act on quantitative traits in three ways: Stabilizing selection

More information

Introduction to Evolution

Introduction to Evolution Introduction to Evolution What is evolution? A basic definition of evolution evolution can be precisely defined as any change in the frequency of alleles within a gene pool from one generation to the

More information

Massachusetts Institute of Technology Computational Evolutionary Biology, Fall, 2005 Notes for November 7: Molecular evolution

Massachusetts Institute of Technology Computational Evolutionary Biology, Fall, 2005 Notes for November 7: Molecular evolution Massachusetts Institute of Technology 6.877 Computational Evolutionary Biology, Fall, 2005 Notes for November 7: Molecular evolution 1. Rates of amino acid replacement The initial motivation for the neutral

More information

Jeopardy. Evolution Q $100 Q $100 Q $100 Q $100 Q $100 Q $200 Q $200 Q $200 Q $200 Q $200 Q $300 Q $300 Q $300 Q $300 Q $300

Jeopardy. Evolution Q $100 Q $100 Q $100 Q $100 Q $100 Q $200 Q $200 Q $200 Q $200 Q $200 Q $300 Q $300 Q $300 Q $300 Q $300 Jeopardy Mutations Crosses & Punnett Sqs. Meiosis & Variability Evolution Photo, Cell Resp, Energy, Matter Q $100 Q $200 Q $300 Q $400 Q $500 Q $100 Q $100 Q $100 Q $100 Q $200 Q $200 Q $200 Q $200 Q $300

More information

Campbell Biology Concepts & Connections 2015

Campbell Biology Concepts & Connections 2015 A Correlation of Concepts & Connections 2015 To the Science, , Science - Table of Contents From Molecules to Organisms: Structures and Processes... 3 Ecosystems: Interactions, Energy, and Dynamics... 5

More information

CHAPTERS 24-25: Evidence for Evolution and Phylogeny

CHAPTERS 24-25: Evidence for Evolution and Phylogeny CHAPTERS 24-25: Evidence for Evolution and Phylogeny 1. For each of the following, indicate how it is used as evidence of evolution by natural selection or shown as an evolutionary trend: a. Paleontology

More information

Variation of Traits. genetic variation: the measure of the differences among individuals within a population

Variation of Traits. genetic variation: the measure of the differences among individuals within a population Genetic variability is the measure of the differences among individuals within a population. Because some traits are more suited to certain environments, creating particular niches and fits, we know that

More information

Cells & Cell Division

Cells & Cell Division Cells & Cell Division An informative presentation by your wacky science teacher! LG4: Explain basic principles of HEREDITY, including CELL DIVISION (MITOSIS & MEIOSIS). A Question.. What do you, an ant,

More information

There are 3 parts to this exam. Use your time efficiently and be sure to put your name on the top of each page.

There are 3 parts to this exam. Use your time efficiently and be sure to put your name on the top of each page. EVOLUTIONARY BIOLOGY EXAM #1 Fall 2017 There are 3 parts to this exam. Use your time efficiently and be sure to put your name on the top of each page. Part I. True (T) or False (F) (2 points each). Circle

More information

Mutation, Selection, Gene Flow, Genetic Drift, and Nonrandom Mating Results in Evolution

Mutation, Selection, Gene Flow, Genetic Drift, and Nonrandom Mating Results in Evolution Mutation, Selection, Gene Flow, Genetic Drift, and Nonrandom Mating Results in Evolution 15.2 Intro In biology, evolution refers specifically to changes in the genetic makeup of populations over time.

More information

Multiple Choice Review- Eukaryotic Gene Expression

Multiple Choice Review- Eukaryotic Gene Expression Multiple Choice Review- Eukaryotic Gene Expression 1. Which of the following is the Central Dogma of cell biology? a. DNA Nucleic Acid Protein Amino Acid b. Prokaryote Bacteria - Eukaryote c. Atom Molecule

More information

Sexual Reproduction and Genetics

Sexual Reproduction and Genetics Chapter Test A CHAPTER 10 Sexual Reproduction and Genetics Part A: Multiple Choice In the space at the left, write the letter of the term, number, or phrase that best answers each question. 1. How many

More information

mrna Codon Table Mutant Dinosaur Name: Period:

mrna Codon Table Mutant Dinosaur Name: Period: Mutant Dinosaur Name: Period: Intro Your dinosaur is born with a new genetic mutation. Your job is to map out the genes that are influenced by the mutation and to discover how the new dinosaurs interact

More information

Sara C. Madeira. Universidade da Beira Interior. (Thanks to Ana Teresa Freitas, IST for useful resources on this subject)

Sara C. Madeira. Universidade da Beira Interior. (Thanks to Ana Teresa Freitas, IST for useful resources on this subject) Bioinformática Sequence Alignment Pairwise Sequence Alignment Universidade da Beira Interior (Thanks to Ana Teresa Freitas, IST for useful resources on this subject) 1 16/3/29 & 23/3/29 27/4/29 Outline

More information

Dynamic optimisation identifies optimal programs for pathway regulation in prokaryotes. - Supplementary Information -

Dynamic optimisation identifies optimal programs for pathway regulation in prokaryotes. - Supplementary Information - Dynamic optimisation identifies optimal programs for pathway regulation in prokaryotes - Supplementary Information - Martin Bartl a, Martin Kötzing a,b, Stefan Schuster c, Pu Li a, Christoph Kaleta b a

More information

BIOLOGY I: COURSE OVERVIEW

BIOLOGY I: COURSE OVERVIEW BIOLOGY I: COURSE OVERVIEW The academic standards for High School Biology I establish the content knowledge and skills for Tennessee students in order to prepare them for the rigorous levels of higher

More information

Amira A. AL-Hosary PhD of infectious diseases Department of Animal Medicine (Infectious Diseases) Faculty of Veterinary Medicine Assiut

Amira A. AL-Hosary PhD of infectious diseases Department of Animal Medicine (Infectious Diseases) Faculty of Veterinary Medicine Assiut Amira A. AL-Hosary PhD of infectious diseases Department of Animal Medicine (Infectious Diseases) Faculty of Veterinary Medicine Assiut University-Egypt Phylogenetic analysis Phylogenetic Basics: Biological

More information

Is there any difference between adaptation fueled by standing genetic variation and adaptation fueled by new (de novo) mutations?

Is there any difference between adaptation fueled by standing genetic variation and adaptation fueled by new (de novo) mutations? Visualizing evolution as it happens Spatiotemporal microbial evolution on antibiotic landscapes Michael Baym, Tami D. Lieberman,*, Eric D. Kelsic, Remy Chait, Rotem Gross, Idan Yelin, Roy Kishony Science

More information

The probability of improvement in Fisher's geometric model: a probabilistic approach

The probability of improvement in Fisher's geometric model: a probabilistic approach The probability of improvement in Fisher's geometric model: a probabilistic approach Yoav Ram and Lilach Hadany The Department of Molecular Biology and Ecology of Plants The George S. Wise Faculty of Life

More information

RIBOSOME: THE ENGINE OF THE LIVING VON NEUMANN S CONSTRUCTOR

RIBOSOME: THE ENGINE OF THE LIVING VON NEUMANN S CONSTRUCTOR RIBOSOME: THE ENGINE OF THE LIVING VON NEUMANN S CONSTRUCTOR IAS 2012 Von Neumann s universal constructor Self-reproducing machine: constructor + tape (1948/9). Program on tape: (i) retrieve parts from

More information

Dr. Amira A. AL-Hosary

Dr. Amira A. AL-Hosary Phylogenetic analysis Amira A. AL-Hosary PhD of infectious diseases Department of Animal Medicine (Infectious Diseases) Faculty of Veterinary Medicine Assiut University-Egypt Phylogenetic Basics: Biological

More information

Objective 3.01 (DNA, RNA and Protein Synthesis)

Objective 3.01 (DNA, RNA and Protein Synthesis) Objective 3.01 (DNA, RNA and Protein Synthesis) DNA Structure o Discovered by Watson and Crick o Double-stranded o Shape is a double helix (twisted ladder) o Made of chains of nucleotides: o Has four types

More information

Topic 7: Evolution. 1. The graph below represents the populations of two different species in an ecosystem over a period of several years.

Topic 7: Evolution. 1. The graph below represents the populations of two different species in an ecosystem over a period of several years. 1. The graph below represents the populations of two different species in an ecosystem over a period of several years. Which statement is a possible explanation for the changes shown? (1) Species A is

More information

Phylogeny and systematics. Why are these disciplines important in evolutionary biology and how are they related to each other?

Phylogeny and systematics. Why are these disciplines important in evolutionary biology and how are they related to each other? Phylogeny and systematics Why are these disciplines important in evolutionary biology and how are they related to each other? Phylogeny and systematics Phylogeny: the evolutionary history of a species

More information

1.A- Natural Selection

1.A- Natural Selection 1.A- Natural Selection Big Idea 1: The process of evolution drives the diversity and unity of life. EU 1.A- Evolution is change in the genetic makeup of a population over time. EU 1.B- Organisms are linked

More information

Statistical Models in Evolutionary Biology An Introductory Discussion

Statistical Models in Evolutionary Biology An Introductory Discussion Statistical Models in Evolutionary Biology An Introductory Discussion Christopher R. Genovese Department of Statistics Carnegie Mellon University http://www.stat.cmu.edu/ ~ genovese/ JSM 8 August 2006

More information

Curriculum Links. AQA GCE Biology. AS level

Curriculum Links. AQA GCE Biology. AS level Curriculum Links AQA GCE Biology Unit 2 BIOL2 The variety of living organisms 3.2.1 Living organisms vary and this variation is influenced by genetic and environmental factors Causes of variation 3.2.2

More information

Evolutionary dynamics of populations with genotype-phenotype map

Evolutionary dynamics of populations with genotype-phenotype map Evolutionary dynamics of populations with genotype-phenotype map Esther Ibáñez Marcelo, Tomas Alarcon Cor Biomat 2013: Mathematics of Planet Earth CENTRE DE RECERCA MATEMÀTICA 17-21 June 2013 Esther Ibáñez

More information

"Nothing in biology makes sense except in the light of evolution Theodosius Dobzhansky

Nothing in biology makes sense except in the light of evolution Theodosius Dobzhansky MOLECULAR PHYLOGENY "Nothing in biology makes sense except in the light of evolution Theodosius Dobzhansky EVOLUTION - theory that groups of organisms change over time so that descendeants differ structurally

More information

Symbiotic Sympatric Speciation: Compliance with Interaction-driven Phenotype Differentiation from a Single Genotype

Symbiotic Sympatric Speciation: Compliance with Interaction-driven Phenotype Differentiation from a Single Genotype Symbiotic Sympatric Speciation: Compliance with Interaction-driven Phenotype Differentiation from a Single Genotype Kunihiko Kaneko (Univ of Tokyo, Komaba) with Tetsuya Yomo (Osaka Univ.) experiment Akiko

More information

Natural Selection and Evolution

Natural Selection and Evolution Natural Selection and Evolution Our plant has been evolving from its simplest beginnings into a vast range of organisms present today This has happened by natural selection Natural Selection and Evolution

More information

Genetics and Natural Selection

Genetics and Natural Selection Genetics and Natural Selection Darwin did not have an understanding of the mechanisms of inheritance and thus did not understand how natural selection would alter the patterns of inheritance in a population.

More information

www.lessonplansinc.com Topic: Dinosaur Evolution Project Summary: Students pretend to evolve two dinosaurs using genetics and watch how the dinosaurs adapt to an environmental change. This is a very comprehensive

More information

Cover Requirements: Name of Unit Colored picture representing something in the unit

Cover Requirements: Name of Unit Colored picture representing something in the unit Name: Period: Cover Requirements: Name of Unit Colored picture representing something in the unit Biology B1 1 Target # Biology Unit B1 (Genetics & Meiosis) Learning Targets Genetics & Meiosis I can explain

More information

Enduring Understanding: Change in the genetic makeup of a population over time is evolution Pearson Education, Inc.

Enduring Understanding: Change in the genetic makeup of a population over time is evolution Pearson Education, Inc. Enduring Understanding: Change in the genetic makeup of a population over time is evolution. Objective: You will be able to identify the key concepts of evolution theory Do Now: Read the enduring understanding

More information

UNIT 5. Protein Synthesis 11/22/16

UNIT 5. Protein Synthesis 11/22/16 UNIT 5 Protein Synthesis IV. Transcription (8.4) A. RNA carries DNA s instruction 1. Francis Crick defined the central dogma of molecular biology a. Replication copies DNA b. Transcription converts DNA

More information

Using Evolutionary Approaches To Study Biological Pathways. Pathways Have Evolved

Using Evolutionary Approaches To Study Biological Pathways. Pathways Have Evolved Pathways Have Evolved Using Evolutionary Approaches To Study Biological Pathways Orkun S. Soyer The Microsoft Research - University of Trento Centre for Computational and Systems Biology Protein-protein

More information

CHAPTER 13 PROKARYOTE GENES: E. COLI LAC OPERON

CHAPTER 13 PROKARYOTE GENES: E. COLI LAC OPERON PROKARYOTE GENES: E. COLI LAC OPERON CHAPTER 13 CHAPTER 13 PROKARYOTE GENES: E. COLI LAC OPERON Figure 1. Electron micrograph of growing E. coli. Some show the constriction at the location where daughter

More information

Regents Review Assignment #8-A08 Living Environment: Comet Part A Questions

Regents Review Assignment #8-A08 Living Environment: Comet Part A Questions Part A Questions 1. A student notices that fruit flies with the curlywing trait develop straight wings if kept at a temperature of 16 C, but develop curly wings if kept at 25 C. The best explanation for

More information

Predicting Fitness Effects of Beneficial Mutations in Digital Organisms

Predicting Fitness Effects of Beneficial Mutations in Digital Organisms Predicting Fitness Effects of Beneficial Mutations in Digital Organisms Haitao Zhang 1 and Michael Travisano 1 1 Department of Biology and Biochemistry, University of Houston, Houston TX 77204-5001 Abstract-Evolutionary

More information

Map of AP-Aligned Bio-Rad Kits with Learning Objectives

Map of AP-Aligned Bio-Rad Kits with Learning Objectives Map of AP-Aligned Bio-Rad Kits with Learning Objectives Cover more than one AP Biology Big Idea with these AP-aligned Bio-Rad kits. Big Idea 1 Big Idea 2 Big Idea 3 Big Idea 4 ThINQ! pglo Transformation

More information

Introduction to population genetics & evolution

Introduction to population genetics & evolution Introduction to population genetics & evolution Course Organization Exam dates: Feb 19 March 1st Has everybody registered? Did you get the email with the exam schedule Summer seminar: Hot topics in Bioinformatics

More information

A A A A B B1

A A A A B B1 LEARNING OBJECTIVES FOR EACH BIG IDEA WITH ASSOCIATED SCIENCE PRACTICES AND ESSENTIAL KNOWLEDGE Learning Objectives will be the target for AP Biology exam questions Learning Objectives Sci Prac Es Knowl

More information

Content Standards Learning and Performance Expectations Assessment of Learning

Content Standards Learning and Performance Expectations Assessment of Learning Thinking Skills - The student demonstrates: 1. Critical Thinking Skills include the ability to analyze, criticize, advocate ideas, reason inductively and deductively, and to reach factual and judgemental

More information

Molecular evolution - Part 1. Pawan Dhar BII

Molecular evolution - Part 1. Pawan Dhar BII Molecular evolution - Part 1 Pawan Dhar BII Theodosius Dobzhansky Nothing in biology makes sense except in the light of evolution Age of life on earth: 3.85 billion years Formation of planet: 4.5 billion

More information

1. What is the definition of Evolution? a. Descent with modification b. Changes in the heritable traits present in a population over time c.

1. What is the definition of Evolution? a. Descent with modification b. Changes in the heritable traits present in a population over time c. 1. What is the definition of Evolution? a. Descent with modification b. Changes in the heritable traits present in a population over time c. Changes in allele frequencies in a population across generations

More information

The Evolution of Gene Dominance through the. Baldwin Effect

The Evolution of Gene Dominance through the. Baldwin Effect The Evolution of Gene Dominance through the Baldwin Effect Larry Bull Computer Science Research Centre Department of Computer Science & Creative Technologies University of the West of England, Bristol

More information

2. Overproduction: More species are produced than can possibly survive

2. Overproduction: More species are produced than can possibly survive Name: Date: What to study? Class notes Graphic organizers with group notes Review sheets What to expect on the TEST? Multiple choice Short answers Graph Reading comprehension STRATEGIES Circle key words

More information

Take a quiz to assess your understanding of the material. Due : 29 Jan 2015 Duration : 20 min Scoring : 20 Points Earned :

Take a quiz to assess your understanding of the material. Due : 29 Jan 2015 Duration : 20 min Scoring : 20 Points Earned : Biology Core Sem 2 Activity Points % of Total Discuss 75 4% Exam 100 6% Final Exam 100 6% Journal 100 6% Lab 250 14% Practice 125 7% Quiz 740 43% Test (CST) 250 14% Total Points for the Course : 1740 Unit

More information

CHAPTER : Prokaryotic Genetics

CHAPTER : Prokaryotic Genetics CHAPTER 13.3 13.5: Prokaryotic Genetics 1. Most bacteria are not pathogenic. Identify several important roles they play in the ecosystem and human culture. 2. How do variations arise in bacteria considering

More information

Untitled Document. A. antibiotics B. cell structure C. DNA structure D. sterile procedures

Untitled Document. A. antibiotics B. cell structure C. DNA structure D. sterile procedures Name: Date: 1. The discovery of which of the following has most directly led to advances in the identification of suspects in criminal investigations and in the identification of genetic diseases? A. antibiotics

More information

AP Curriculum Framework with Learning Objectives

AP Curriculum Framework with Learning Objectives Big Ideas Big Idea 1: The process of evolution drives the diversity and unity of life. AP Curriculum Framework with Learning Objectives Understanding 1.A: Change in the genetic makeup of a population over

More information

Normalised evolutionary activity statistics and the need for phenotypic evidence

Normalised evolutionary activity statistics and the need for phenotypic evidence Open Ended Evolution workshop, ECAL 2015 20 July 2015 Normalised evolutionary activity statistics and the need for phenotypic evidence Dr Alastair Channon School of Computing and Mathematics Keele University

More information

Biology as Information Dynamics

Biology as Information Dynamics Biology as Information Dynamics John Baez Stanford Complexity Group April 20, 2017 What is life? Self-replicating information! Information about what? How to self-replicate! It is clear that biology has

More information

Genetic Variation: The genetic substrate for natural selection. Horizontal Gene Transfer. General Principles 10/2/17.

Genetic Variation: The genetic substrate for natural selection. Horizontal Gene Transfer. General Principles 10/2/17. Genetic Variation: The genetic substrate for natural selection What about organisms that do not have sexual reproduction? Horizontal Gene Transfer Dr. Carol E. Lee, University of Wisconsin In prokaryotes:

More information