---
title: "Mutations and Genome Diversification"
book: "University Biology — Year 2"
subject: biology
language: en
chapter: 3
exercises: 12
source: https://one-course.com/books/biology/4/en/chapter/3-mutations-and-genome-diversification
---

# Chapter 3 — Mutations and Genome Diversification

Spread a billion bacteria on a plate laced with an antibiotic and, the next morning, a handful of colonies have grown. Did the drug teach those cells to resist it, or were they already resistant before they met it? The question sounds philosophical and was settled by an experiment of great elegance in 1943: the resistant cells were there beforehand, produced by [mutations](#def-b2-genome-diversification-mutation) that happened at random, without regard to their usefulness. This chapter is about the sources of that variation — the copying errors, the chemical accidents, the jumping genes, the genes traded between cells, the duplications of genes and of whole genomes — and about how fast they run. Selection, which sorts the variation, is the subject of [Chapter 22](https://one-course.com/books/biology/4/en/chapter/22-population-genetics-and-natural-selection#ch-b2-population-genetics); here the subject is where the raw material comes from.

## 3.1 Mutations

**Definition 3.1 (Mutation, and its kinds).**

A *mutation* is a heritable change in the sequence of the genome. *Point mutations* change one or a few bases: a *substitution* replaces one base by another (a *transition* swaps purine for purine or pyrimidine for pyrimidine, A$\leftrightarrow$G or C$\leftrightarrow$T; a *transversion* swaps the classes); an *insertion* or *deletion* adds or removes bases. In a coding sequence a substitution is *silent* if the new codon specifies the same amino acid, *missense* if it specifies another, *nonsense* if it creates a stop; an insertion or deletion not a multiple of three shifts the reading frame (*frameshift*) and garbles every codon downstream. *Chromosomal rearrangements* move large segments: deletion, duplication, inversion, translocation between chromosomes. *Genome mutations* change the number of chromosomes: *aneuploidy* (one chromosome too many or too few, as in trisomy 21) and *[polyploidy](#def-b2-genome-diversification-polyploidy)* (whole extra sets). A mutation in a somatic cell is inherited by that cell’s descendants only; a mutation in the germ line is inherited by the organism’s descendants, and only these matter for evolution.

![Point mutations in a short coding sequence (change in red). A silent substitution keeps the protein; a missense changes one residue; a nonsense truncates it; a single inserted base shifts the frame and rewrites everything downstream.](https://one-course.com/images/onecourse/chapters/biology-4/b2-genome-diversification/fig-9b36d8bc16f7.svg)

*[Point mutations](#def-b2-genome-diversification-mutation) in a short coding sequence (change in red). A silent substitution keeps the protein; a missense changes one residue; a nonsense truncates it; a single inserted base shifts the frame and rewrites everything downstream.*

**Proposition 3.2 (Where mutations come from).**

Three sources. *Replication errors*: DNA polymerase misplaces a base about once in $10^{5}$; its proofreading exonuclease removes most, leaving one in $10^{7}$; mismatch repair, which follows the replication fork and corrects the new strand against the old, brings the final error rate to about $10^{-9}$ to $10^{-10}$ per base per replication. *Spontaneous chemistry*: every day, in each human cell, some $10\,000$ purines fall off their sugars (*depurination*) and a hundred cytosines lose an amino group (*deamination*, turning C into U, which pairs with A); both are repaired, but not always. *Mutagens*: ultraviolet light welds adjacent thymines into dimers; ionising radiation breaks strands; alkylating agents and nitrous acid alter bases; intercalating dyes slip between base pairs and cause [frameshifts](#def-b2-genome-diversification-mutation); oxygen radicals from respiration oxidise guanine. The rate per base is tiny; multiplied by the size of a genome and the number of cells, it is not.

**Theorem 3.3 (Mutations per genome and per population).**

If the [mutation rate](#thm-b2-genome-diversification-rate) is $u$ per base pair per replication and the genome holds $G$ base pairs, each replication produces on average $U = uG$ new [mutations](#def-b2-genome-diversification-mutation), and a population of $N$ cells produces $UN$ per generation. For *E. coli* ($u \approx 5 \times 10^{-10}\,$, $G =
4.6 \times 10^{6}\,$): $U \approx 0.002$, so one cell in five hundred carries a new [mutation](#def-b2-genome-diversification-mutation) — but a culture of $10^{9}$ cells makes two million per generation, and every one of the $3G \approx 1.4\times
10^{7}$ possible single-base changes arises somewhere in it every few generations. For a human ($u \approx 1.2 \times 10^{-8}\,$ per generation, $G = 3.2 \times 10^{9}\,$ per haploid set, two sets): each child carries about $75$ new [mutations](#def-b2-genome-diversification-mutation), one or two of them in coding sequence.

**Proof.** Each base is copied independently with probability $u$ of error, so the number of errors per genome copy is a sum of $G$ independent rare events, of mean $uG$ (and approximately Poisson distributed). $N$ cells make $N$ copies. The human figure multiplies $u$ by $2G$ for the diploid genome; the rate per generation is per generation, not per replication, because germ cells undergo many replications between fertilisation and the next. ∎

**Theorem 3.4 (Mutants in a growing culture).**

A culture grown from $N_0$ to $N$ cells, in which a given [mutation](#def-b2-genome-diversification-mutation) occurs with probability $m$ at each cell division, contains at the end a mean number of [mutation](#def-b2-genome-diversification-mutation) *events* $m(N - N_0)$, and a mean number of mutant *cells*

$$
\langle M\rangle = m\,N\,\ln\frac{N}{N_0},
$$

larger than the number of events because an early [mutation](#def-b2-genome-diversification-mutation) founds a clone. The number of mutant cells varies enormously from culture to culture (rare early events give “jackpots”), whereas if the [mutations](#def-b2-genome-diversification-mutation) were induced at plating, it would follow a Poisson law with variance equal to its mean. The fraction of cultures with no mutant at all is $p_0 = e^{-m(N - N_0)}$, which gives $m$ directly.

**Proof.** Growth from $n$ to $n + \mathrm{d}n$ cells takes $\mathrm{d}n$ divisions, each an opportunity for the [mutation](#def-b2-genome-diversification-mutation), so $m\,\mathrm{d}n$ events occur in that interval; summing, $m(N - N_0)$ events in all. A [mutation](#def-b2-genome-diversification-mutation) occurring when the culture has $n$ cells founds a clone that grows in step with the culture and numbers $N/n$ cells at the end; the expected number of mutant cells is therefore $\int_{N_0}^{N} m\,(N/n)\,\mathrm{d}n = mN\ln(N/N_0)$. The events are rare and independent, so their number is Poisson with mean $m(N - N_0)$, and the probability of none is $e^{-m(N - N_0)}$. ∎

**Evidence.** Luria and Delbrück (1943) grew twenty small cultures of *E. coli* from a few cells each, and in parallel took twenty samples from one large culture; they plated all forty with a bacteriophage that kills every sensitive cell and counted the resistant colonies. The samples from the single culture gave counts close to their mean, as a Poisson law predicts; the independent cultures gave counts of 0, 0, 1, 0, 3, 0, 107, 0, 5… — a variance many times the mean. [Mutations](#def-b2-genome-diversification-mutation) to resistance had happened at random times *before* the cells met the phage, early ones producing jackpots. Lederberg and Lederberg (1952) confirmed it without ever exposing the selected cells to the agent: pressing a velvet pad on a plate and stamping copies, they found resistant colonies at the same positions on every replica, and isolated them from the untreated master plate. ∎

![The fluctuation test. If mutations (red) occur at random during growth, the number of mutants depends on when the mutation happened, and independent cultures differ wildly; if the selecting agent induced them at plating, every culture would show a similar small number.](https://one-course.com/images/onecourse/chapters/biology-4/b2-genome-diversification/fig-153c476e1cfb.svg)

*The [fluctuation test](#thm-b2-genome-diversification-luria). If [mutations](#def-b2-genome-diversification-mutation) (red) occur at random during growth, the number of mutants depends on *when* the [mutation](#def-b2-genome-diversification-mutation) happened, and independent cultures differ wildly; if the selecting agent induced them at plating, every culture would show a similar small number.*

![An antibiotic disc on a lawn of bacteria: the clear zone is where the drug diffusing from the disc has killed the sensitive cells, and the colonies inside it grew from resistant mutants that were present before the disc was laid down.](https://one-course.com/images/onecourse/chapters/biology-4/b2-genome-diversification/img-449f87e7e838.jpg)

*An antibiotic disc on a lawn of bacteria: the clear zone is where the drug diffusing from the disc has killed the sensitive cells, and the colonies inside it grew from resistant mutants that were present before the disc was laid down.*

**Proposition 3.5 (Repair, and its limits).**

A cell corrects most damage before it becomes a [mutation](#def-b2-genome-diversification-mutation). *Mismatch repair* removes the wrong base from the newly made strand. *Base excision repair* cuts out a single damaged base (a uracil, an oxidised guanine) and fills the gap; it is why DNA uses thymine rather than uracil: a uracil in DNA can only be a deaminated cytosine, and is recognised as foreign. *Nucleotide excision repair* removes a stretch of a dozen bases around a bulky lesion such as a thymine dimer; people lacking it (xeroderma pigmentosum) develop skin cancers from ordinary sunlight. *Recombinational repair* rebuilds a broken chromosome from its sister copy. What escapes repair, or is repaired wrongly, is a [mutation](#def-b2-genome-diversification-mutation) — and a cell that has lost a repair system (a *mutator*) mutates a hundred times faster, which is a short-term advantage under stress and a long-term burden. Repair mechanisms are treated in depth in the Year 3 volume.

## 3.2 Genes that move

**Definition 3.6 (Transposable elements).**

A *transposable element* is a DNA segment that can move to a new position in the genome. *DNA transposons* encode a *transposase* that cuts the element out and pastes it elsewhere (or copies it there); bacterial insertion sequences are the simplest (a transposase gene between two inverted repeats), and composite transposons carry extra genes — often antibiotic resistances — between two of them. *Retrotransposons* move by a copy-and-paste route through an RNA intermediate, copied back into DNA by a reverse transcriptase; they never leave their old site and so accumulate. An element landing in a gene disrupts it; landing near one, it may alter its expression; two copies in one chromosome provide sites for [unequal crossing-over](#prop-b2-genome-diversification-duplication). Transposons and their relics make up half of the human genome and eighty percent of the maize genome; most are now immobile.

**Evidence.** McClintock (1940s–1950s) studied maize kernels whose purple pigment was lost in some cells and restored in others, giving speckled kernels. She showed by breeding and by chromosome observation that the instability was caused by an element (*Dissociation*) that broke the chromosome where it sat and moved between positions under the control of a second element (*Activator*), and that a gene was silenced when the element sat in it and reactivated when it left. Genes, she concluded, could change position; the idea was accepted only twenty years later, when bacterial insertion sequences were found, and earned her a Nobel Prize in 1983. ∎

![Barbara McClintock, and the kernels that led her to transposable elements: a purple pigment gene switched off by an inserted element and switched back on, cell by cell, when the element jumps out, leaving speckles and sectors.](https://one-course.com/images/onecourse/chapters/biology-4/b2-genome-diversification/img-ade8af60ca66.jpg)

![Barbara McClintock, and the kernels that led her to transposable elements: a purple pigment gene switched off by an inserted element and switched back on, cell by cell, when the element jumps out, leaving speckles and sectors.](https://one-course.com/images/onecourse/chapters/biology-4/b2-genome-diversification/img-a9dd2a76c505.jpg)

*Barbara McClintock, and the kernels that led her to transposable elements: a purple pigment gene switched off by an inserted element and switched back on, cell by cell, when the element jumps out, leaving speckles and sectors.*

![Two ways to move. A DNA transposon is excised and reinserted; a retrotransposon is transcribed, copied back into DNA and inserted elsewhere, so that its copies accumulate.](https://one-course.com/images/onecourse/chapters/biology-4/b2-genome-diversification/fig-e1325f139fdb.svg)

*Two ways to move. A DNA [transposon](#def-b2-genome-diversification-transposon) is excised and reinserted; a [retrotransposon](#def-b2-genome-diversification-transposon) is transcribed, copied back into DNA and inserted elsewhere, so that its copies accumulate.*

**Definition 3.7 (Horizontal gene transfer).**

[Prokaryotes](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote) acquire genes from cells that are not their parents by three routes. *Transformation*: a cell takes up naked DNA from its surroundings (released by dead cells) and recombines it into its chromosome; some species are naturally competent, and it is the route by which pneumococci exchange capsule genes. *Conjugation*: a donor carrying a conjugative [plasmid](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote) (the F factor of *E. coli*) builds a pilus, draws a recipient close, and passes a single strand of the [plasmid](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote) through a pore while replicating it by the rolling circle; if the [plasmid](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote) has integrated into the chromosome (an Hfr strain), chromosomal genes are transferred in order behind it, and the time at which each enters maps the chromosome. *Transduction*: a bacteriophage packages a piece of host DNA by mistake and injects it into the next cell it infects. Together these routes move resistance genes between species within hospitals in years, and have moved metabolic genes across the whole bacterial tree over geological time, so that a [prokaryote](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote)’s ancestry is a web as much as a tree ([Chapter 24](https://one-course.com/books/biology/4/en/chapter/24-phylogenetic-trees-and-the-molecular-clock#ch-b2-phylogenetic-trees)).

**Evidence.** Lederberg and Tatum (1946) mixed two strains of *E. coli*, each unable to make two different nutrients, and plated the mixture on a minimal medium on which neither could grow alone: colonies appeared, at about one per ten million cells, that could make all four — recombinants. Davis (1950) repeated it with the strains separated by a filter that let molecules through but not cells: no recombinants, so contact was needed. Hayes then showed the transfer was one-way, from a donor to a recipient, and Wollman and Jacob (1956) interrupted matings in a blender at intervals and found the donor’s genes entering the recipient in a fixed order, one after another, over about a hundred minutes. ∎

![Left: conjugation — the donor passes one strand of its F plasmid through the pilus junction while copying it. Right: the interrupted-mating experiment with an Hfr donor: each chromosomal gene begins to appear among recombinants at a characteristic time, which maps the chromosome in minutes.](https://one-course.com/images/onecourse/chapters/biology-4/b2-genome-diversification/fig-1ff585f7f28d.svg)

![Left: conjugation — the donor passes one strand of its F plasmid through the pilus junction while copying it. Right: the interrupted-mating experiment with an Hfr donor: each chromosomal gene begins to appear among recombinants at a characteristic time, which maps the chromosome in minutes.](https://one-course.com/images/onecourse/chapters/biology-4/b2-genome-diversification/fig-d2d4bf908dbf.svg)

*Left: conjugation — the donor passes one strand of its F [plasmid](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote) through the pilus junction while copying it. Right: the interrupted-mating experiment with an Hfr donor: each chromosomal gene begins to appear among recombinants at a characteristic time, which maps the chromosome in minutes.*

![Two bacteria joined by a conjugative pilus, seen by transmission electron microscopy: the bridge along which the plasmid passes.](https://one-course.com/images/onecourse/chapters/biology-4/b2-genome-diversification/img-617207f5bd7a.jpg)

*Two bacteria joined by a conjugative pilus, seen by transmission electron microscopy: the bridge along which the [plasmid](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote) passes.*

**Example 3.8 (Resistance on the move).**

A resistance gene typically arises once, by [mutation](#def-b2-genome-diversification-mutation) or from the soil bacterium that makes the antibiotic, and then travels: from a chromosome onto a [transposon](#def-b2-genome-diversification-transposon), from the [transposon](#def-b2-genome-diversification-transposon) onto a conjugative [plasmid](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote), from the [plasmid](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote) across species by conjugation and across strains by [transduction](#def-b2-genome-diversification-hgt), and back into a chromosome by [transformation](#def-b2-genome-diversification-hgt). [Plasmids](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote) carrying five or six resistances at once (assembled in *integrons*, which capture gene cassettes) were found in Japan in the 1950s, a few years after the drugs came into use; the gene for the carbapenemase NDM-1, first seen in 2008, reached every continent within three years on a [plasmid](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote). The evolution of resistance is mostly not the evolution of new genes but the movement of old ones.

## 3.3 Duplication: genes and genomes

**Proposition 3.9 (Gene duplication and gene families).**

When two similar sequences sit in tandem on a chromosome, the homologues may pair out of register at meiosis and cross over unequally, so that one product carries three copies and the other one. A duplicated gene is redundant: one copy can keep the old job while the other accumulates [mutations](#def-b2-genome-diversification-mutation) freely — usually decaying into a *pseudogene*, occasionally acquiring a new function (*neofunctionalisation*) or a share of the old one (*subfunctionalisation*). Repeated over hundreds of millions of years this builds *gene families*: the globins (a single ancestral gene became myoglobin, the $\alpha$ cluster and the $\beta$ cluster, with embryonic, fetal and adult members expressed in turn), the olfactory receptors (a thousand genes in a mouse), the homeobox genes, the crystallins of the lens. Most of the genes of a genome belong to a family, and duplication is the main source of new genes.

**Evidence.** The human $\beta$-globin cluster on chromosome 11 holds five functional genes ($\varepsilon$, $^{G}\gamma$, $^{A}\gamma$, $\delta$, $\beta$) and a pseudogene, in the order in which they are switched on during development, all with the same exon–intron structure, their sequences more alike the more recently they diverged; the $\alpha$ cluster on chromosome 16 has the same architecture. Deletions of one or more $\alpha$ genes, produced by [unequal crossing-over](#prop-b2-genome-diversification-duplication) between the near-identical copies, are common and cause $\alpha$-thalassaemia; the reciprocal product, a chromosome with three $\alpha$ genes, is found in the same populations. ∎

![Above: unequal crossing-over between mispaired tandem copies produces a chromosome with three copies and one with a single copy. Below: the globin family, built by successive duplications and divergence.](https://one-course.com/images/onecourse/chapters/biology-4/b2-genome-diversification/fig-a7a0536d9566.svg)

*Above: [unequal crossing-over](#prop-b2-genome-diversification-duplication) between mispaired tandem copies produces a chromosome with three copies and one with a single copy. Below: the globin family, built by successive duplications and divergence.*

**Definition 3.10 (Polyploidy).**

A *polyploid* carries more than two complete chromosome sets. An *autopolyploid* has several sets from one species (a failed meiosis gives a diploid gamete; two such gametes give a tetraploid); an *allopolyploid* combines the sets of two species after a hybridisation. The diploid hybrid AB, with no homologue for any chromosome, cannot pair them at meiosis and is sterile; if its genome doubles to AABB, every chromosome again has a partner, meiosis works, and the new plant is fertile — but cannot cross back with either parent (an AAB offspring is sterile). Polyploidy thus makes a new species in one step, and about a third of flowering-plant species arose this way: bread wheat is a hexaploid AABBDD of three grasses, the garden strawberry an octoploid, cotton and tobacco allotetraploids, and the vertebrate lineage itself doubled its genome twice near its origin. Polyploids are usually larger than their diploid ancestors (more DNA, bigger cells) and much prized by breeders.

![The origin of bread wheat: two hybridisations, each followed by a doubling of the genome, built a hexaploid from three diploid grasses in about ten thousand years.](https://one-course.com/images/onecourse/chapters/biology-4/b2-genome-diversification/fig-b12d5efa4e99.svg)

*The origin of bread wheat: two hybridisations, each followed by a doubling of the genome, built a hexaploid from three diploid grasses in about ten thousand years.*

![A wild diploid strawberry and the cultivated octoploid: the polyploid, with four times the DNA in every cell, is the larger plant with the larger fruit.](https://one-course.com/images/onecourse/chapters/biology-4/b2-genome-diversification/img-288f0ef792e2.jpg)

*A wild diploid strawberry and the cultivated octoploid: the [polyploid](#def-b2-genome-diversification-polyploidy), with four times the DNA in every cell, is the larger plant with the larger fruit.*

## 3.4 Randomness and rate

**Proposition 3.11 (Mutation is random with respect to need).**

The [fluctuation test](#thm-b2-genome-diversification-luria) and replica plating show that a [mutation](#def-b2-genome-diversification-mutation) useful in a new environment arises at the same rate whether or not the environment is present: the environment selects among [mutations](#def-b2-genome-diversification-mutation), it does not call them forth. [Mutation](#def-b2-genome-diversification-mutation) is not random in every sense — transitions outnumber transversions, CpG dinucleotides mutate ten times faster than other sites (their methylated cytosine deaminates to thymine, which repair does not recognise as foreign), some regions are hotspots, and stress can raise the overall rate — but it is blind to consequences. The [mutation rate](#thm-b2-genome-diversification-rate) itself is a heritable trait, and selection tunes it: too high, and each generation inherits harmful changes; too low, and the population cannot follow a changing world. Mutator strains win briefly in a hospital and lose in the long run, and the rate of $10^{-9}$ per base that most cells settle on is a compromise between the cost of errors and the cost of proofreading.

## 3.5 Exercises

**Exercise 3.1 ★.**

Classify each change to the codon GAA (glutamate): GAG; GTA; TAA; insertion of a C after the first base. Which is a transition, which a transversion?

**Solution of Exercise 3.1.**

GAG: silent (still glutamate), a transition (A$\to$G). GTA: missense (valine), a transversion (A$\to$T). TAA: nonsense (stop), a transversion (G$\to$T). Inserting a base: a [frameshift](#def-b2-genome-diversification-mutation), which rewrites every codon after it.

**Exercise 3.2 ★.**

With $u = 5 \times 10^{-10}\,$ per base pair per replication and $G =
4.6 \times 10^{6}\,$, how many new [mutations](#def-b2-genome-diversification-mutation) does one *E. coli* division produce on average? How many per generation in a culture of $10^{9}$ cells?

**Solution of Exercise 3.2.**

$U = 5\times 10^{-10}\times 4.6\times 10^{6} = 2.3\times 10^{-3}$: one division in about 430 produces a [mutation](#def-b2-genome-diversification-mutation). In $10^{9}$ cells: $2.3\times 10^{6}$ new [mutations](#def-b2-genome-diversification-mutation) per generation.

**Exercise 3.3 ★.**

Name the three routes of [horizontal gene transfer](#def-b2-genome-diversification-hgt) and say, for each, what it requires (contact, a virus, free DNA) and what it typically transfers.

**Solution of Exercise 3.3.**

[Transformation](#def-b2-genome-diversification-hgt): uptake of free DNA from lysed cells, needs a competent recipient; transfers chromosomal fragments (capsule genes in pneumococci). Conjugation: cell-to-cell contact through a pilus, needs a conjugative [plasmid](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote) in the donor; transfers [plasmids](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote) (resistance genes) and, from an Hfr, chromosomal genes. [Transduction](#def-b2-genome-diversification-hgt): a bacteriophage that packaged host DNA; transfers a random fragment (generalised) or the genes next to the prophage site (specialised).

**Exercise 3.4 ★.**

Distinguish autopolyploidy from allopolyploidy, with an example of each, and explain why a diploid hybrid of two species is usually sterile.

**Solution of Exercise 3.4.**

[Autopolyploid](#def-b2-genome-diversification-polyploidy): extra sets from one species, by a diploid gamete (tetraploid potato, many autotetraploid clovers). [Allopolyploid](#def-b2-genome-diversification-polyploidy): the sets of two species combined by hybridisation and then doubled (bread wheat, cotton, tobacco). The diploid hybrid AB has no two chromosomes alike, so none can pair at meiosis I; the chromosomes segregate at random and the gametes are unbalanced and inviable.

**Exercise 3.5 ★★.**

A human germ line accumulates $u = 1.2 \times 10^{-8}\,$ [mutations](#def-b2-genome-diversification-mutation) per base pair per generation over a haploid genome of $3.2 \times 10^{9}\,$ base pairs. How many new [mutations](#def-b2-genome-diversification-mutation) does a child carry? If $1.5\,\%$ of the genome codes for protein and $70\,\%$ of coding substitutions change an amino acid, how many new amino-acid changes does the child carry?

**Solution of Exercise 3.5.**

$2\times 3.2\times 10^{9}\times 1.2\times 10^{-8} = 77$ new [mutations](#def-b2-genome-diversification-mutation). In coding sequence: $77\times 0.015 = 1.2$; changing an amino acid: $1.2\times 0.7 = 0.8$ — most children carry about one new amino-acid substitution.

**Exercise 3.6 ★★.**

A culture grows from $10^{3}$ to $10^{9}$ cells; a given [mutation](#def-b2-genome-diversification-mutation) occurs at $m = 2 \times 10^{-8}\,$ per division. Compute the expected number of [mutation](#def-b2-genome-diversification-mutation) events and of mutant cells. Why is the fraction of cultures with no mutant useless here for measuring $m$, and what culture size would make it useful?

**Solution of Exercise 3.6.**

Events: $m(N - N_0) = 2\times 10^{-8}\times 10^{9} = 20$. Mutant cells: $mN\ln(N/N_0) = 20\times \ln 10^{6} = 20\times 13.8 = 276$. $p_0 = e^{-20} \approx 2\times 10^{-9}$: every culture has mutants, so counting cultures without any measures nothing. One needs $m(N -
N_0) \approx 1$, i.e. $N \approx 5\times 10^{7}$, where $p_0 \approx
0.37$ and a few dozen cultures give $m$ to within a factor of two.

**Exercise 3.7 ★★.**

Cytosine deaminates to uracil; 5-methylcytosine deaminates to thymine. Explain why the first is efficiently repaired and the second is not, and deduce why CpG sites (where cytosine is methylated) are [mutation](#def-b2-genome-diversification-mutation) hotspots and are rarer in the genome than chance would predict.

**Solution of Exercise 3.7.**

Uracil does not belong in DNA, so a uracil-DNA glycosylase can remove every uracil it finds without ambiguity. Thymine is a normal base: after 5-methylcytosine deaminates, the G$\cdot$T mismatch is seen, but the repair machinery has no way to know which strand is wrong and half the time “corrects” the G, fixing a C$\to$T transition. Methylated CpG sites therefore mutate about ten times faster than other sites, and over evolutionary time they have been converted to TpG and CpA: mammalian genomes hold only about a fifth of the CpG that base composition predicts.

**Exercise 3.8 ★★.**

In an interrupted-mating experiment, four genes enter the recipient at 8, 17, 25 and $40\,\mathrm{min}$; the whole chromosome ($4.6\,\mathrm{Mb}$) would take $100\,\mathrm{min}$. Convert the times to positions in kilobases and compute the distances between consecutive genes.

**Solution of Exercise 3.8.**

$46\,\mathrm{kb}$ per minute. Positions: 368, 782, 1150 and $1840\,\mathrm{kb}$; distances 414, 368 and $690\,\mathrm{kb}$.

**Exercise 3.9 ★★.**

Draw the pairing and crossing-over that turns two chromosomes with two tandem $\alpha$-globin genes each into one with three and one with one. A person inherits a one-gene chromosome from each parent: how many $\alpha$ genes do they have, and what is expected of their haemoglobin?

**Solution of Exercise 3.9.**

The second copy of one chromosome pairs with the first copy of the other; a crossover between them yields one chromatid carrying copy 1, copy 2 and copy 2$'$ (three genes) and one carrying only copy 1$'$. A person with a one-gene chromosome from each parent has two $\alpha$ genes instead of four ($-\alpha/-\alpha$): $\alpha$ chains are made at half rate, the red cells are small and pale, with mild or no anaemia — $\alpha$-thalassaemia trait.

**Exercise 3.10 ★★★.**

Bread wheat is AABBDD with $2n = 42$. Give the chromosome number of its gametes, of the sterile hybrids at each step of its origin, and of a cross between bread wheat and emmer (AABB). Explain in terms of meiotic pairing why each doubling restored fertility and why the hexaploid cannot cross back with its parents.

**Solution of Exercise 3.10.**

Gametes: $n = 21$ (one set each of A, B, D). Hybrids: AB, 14 chromosomes; ABD, 21. Bread wheat $\times$ emmer: AABBD, 35 chromosomes — the A and B sets pair, the D set has no partners, and the plant is largely sterile. Each doubling gave every chromosome an identical homologue, so bivalents form and gametes are balanced; crossing back to a parent produces plants with one set unpaired, whose gametes are unbalanced, so the hexaploid is reproductively isolated from its ancestors — a species in one step.

**Exercise 3.11 ★★★.**

In a gut population of $N = 10^{9}$ bacteria, a resistance [plasmid](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote) spreads by conjugation at a rate proportional to encounters between carriers $R$ and non-carriers $N - R$: $\mathrm{d}R/\mathrm{d}t =
\gamma R (N - R)$ with $\gamma N = 0.5\,\mathrm{h}^{-1}$. Solve, starting from one carrier, and compute the time for half the population to carry the [plasmid](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote). What happens if the antibiotic is then withdrawn and the [plasmid](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote) costs its host $5\,\%$ in growth rate?

**Solution of Exercise 3.11.**

Logistic growth: $R(t) = N/\bigl(1 + (N - 1)e^{-\gamma Nt}\bigr)$. Half the population when $(N - 1)e^{-\gamma Nt} = 1$: $t = \ln(N -
1)/\gamma N = 20.7/0.5 = 41\,\mathrm{h}$. Without the antibiotic, plasmid-free cells grow $5\,\%$ faster, so the ratio of carriers to non-carriers decays as $e^{-st}$ with $s = 0.05\ln 2 =
0.035\,\mathrm{h}^{-1}$ per hour ([generation time](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-division) $1\,\mathrm{h}$): from $99\,\%$ to $1\,\%$ takes $\ln(99^2)/0.035 = 260\,\mathrm{h}$, eleven days — and continued transfer can keep the [plasmid](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote) indefinitely at a low frequency, ready for the next course of the drug.

**Exercise 3.12 ★★★.**

“[Mutation](#def-b2-genome-diversification-mutation) is random; evolution is not.” Discuss, using the [fluctuation test](#thm-b2-genome-diversification-luria), replica plating, and the fact that the [mutation rate](#thm-b2-genome-diversification-rate) is itself under selection.

**Solution of Exercise 3.12.**

The [fluctuation test](#thm-b2-genome-diversification-luria) showed that resistance [mutations](#def-b2-genome-diversification-mutation) arise before and without the selecting agent, at random times, so [mutation](#def-b2-genome-diversification-mutation) is blind to what would be useful; replica plating showed the same without exposing the selected cells at all. Evolution is not random because selection sorts these blind variants by their consequences, consistently and cumulatively. The one place where randomness is itself shaped is the rate: lineages with too many or too few errors lose, so the [mutation rate](#thm-b2-genome-diversification-rate) is an adapted compromise — but what each [mutation](#def-b2-genome-diversification-mutation) does remains unpredictable and unchosen.

## 3.6 Problem: A Fluctuation Test

**Problem 3.1.**

Weekend problem — a fluctuation test is run and analysed, the mutation rate of a strain extracted from it and scaled to its genome and its population, the spread of a resistance plasmid modelled, and the cost of a mutator weighed, ending on the strain’s mutation rate per base and the plasmid’s time to take over

Twenty cultures of *E. coli* are each started from $100$ cells in $0.2\,\mathrm{mL}$ and grown to $N = 2 \times 10^{8}\,$ cells; each is then spread on a plate with a bacteriophage, and the resistant colonies are counted: 0, 0, 0, 1, 0, 0, 3, 0, 0, 1, 0, 0, 0, 0, 107, 0, 2, 0, 0, 5. In parallel, twenty samples of $0.2\,\mathrm{mL}$ are taken from one large culture at the same density and plated likewise: 14, 15, 13, 21, 15, 14, 26, 16, 20, 13, 17, 12, 18, 14, 16, 19, 15, 13, 17, 16. Genome: $4.6 \times 10^{6}\,$ base pairs, $88\,\%$ coding. Resistance to the phage can arise by any one of $20$ distinct single-base changes in one receptor gene.

**Part I — The test.**

1. Compute the mean and the variance of the twenty independent cultures.
2. Compute the mean and the variance of the twenty samples.
3. For a Poisson distribution the variance equals the mean. Which set is Poisson, and what does each set’s distribution say about *when* the [mutations](#def-b2-genome-diversification-mutation) occurred?
4. Explain the count of 107.
5. How many of the independent cultures contain no mutant? Use $p_0 = e^{-m(N - N_0)}$ to estimate $m$ , the [mutation rate](#thm-b2-genome-diversification-rate) to resistance per cell division.
6. Compute the expected number of mutant cells per culture from $mN\ln(N/N_0)$ and compare with the observed mean.
7. Why would the samples from the single culture have been useless for estimating $m$ by the $p_0$ method?

**Part II — Scaling to the genome.**

8. Deduce the [mutation rate](#thm-b2-genome-diversification-rate) $u$ per base pair per replication from $m$ and the number of resistance-conferring changes.
9. Compute the mean number of new [mutations](#def-b2-genome-diversification-mutation) per genome per replication, $U$ .
10. A one-litre culture at $10^{9}$ cells per millilitre doubles once. How many new [mutations](#def-b2-genome-diversification-mutation) arise in the population?
11. How many distinct single-base changes are possible in this genome? On average, how many times does each arise in that one doubling?
12. Explain why, in such a population, resistance to any single antibiotic that one [mutation](#def-b2-genome-diversification-mutation) can defeat is essentially guaranteed to be present.
13. Explain why combining two antibiotics that need two independent [mutations](#def-b2-genome-diversification-mutation) changes this, with a number.

**Part III — A [plasmid](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote) spreads.** In a gut holding $N = 10^{9}$ cells, one cell acquires a conjugative resistance [plasmid](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote). Carriers $R$ transmit it on contact: $\mathrm{d}R/\mathrm{d}t = \gamma R(N - R)$, with $\gamma N =
0.5\,\mathrm{h}^{-1}$.

14. Show that $R(t) = N/\bigl(1 + (N - 1)e^{-\gamma N t}\bigr)$ solves the equation with $R(0) = 1$ .
15. Compute the time at which half the cells carry the [plasmid](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote) .
16. Compute the time at which $99\,\%$ do.
17. How many conjugation events per hour take place at the moment when half the cells are carriers?
18. Compare with the time for a resistant *mutant* to reach half the population by growing $10\,\%$ faster than the rest under the antibiotic ( [generation time](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-division) $1\,\mathrm{h}$ for the sensitive cells): starting from one cell, how long does it take?
19. Conclude on why resistance spreads mainly by transfer rather than by descent.

**Part IV — A mutator.** A strain lacking mismatch repair mutates $100$ times faster. Suppose $30\,\%$ of [mutations](#def-b2-genome-diversification-mutation) in coding sequence are harmful.

20. Compute its $U$ and the mean number of harmful [mutations](#def-b2-genome-diversification-mutation) per cell per generation.
21. After $200$ generations, what fraction of a lineage’s descendants carry no harmful [mutation](#def-b2-genome-diversification-mutation) at all (Poisson)?
22. Compute the same for the wild type.
23. In the [fluctuation test](#thm-b2-genome-diversification-luria) above, what mean count would the mutator have given, and what fraction of cultures with no mutant?
24. Explain in two sentences why mutators are found among hospital isolates and are rare in nature.
25. State the result: $m$ , $u$ , $U$ for the strain, and the times for the [plasmid](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote) to reach half and $99\,\%$ of the gut.

**Solution of Problem 3.1.**

**1.** Sum 119, mean $5.95$; mean of squares $11489/20 = 574$; variance $574 - 35 = 540$. **2.** Sum 324, mean $16.2$; mean of squares $5462/20 = 273$; variance $273 - 262 = 11$. **3.** The samples from one culture are Poisson (variance close to the mean): they are random draws from one fixed mutant fraction. The independent cultures have a variance ninety times the mean: their mutants arose at different, random times during growth, and the earlier the [mutation](#def-b2-genome-diversification-mutation) the larger its clone. **4.** A jackpot: a [mutation](#def-b2-genome-diversification-mutation) in one of the first few divisions, whose clone then grew with the culture to a hundred cells. **5.** Fourteen of twenty: $p_0 = 0.70$; $m(N - N_0) = -\ln 0.70
= 0.36$; $m = 0.36/2\times 10^{8} = 1.8 \times 10^{-9}\,$ per division. **6.** $1.8\times 10^{-9}\times 2\times 10^{8}\times \ln(2\times
10^{6}) = 0.36\times 14.5 = 5.2$ mutant cells; observed $5.95$ — agreement within the noise of twenty cultures. **7.** No sample was empty (all share the parent culture’s mutants), so $p_0 = 0$ gives no estimate; the samples measure the mutant fraction of one culture, which depends on when its [mutations](#def-b2-genome-diversification-mutation) happened to occur. **8.** $u = m/20 = 9 \times 10^{-11}\,$ per base pair per replication. **9.** $U = 9\times 10^{-11}\times 4.6\times 10^{6} =
4.1 \times 10^{-4}\,$. **10.** $10^{12}$ cells $\times$ $4.1\times 10^{-4}$ $= 4.1\times
10^{8}$ new [mutations](#def-b2-genome-diversification-mutation). **11.** $3\times 4.6\times 10^{6} = 1.4\times 10^{7}$ possible changes; each arises $4.1\times 10^{8}/1.4\times 10^{7} \approx 30$ times. **12.** Every single-base change, including every one that confers resistance to a drug defeated by one [mutation](#def-b2-genome-diversification-mutation), is present in dozens of cells before the drug is added; the drug merely selects them. **13.** Two independent [mutations](#def-b2-genome-diversification-mutation) in the same cell occur at $m^2 \approx (2\times 10^{-9})^2 = 4\times 10^{-18}$ per division: in $10^{12}$ cells, $4\times 10^{-6}$ per generation — a doubly resistant cell essentially never pre-exists, which is why tuberculosis is treated with several drugs at once. **14.** With $a = N - 1$ and $E = e^{-\gamma Nt}$: $R = N/(1 +
aE)$, $\mathrm{d}R/\mathrm{d}t = \gamma N\cdot NaE/(1 + aE)^2$; and $\gamma R(N - R) = \gamma\,\frac{N}{1 + aE}\cdot\frac{NaE}{1 + aE}$, the same; $R(0) = N/(1 + N - 1) = 1$. **15.** $(N - 1)E = 1$: $t = \ln(N - 1)/\gamma N = 20.7/0.5 =
41\,\mathrm{h}$. **16.** $1 + aE = 1/0.99$, $aE = 0.0101$: $t = \ln(10^{9}/0.0101)
/0.5 = (20.7 + 4.6)/0.5 = 51\,\mathrm{h}$. **17.** $\gamma (N/2)^2 = \gamma N\cdot N/4 = 0.5\times 2.5\times
10^{8} = 1.25\times 10^{8}$ transfers per hour. **18.** Growth rates $\ln 2 = 0.693\,\mathrm{h}^{-1}$ and $0.762\,\mathrm{h}^{-1}$; the ratio mutant/sensitive grows as $e^{st}$ with $s = 0.069\,\mathrm{h}^{-1}$; from $1/N$ to 1 takes $\ln N/s =
20.7/0.069 = 300\,\mathrm{h}$, twelve days. **19.** Transfer is proportional to the product of carriers and non-carriers and runs at the rate of encounters, not of divisions; descent is limited by the mutant’s growth advantage, which is small. A [plasmid](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote) crosses the population in two days, a favoured mutant in two weeks. **20.** $U = 4.1\times 10^{-2}$; harmful: $0.041\times 0.88\times
0.3 = 0.011$ per generation. **21.** Mean $2.2$: $e^{-2.2} = 0.11$, one descendant in nine unscathed. **22.** Wild type: $1.1\times 10^{-4}$ per generation, $0.022$ in 200: $e^{-0.022} = 0.98$. **23.** Mean $520$ mutant cells; $p_0 = e^{-36} \approx
10^{-16}$: no empty culture. **24.** Under intense, changing selection (a hospital’s rotating antibiotics) the hundredfold supply of new variants outweighs the load, and mutators hitch-hike with the resistances they generate. In a stable environment there is nothing to gain and one harmful [mutation](#def-b2-genome-diversification-mutation) per hundred generations to lose, so mutator lineages are purged. **25.** $m = 1.8 \times 10^{-9}\,$ per division to resistance, $u =
9 \times 10^{-11}\,$ per base pair per replication, $U = 4.1 \times 10^{-4}\,$ [mutations](#def-b2-genome-diversification-mutation) per genome per replication; the [plasmid](https://one-course.com/books/biology/4/en/chapter/1-diversity-of-unicellular-organisms#def-b2-unicellular-diversity-prokaryote) reaches half the gut in $41\,\mathrm{h}$ and $99\,\%$ of it in $51\,\mathrm{h}$.
