19.05.01 · eco-evo-bio / quantitative-genetics

Quantitative genetics — heritability and the breeder's equation

draft3 tiersLean: nonepending prereqs

Anchor (Master): Walsh & Lynch advanced sections; Falconer & Mackay Introduction to Quantitative Genetics 4th ed.; primary literature — Fisher 1918, Lush 1937, Price 1972, Lande 1979

Intuition [Beginner]

Most traits in biology are not simple Mendelian either/or characteristics like pea colour. Instead, they vary continuously along a spectrum. Height in humans, milk yield in cattle, seed weight in plants — these are quantitative traits. They are measured on a scale, not sorted into discrete boxes.

Quantitative traits are typically influenced by many genes, each with a small effect, plus the environment. Your height depends on hundreds of genetic variants and on nutrition, health, and other environmental factors. The result is a bell-curve distribution in the population.

Heritability measures how much of the variation in a trait is due to genetic differences between individuals. A heritability of 1.0 would mean all variation is genetic; 0.0 would mean all variation is environmental. Real traits fall in between. Human height has a heritability of about 0.8, meaning roughly 80% of the variation in height among individuals in Western populations is due to genetic differences.

The breeder's equation predicts how much a trait will change in one generation in response to selection. If breeders select the tallest plants as parents, how much taller will the next generation be? The answer depends on both the strength of selection and the heritability of the trait.

Visual [Beginner]

Imagine a population of plants with a bell-curve distribution of heights. A breeder selects only the tallest 20% to reproduce.

Quantitative trait distribution showing selection differential. A bell curve of plant heights with a shaded region representing the selected parents (top 20%). The selection differential S is the difference between the mean of selected parents and the population mean. The response R is the difference between the offspring mean and the original population mean, with R = h^2 S.

The selection differential is the gap between the mean of the selected parents and the overall population mean. The response is the shift in the next generation's mean. The breeder's equation connects them: the response equals heritability times the selection differential.

Worked example [Beginner]

A plant breeder measures seed weight in a population of wheat. The population mean is 40 mg. The breeder selects plants with an average seed weight of 42 mg as parents. The heritability of seed weight in this population is .

The selection differential is mg.

The predicted response in the next generation is:

The next generation is predicted to have a mean seed weight of mg.

What this tells us: heritability acts as a multiplier on the selection differential. A trait with will not respond to selection at all; a trait with will respond by the full amount of the differential. Real traits fall in between, and the response shrinks as favourable alleles fix and genetic variation depletes over successive generations.

Check your understanding [Beginner]

Formal definition [Intermediate+]

Variance components

For a quantitative trait with phenotypic value , the total phenotypic variance decomposes as:

where is genetic variance, is environmental variance, and captures gene-environment covariance (often assumed zero). The genetic variance further decomposes:

where is additive variance (the variance due to the average effects of individual alleles), is dominance variance (variance from interactions between alleles at the same locus), and is epistatic variance (variance from interactions between alleles at different loci).

Heritability

Broad-sense heritability:

Narrow-sense heritability:

Since , we have .

The breeder's equation

The breeder's equation (Lush, 1937) predicts the response to selection:

where is the change in the population mean across one generation and is the selection differential (the difference between the mean of selected parents and the population mean). The selection differential can be expressed as:

where is the selection intensity (a function of the fraction selected) and is the phenotypic standard deviation. Substituting:

where and .

Estimating heritability

Three principal methods estimate :

  1. Parent-offspring regression: regress offspring phenotype on midparent value (average of both parents). The regression slope equals .

  2. Twin studies: compare trait correlation between monozygotic (MZ) twins, who share 100% of genes, and dizygotic (DZ) twins, who share 50% on average. Falconer's formula gives , where is the correlation coefficient.

  3. GWAS (genome-wide association studies): estimate the variance explained by all measured SNP markers, giving SNP heritability . This is a lower bound on because SNPs tag only common variants.

Counterexamples to common slips

  • Heritability is not the proportion of a trait that is genetic. It measures the proportion of phenotypic variance attributable to genetic differences in a specific population and environment. A heritability of 0.8 for height does not mean that 80% of any individual's height comes from genes — it means that 80% of the differences between individuals in that population are associated with genetic differences.

  • High heritability does not mean a trait is unchangeable. Height has in modern Western populations, but average height increased by 10–15 cm over the past 150 years due to improved nutrition — an environmental shift producing a large phenotypic change without any genetic change.

  • Heritability is not constant across environments. If environmental variance increases (e.g., famine, socioeconomic disruption), decreases even if the genes are unchanged, because and the denominator grows.

Key theorem with proof [Intermediate+]

Theorem (Breeder's equation from the Robertson-Price identity). The response to selection equals the narrow-sense heritability times the selection differential: .

Proof. The Robertson-Price identity [Price 1972] states that the selection differential equals the covariance between the trait and relative fitness:

where is the trait value and is relative fitness (absolute fitness divided by mean fitness). The response in the next generation — the change in the population mean breeding value — is , where is the breeding value (additive genetic value). Only the additive component transmits faithfully to offspring; dominance and epistatic contributions are reshuffled by segregation and recombination each generation.

Write , where captures dominance and epistatic deviations and captures environmental deviations, all with mean zero. The regression of breeding value on phenotype has slope . This gives the least-squares relationship:

where is the residual, uncorrelated with by construction. Among selected parents with above-average phenotypes, the expected breeding value is:

The response is the difference between the offspring mean (which equals the midparent breeding value under random mating) and the original population mean:

The key insight is that the regression of breeding value on phenotype has slope . Selected parents have above-average phenotypes, and their breeding values are above average by a factor of times their phenotypic excess. This is why only the additive component drives sustained selection response: dominance and epistatic contributions to do not predict offspring means.

Bridge. The breeder's equation builds toward 19.03.01 pending natural selection, where the selection differential is generated by differential survival and reproduction rather than by a breeder's conscious choice. The foundational reason the equation works is that only additive variance transmits faithfully across generations, and this is exactly the content of Fisher's fundamental theorem, which appears again in 19.02.05 as the diffusion-limit version connecting quantitative genetics to the Wright-Fisher model. The bridge is between the statistical machinery of variance decomposition and the dynamical theory of allele-frequency change under selection — the same that appears in is the fuel that Fisher's theorem burns.

Exercises [Intermediate+]

Lean formalization [Intermediate+]

Mathlib lacks any quantitative-genetics infrastructure: no variance-component decomposition, no heritability definition, no breeder's equation, and no GWAS machinery. The closest layers are probability-theory foundations (variance, covariance, conditional expectation in Mathlib.Probability) and basic regression (not yet formalised in a way that supports the parent-offspring slope argument). The load-bearing gap is a variance-component algebra for trait distributions over populations. Once that ships, heritability and the breeder's equation follow as derived results. The lean_mathlib_gap in the frontmatter details the specific missing components. This unit ships without a lean_module, reviewer-attested, per the prose-first contract for bio units in CYCLE_4_STYLE_PARITY_PLAN.md §2.

Variance components and heritability estimation [Master]

The variance-components framework partitions phenotypic variance into genetic and environmental sources, and the estimation of those components from data is the empirical backbone of quantitative genetics. Three principal approaches — parent-offspring regression, twin studies, and genomic-relatedness methods — each have distinct assumptions, strengths, and failure modes.

Parent-offspring regression. Under random mating, the regression of offspring phenotype on the midparent value (average of both parents) has slope . The derivation follows from the covariance structure: the offspring breeding value is the average of the parental breeding values plus a Mendelian sampling deviation with variance . The midparent phenotype is correlated with the midparent breeding value through the same regression. Specifically, and , giving . This method is clean and assumption-light but requires known pedigrees and is sensitive to shared environmental effects between parents and offspring (common-garden or cross-fostering designs control for this).

Twin studies. Falconer's formula follows from assuming that MZ twins share 100% of their genotypic value (including dominance and epistatic components), DZ twins share 50% of additive and 25% of dominance variance on average, and both types share environments to the same degree. Under these assumptions, and , so . The equal-environments assumption is the critical vulnerability: if MZ twins experience more similar environments than DZ twins (because parents treat identical twins more similarly), the estimate is inflated. Assortative mating (non-random mating on the trait) also inflates DZ correlations relative to the assumed 50% additive sharing, biasing the estimate downward.

Genomic-relatedness-matrix REML (GREML). Yang et al. (2010) [Yang et al. 2010] introduced a method that estimates from genome-wide SNP data without relying on family structure. The method constructs a genetic relatedness matrix (GRM) from all typed SNPs among pairs of unrelated individuals, then uses restricted maximum likelihood (REML) to partition phenotypic variance into a component tagged by the SNPs () and a residual. Formally, the phenotype vector is modelled as , where with the GRM and . The estimate gives . For human height, Yang et al. obtained — substantially above the 25% explained by genome-wide-significant SNPs individually but below the twin-study estimate of 0.80. The method captures the cumulative contribution of all common SNPs, including those below genome-wide significance.

The gap between and from twin/family studies is the missing heritability problem [Manolio et al. 2009], first highlighted in a landmark 2009 Nature review that catalogued the discrepancy across dozens of complex traits and diseases. Multiple explanations contribute. Rare variants (minor allele frequency below 1%) have large individual effects but are poorly tagged by standard SNP arrays and underpowered for detection in GWAS. Many common variants have effects too small to reach genome-wide significance individually but collectively explain substantial variance; the Yengo et al. (2022) height meta-analysis [Yengo et al. 2022] of 5.4 million individuals identified ~12,000 independent SNPs whose joint model explains ~40% of height variance — closing much of the gap from the 25% of earlier GWAS but still leaving a residual. Structural variants (copy-number variations, insertions and deletions) are incompletely captured. Gene-gene and gene-environment interactions may inflate family-based estimates. The current consensus is that missing heritability is not a single phenomenon but a collection of distinct gaps, each requiring different genomic tools to close.

The breeder's equation and multivariate selection response [Master]

The univariate breeder's equation generalises to multiple traits under simultaneous selection. Lande (1979) [Lande 1979] derived the multivariate breeder's equation:

where is the additive genetic variance-covariance matrix (the -matrix), is the vector of directional selection gradients, and is the vector of generational changes in trait means. The selection gradient is the partial regression coefficient of relative fitness on trait , holding all other traits constant — it measures direct selection on trait independent of correlated traits.

The -matrix is the central object in multivariate quantitative genetics. Its diagonal elements are the additive variances of individual traits; its off-diagonal elements are the additive genetic covariances between traits, generated by pleiotropy (one locus affecting multiple traits) and linkage disequilibrium (non-random association of alleles at different loci). The genetic correlation between traits and is .

Genetic correlations constrain the response to selection in ways that single-trait analysis misses. A trait with zero direct selection () can still evolve if it is genetically correlated with a trait under selection: the correlated response is . This explains many apparently maladaptive evolutionary outcomes: if body size is under positive selection () and size is positively genetically correlated with a deleterious trait like susceptibility to heat stress (), selection for larger body size produces a correlated increase in heat susceptibility even though heat susceptibility is not itself under direct selection.

Lande and Arnold (1983) [Lande & Arnold 1983] showed that the selection gradient can be estimated by the multiple regression of relative fitness on standardised trait values:

where is the matrix of quadratic selection gradients measuring stabilising and disruptive selection. The linear gradient captures directional selection; the quadratic gradient captures curvature of the fitness surface. Together, and describe the local geometry of the fitness landscape in trait space. The Robertson-Price identity extends to the multivariate case: the vector of selection differentials , and the response is , where with the phenotypic variance-covariance matrix. The univariate breeder's equation is the one-dimensional specialisation.

The -matrix itself evolves under selection, mutation, drift, and migration. Under the infinitesimal model (all loci have infinitesimal effects), remains constant across generations — selection changes the mean vector but not the covariance structure. In reality, changes as allele frequencies shift, and the rate and direction of its evolution determine long-term evolutionary trajectories. The stability of over evolutionary time is an active research area; empirical comparisons across populations and species suggest that is often stable enough over the timescale of selection experiments (tens of generations) to make the Lande equation predictive, but can change substantially over hundreds or thousands of generations as allele frequencies shift and new mutations arise.

GWAS and polygenic architecture [Master]

A genome-wide association study (GWAS) tests each of millions of single-nucleotide polymorphisms (SNPs) across the genome for statistical association with a quantitative trait. For each SNP with genotype coded as 0, 1, or 2 copies of the effect allele, the regression is , where are covariates (principal components of genetic ancestry, age, sex). The effect-size estimate measures the per-allele change in the trait mean.

The genome-wide significance threshold is , a Bonferroni correction for approximately one million independent tests (the effective number of independent SNPs in the human genome given linkage disequilibrium structure). A Manhattan plot displays for each SNP against its chromosomal position; peaks above the threshold line identify genome-wide-significant loci. A QQ plot of observed versus expected -values reveals whether the association signal exceeds the null: early and pronounced departure from the diagonal indicates polygenic architecture (many SNPs with small effects below the significance threshold).

The effect-size distribution of GWAS hits follows a markedly polygenic pattern. For human height, the median effect size of genome-wide-significant SNPs is approximately 0.03 standard deviations per allele — each variant shifts height by less than a millimetre. The largest individual effects (e.g., the HMGA2 locus) explain less than 0.5% of phenotypic variance. The cumulative architecture is well-described by an approximately exponential distribution of effect sizes, with many loci of tiny effect and very few of moderate effect.

Polygenic risk scores (PRS) aggregate GWAS effect sizes into a single predictor: , summing over all SNPs (or those passing a -value threshold). The variance explained by the PRS estimates the cumulative predictive power of the associated loci. For height, current PRS using effect sizes from the Yengo et al. (2022) meta-analysis explain ~40% of variance in independent samples — a substantial fraction of the total , though performance drops when the PRS is applied across ancestries different from the discovery sample due to differences in linkage disequilibrium structure and allele frequencies.

LD score regression (Bulik-Sullivan et al. 2015) provides a method to distinguish polygenic signal from confounding in GWAS. The key observation is that under a polygenic architecture, the expected statistic for SNP is , where is the LD score of SNP (the sum of its with all other SNPs). The slope of the regression of on estimates , providing an estimate of SNP heritability that is robust to population stratification. The intercept of this regression measures residual confounding (values above 1 indicate inflation due to cryptic relatedness or population structure rather than polygenicity).

Mendelian randomisation uses genetic variants as instrumental variables for causal inference. If a SNP is associated with an exposure (e.g., LDL cholesterol) and affects the outcome (e.g., coronary heart disease) only through the exposure, then the SNP-outcome association divided by the SNP-exposure association estimates the causal effect of the exposure on the outcome. The key assumptions (relevance, independence, exclusion restriction) mirror those of instrumental-variable analysis in econometrics, and violations (horizontal pleiotropy, where the SNP affects the outcome through pathways other than the exposure) are a central methodological concern.

Quantitative trait loci and the genetical genomics era [Master]

The variance-components framework treats the genetic architecture of quantitative traits as a statistical abstraction: , , are aggregate quantities with no reference to specific loci. The goal of quantitative trait locus (QTL) mapping is to identify the individual genomic regions that contribute to quantitative variation, bridging the statistical and molecular levels.

Linkage mapping in model organisms. In an experimental cross (e.g., an F2 intercross between two inbred lines that differ in a quantitative trait), QTL mapping tests each genetic marker for association with the trait. The LOD score (logarithm of the odds) at each position measures the evidence for a QTL: , where is the likelihood under a model with a QTL at that position and is the likelihood under the null. A LOD threshold of 3.0 (corresponding to odds of 1000:1) is the conventional significance threshold. Interval mapping (Lander and Botstein 1989) evaluates the LOD score at positions between markers using the conditional genotype probabilities given flanking markers, producing a LOD curve along each chromosome with peaks at putative QTL positions.

The resolution of linkage mapping is limited by the number of recombination events in the experimental cross, typically producing confidence intervals of 10–20 centimorgans — spanning hundreds of genes. Fine mapping requires additional recombinants (advanced intercross lines, recombinant inbred lines, or association panels with historical recombination).

Expression QTLs (eQTLs) and GTEx. The Genotype-Tissue Expression (GTEx) project mapped eQTLs — genetic variants associated with gene expression levels — across 49 human tissues. Cis-eQTLs (within ~1 Mb of the gene they regulate) are common and typically identify regulatory variants in promoters, enhancers, and splice sites. Trans-eQTLs (on different chromosomes or far from the regulated gene) are rarer and reflect downstream regulatory cascades. The GWAS-to-function pipeline uses eQTL data to identify which genes mediate the effects of GWAS hits: if a GWAS-significant SNP is also a cis-eQTL for a nearby gene in a trait-relevant tissue, that gene is a candidate mechanistic mediator.

CRISPR validation. CRISPR-based perturbation (knockout, base editing, CRISPRi/a) provides direct experimental validation of QTL effects. Massively parallel CRISPR screens in cell lines test thousands of regulatory elements simultaneously, measuring the effect of each perturbation on a quantitative readout (e.g., gene expression, cell growth, surface-marker abundance). This moves from statistical association to causal identification of the functional variants underlying QTLs. For example, the editing of non-coding elements identified by GWAS for blood-cell traits (Ulirsch et al. 2019, Science 366) demonstrated that the majority of GWAS hits operate through regulatory effects on distal genes rather than the nearest gene — a finding that reshaped the interpretation of GWAS results genome-wide.

Polygenic adaptation in humans. The quantitative-genetics framework predicts that selection on polygenic traits shifts allele frequencies at many loci simultaneously, each by a small amount. Detecting such shifts requires methods that aggregate frequency changes across GWAS-identified loci. The EDAR variant rs3827760 in East Asian populations (derived allele frequency ~0.90 in East Asians, ~0.01 in Europeans and Africans) affects hair thickness, sweat gland density, tooth shape (shovel-shaped incisors), and mammary gland ductal branching — a single variant with multiple morphological effects, under strong positive selection in East Asians over the past ~30,000 years. Lactase persistence (the ability to digest lactose in adulthood) is another example of convergent evolution: independent variants in the regulatory region upstream of have been selected in European (), East African (, ), and Middle Eastern () pastoralist populations, each maintaining lactase expression into adulthood. These are cases where the selected variant has a large enough individual effect to be detected as a single locus; for most quantitative traits, polygenic adaptation is subtler, detectable only through the collective shift of hundreds or thousands of alleles.

The infinitesimal model in the genomic era. Fisher's 1918 infinitesimal model assumed an infinite number of loci with infinitesimal effects. GWAS reveals the real architecture: finite but very large numbers of loci (thousands to tens of thousands for complex traits like height) with small individual effects, approximating the infinitesimal model in practice. The key deviation is the existence of loci with moderate effects (explaining 0.1–1% of variance), which are detectable in large GWAS but violate the strict infinitesimal assumption. Modern genomic prediction methods (BLUP, GBLUP, BayesR) interpolate between the infinitesimal model (all SNPs weighted equally) and variable-selection models (some SNPs weighted more than others based on effect-size priors), and the choice of method depends on the true effect-size distribution — which varies across traits.

The animal model (also called the mixed model or pedigree model) extends GREML to full pedigrees rather than just unrelated individuals. It estimates by fitting the model , where with the additive genetic relatedness matrix derived from the pedigree (or from genomic data), and maps individuals to their random effects. The animal model handles unbalanced designs, accounts for fixed effects (sex, age, cohort), and partitions variance into additive, permanent-environment, and residual components simultaneously via REML. It is the standard method in modern evolutionary quantitative genetics for estimating from wild populations, where controlled crosses are impossible and environmental heterogeneity is substantial. The Kruuk et al. (2000) study of Soay sheep on St. Kilda was an influential early application, estimating for body weight from a pedigree of several thousand individuals across two decades of monitoring.

Synthesis. The variance-components framework is the foundational reason quantitative genetics unifies breeding, evolution, and genomics. The central insight is that partitions phenotypic variance into components with distinct evolutionary fates: fuels response to selection via , while and are reshuffled each generation by segregation and recombination. Putting these together with the Lande multivariate extension, the -matrix becomes the central object describing evolutionary constraint and opportunity across correlated traits. This is exactly the structure that identifies artificial and natural selection as the same mathematical process operating on the same variance components — the bridge is between Fisher's 1918 infinitesimal model and modern GWAS, which reveals the underlying polygenic architecture. The pattern generalises to any trait with continuous variation, from gene expression levels to disease risk, and appears again in 19.02.05 as the diffusion-limit framework connecting quantitative genetics to the Wright-Fisher model.

Full proof set [Master]

Proposition 1 (Parent-offspring regression slope). Under random mating, the regression of offspring phenotype on midparent phenotype has slope .

Proof. Let be the offspring phenotype and be the midparent value, where and index father and mother. Under random mating, . The offspring breeding value is , where is the Mendelian sampling deviation with and . The offspring phenotype is . The covariance is:

Under the standard assumptions (, random mating, no cultural inheritance), this simplifies to:

The variance of the midparent value is . Therefore:

Proposition 2 (Falconer's formula from twin correlations). Under the equal-environments assumption and no gene-environment interaction, .

Proof. Let be the phenotypes of a twin pair. For MZ twins, who share 100% of their genetic material (including dominance and epistatic configurations), the phenotypic correlation is:

where is the variance due to shared environment. For DZ twins, who share on average 50% of their additive genetic value and 25% of their dominance deviations:

Subtracting: . When (as is typical for many complex traits where dominance variance is a small fraction of total genetic variance), this simplifies to , giving . When dominance variance is non-negligible, Falconer's formula overestimates because inflates the MZ-DZ difference beyond the additive component.

Proposition 3 (Additive variance for a single locus). For a single locus with two alleles at frequencies and genotypic values , , , the additive genetic variance is .

Proof. The mean of the population is . The average effect of allele substitution (the change in the population mean when one allele is replaced by the other, holding the population structure fixed) is:

The additive genetic variance is the variance of breeding values, where the breeding value of genotype is with the number of A alleles:

When (no dominance), and , maximised at . When (complete dominance), and , which is maximised at and vanishes at (fixation of the recessive allele, where all individuals are and there is no variation) and at (fixation of the dominant allele, where all individuals are phenotypically ). This demonstrates that additive variance depends on both the mode of gene action and the allele frequencies.

Connections [Master]

  • Mendelian genetics 19.01.01 pending. Provides the allele-segregation basis upon which the variance-component decomposition is built. Additive effects are average effects of individual alleles inherited in Mendelian fashion; dominance variance arises from within-locus interactions between Mendelian alleles; epistatic variance arises from between-locus interactions. The entire variance-components framework is a statistical aggregation of Mendelian loci.

  • Hardy-Weinberg equilibrium 19.02.01 pending. The baseline from which genotype frequencies are computed in the variance decomposition. The single-locus additive variance formula assumes Hardy-Weinberg genotype frequencies (, , ); departures from HWE (inbreeding, assortative mating) change the variance components. The Hardy-Weinberg framework also underpins the population-genetics interpretation of GWAS allele frequencies.

  • Natural selection 19.03.01 pending. Creates the selection differential in natural populations. The breeder's equation quantifies how much phenotypic change selection produces per generation for a given genetic architecture. Fisher's fundamental theorem (the rate of increase in fitness equals the additive genetic variance in fitness) is the specialisation of the breeder's equation to fitness itself.

  • Genetic drift 19.04.01. Erodes additive genetic variance in small populations at rate , reducing and therefore the response to selection. Drift also creates variation in across replicate populations. The drift-selection balance sets the minimum population size at which selection can overcome stochastic noise.

  • Wright-Fisher model and diffusion approximation 19.02.05. The diffusion limit of the Wright-Fisher model produces the Lande equation as a deterministic approximation when selection is weak and populations are large. The connection builds toward quantitative-trait evolution in finite populations, where drift, selection, and mutation jointly determine the equilibrium distribution of trait means.

  • Probability and statistics 02.13.01 pending. Provides the regression, ANOVA, and variance-decomposition machinery that quantitative genetics is built on. Parent-offspring regression, REML estimation, GWAS association testing, and LD score regression are all applications of core statistical methods. The Robertson-Price identity is a covariance identity in probability theory.

Historical & philosophical context [Master]

Fisher's 1918 paper "The correlation between relatives on the supposition of Mendelian inheritance" [Fisher 1918], published in Transactions of the Royal Society of Edinburgh 52, resolved the bitter conflict between biometricians (led by Karl Pearson, who studied continuous variation statistically) and Mendelians (led by William Bateson, who studied discrete traits). Fisher showed that continuous variation is fully consistent with Mendelian inheritance when many loci contribute small effects — the infinitesimal model. The paper introduced the variance-components decomposition , the concept of additive genetic variance, and the regression framework for predicting offspring from parents. It remains one of the most consequential papers in twentieth-century biology.

Jay Lush (1937) [Lush 1937] formalised heritability and the breeder's equation in the context of animal breeding at Iowa State University, creating the discipline of quantitative genetics as applied to artificial selection. His framework enabled the dramatic increases in agricultural productivity during the twentieth century: modern dairy cattle produce over four times as much milk as their 1940 counterparts, largely through systematic application of the breeder's equation combined with progeny testing and artificial insemination.

George Price (1972) [Price 1972] derived the Price equation , a general description of evolutionary change that subsumes the breeder's equation as a special case. The first term (the covariance term) captures selection; the second term captures transmission bias (mutation, recombination, segregation distortion). The Robertson-Price identity follows at once. Price's framework provides the most general derivation of the breeder's equation and underpins modern inclusive-fitness theory.

Russell Lande (1979) [Lande 1979] extended the breeder's equation to multiple traits with the -matrix formalism published in Evolution 33, and Lande and Arnold (1983) [Lande & Arnold 1983] developed the selection-gradient methodology that is now the standard for measuring selection on correlated traits. The nature-nurture debate has been one of the most contentious in psychology and biology. Heritability estimates are frequently misinterpreted as immutable. In fact, heritability is a population-level, environment-specific statistic. A trait can have high heritability and still be responsive to environmental intervention: height has in modern developed nations, but average height has increased by 10–15 cm over the past 150 years due to improved nutrition — an environmental change, not genetic evolution.

Bibliography [Master]

Primary literature.

Fisher, R. A., "The correlation between relatives on the supposition of Mendelian inheritance", Trans. R. Soc. Edinburgh 52 (1918), 399–433.

Lush, J. L., Animal Breeding Plans (Iowa State UP, 1937).

Price, G. R., "Extension of covariance selection mathematics", Ann. Math. Statist. 43 (1972), 443–460.

Lande, R., "Quantitative genetic analysis of multivariate evolution, applied to brain size allometry", Evolution 33 (1979), 402–416.

Lande, R. & Arnold, S. J., "The measurement of selection on correlated characters", Evolution 37 (1983), 1210–1226.

Lander, E. S. & Botstein, D., "Mapping Mendelian factors underlying quantitative traits using RFLP linkage maps", Genetics 121 (1989), 185–199.

Yang, J., Benyamin, B., McEvoy, B. P. et al., "Common SNPs explain a large proportion of the heritability for human height", Nat. Genet. 42 (2010), 565–569.

Bulik-Sullivan, B. K., Loh, P.-R., Finucane, H. K. et al., "LD Score regression distinguishes confounding from polygenicity in GWAS", Nat. Genet. 47 (2015), 291–295.

Yengo, L., Vedantam, S., Marouli, E. et al., "A saturated map of common genetic variants associated with human height", Nature 610 (2022), 704–712.

Manolio, T. A., Collins, F. S., Cox, N. J. et al., "Finding the missing heritability of complex diseases", Nature 461 (2009), 747–753.

Textbook and monograph.

Falconer, D. S. & Mackay, T. F. C., Introduction to Quantitative Genetics, 4th ed. (Longman, 1996).

Lynch, M. & Walsh, B., Genetics and Analysis of Quantitative Traits (Sinauer, 1998).

Walsh, B. & Lynch, M., Evolution and Selection of Quantitative Traits (Oxford UP, 2018).

Futuyma, D. J., Evolution, 4th ed. (Sinauer, 2017).

Hartl, D. L. & Clark, A. G., Principles of Population Genetics, 4th ed. (Sinauer, 2007).