About this course. This course is based on the lecture “Discovery of impactful variants by artificial intelligence to support next-generation breeding” by Guillaume Ramstein (Tenure-Track Assistant Professor, Aarhus University), with quantitative-genetics framing from the ASAP-Bio AI module by Grum Gebreyesus (QGG, Aarhus University). It is designed for self-study and pairs well with the companion course on AI & Computer Vision in Animal Breeding.
What you will learn
Explain why discovering impactful genetic variants is a bottleneck in breeding.
Compare mutant screens, association testing and computational screens on accuracy, resolution and cost.
Describe how genomic prediction turns marker data into breeding values.
Explain evolutionary scores from sequence conservation and from biological language models.
Show how evolutionary scores improve genomic prediction and could guide single-base genome edits.
Explain why finding impactful variants limits biological design and breeding.
Compare three discovery strategies on accuracy, resolution and cost.
A genome contains millions of variants, but only a small fraction actually change a trait. Breeding and gene editing both depend on finding those impactful variants, and that discovery is the rate-limiting step. There are three broad strategies, each with a different trade-off:
Strategy
What it does
Accuracy
Resolution
Time & cost
Mutant screens
Create and test mutations experimentally
High
High
High
Association testing (GWAS)
Correlate existing variation with traits
Moderate
Low
Moderate
Computational screens
Predict impact from sequence with AI
The question
High
Low
Association testing (genome-wide association studies) is powerful but blunt: because nearby variants are inherited together, a significant signal points to a recombination bin that can span hundreds of thousands of DNA bases (often ~300 kb), not the causal base itself. We can see where an effect is, but not which variant causes it. That missing resolution is exactly what computational, AI-based screens promise to recover, cheaply.
Key concept · resolution“Resolution” is how precisely a method pinpoints the causal variant. GWAS has low resolution (a broad region); the goal of AI variant discovery is single-base resolution at low cost.
Check: GWAS flags a region strongly associated with milk yield. Why can't you immediately edit the causal base?
Because of linkage: variants in the region are inherited together, so the association points to a recombination bin (potentially ~300 kb) rather than the single causal base. You know the neighbourhood, not the exact address.
2
Genomic prediction in a nutshell
~35 minutes
By the end you can
Write the mixed model used in animal breeding and name its parts.
Explain genomic prediction and why marker data are “wide”.
Say why not all markers should be treated equally.
Animal breeding predicts an animal's genetic merit (its breeding value) using the mixed model y = Xβ + Zu + e: observed performance y is split into fixed effects β (herd, year, season), random genetic merit u (the breeding values we want), and residual e. Genomic prediction replaces or augments pedigree with thousands to millions of DNA markers, building a genomic relationship between animals.
Marker data are “wide”: far more markers (p) than animals (n), the “big p, small n” problem. Ordinary regression fails, so we use regularised methods (genomic BLUP, Bayesian models) that shrink marker effects. Standard genomic prediction implicitly assumes every marker contributes a little. But biology says otherwise: a handful of variants matter a lot, most matter not at all. If we could tell the model which variants are likely impactful, predictions should improve, and that is where evolutionary scores come in.
Genomic prediction turns genotype and phenotype data into breeding values; weighting variants by their likely impact can sharpen it.
Check: what does “big p, small n” mean for a genotyping dataset, and what's the fix?
Far more markers (p) than animals (n). Ordinary regression overfits, so we use regularised/Bayesian methods (e.g. genomic BLUP) that shrink the many small marker effects.
3
Evolutionary scores I: sequence conservation
~40 minutes
By the end you can
Explain how evolution “labels” important positions in the genome.
Define an evolutionary score from a multiple-sequence alignment.
Evolution has already run a billion-year experiment. Positions in DNA or protein that are essential are kept the same across species by negative (purifying) selection, mutations there are harmful and get removed. Positions that don't matter drift freely. So conservation is a clue to function.
We quantify this with a multiple-sequence alignment (MSA): stack the same gene from many species and look down each column. A change at a highly conserved column gets a high evolutionary score, it is “abnormal” given evolution and therefore likely impactful. Across crops, variants flagged this way are enriched for real fitness effects (shown in sorghum and potato biomass studies).
In a multiple-sequence alignment, a change at a column that evolution has kept constant scores high, a signal that the variant matters.
Key concept · conservation ≈ importanceIf many species independently keep a position identical, changing it is probably harmful. Evolutionary conservation is a free, genome-wide functional annotation.
Check: a SNP sits at a position identical across 200 species. High or low evolutionary score, and why?
High. Strong conservation implies negative selection has removed changes there, so the position is likely functional and a new mutation is likely impactful.
4
Evolutionary scores II: biological language models
~40 minutes
By the end you can
Explain the analogy between human-language and protein-language models.
Describe how a protein language model scores a mutation.
The same large-language-model technology behind modern AI can read biological sequence. Start with language: a model trained on text learns which word is expected next. In “a small caterpillar is born hungry and ____ everything in sight,” the model assigns eats 70%, tastes 25%, reads 4%. A change from “eats” to “reads” is flagged as abnormal, semantically wrong.
Protein language models do exactly this for amino-acid sequence. Trained on millions of natural protein sequences, they learn which residue belongs at each position. At a given site the model might predict R 80%, Q 10%, H 8%, L 2%. A mutation R→L lands on a very low-probability residue, so it scores as abnormal and likely impactful, without any alignment or labelled training data.
A protein language model gives each residue a probability; a mutation to a very unlikely residue is flagged as impactful.
Check: why is a protein language model useful even when we have no labelled “good/bad” mutation data?
It learns the “grammar” of natural proteins from millions of unlabelled sequences. Mutations that break that grammar (low-probability residues) are flagged as likely impactful, an unsupervised signal, no labels required.
5
Better prediction & the road to genome editing
~40 minutes
By the end you can
Give evidence that evolutionary scores improve genomic prediction.
Explain how they could guide single-base genome edits (new genomic techniques).
Do these scores actually help? Yes. When variants are weighted by their evolutionary scores in genomic prediction, accuracy for fitness-related traits improves across species: up to ~20% for grain yield in maize, ~10% for cassava biomass, and up to ~25% for biomass in potato. Telling the model which variants to trust beats treating all markers equally.
The bigger prize is new genomic techniques (NGT) such as precise single-base editing. To edit, you must know the exact causal base, the resolution GWAS lacks. Evolutionary scores can prioritise candidate single-base edits in silico, which are then checked by experimental mutagenesis. Proof-of-concept work in the model grass Brachypodium shows that mutations with the highest evolutionary scores have the largest effects on traits such as seed weight, evidence that AI can point editors at the right base.
Concluding remarksComputational screens address the throughput limit of mutant screens and the resolution limit of association testing. Evolutionary scores from biological language models already improve genomic prediction; whether they can reliably target single bases for editing is the active research frontier.
Check: why is single-base resolution essential for genome editing but not for ordinary marker-assisted selection?
Editing physically changes a specific base, so you must know the exact causal nucleotide. Marker-assisted selection only needs a marker linked to the causal variant, it selects existing animals/plants rather than rewriting the sequence.
6
Wrap-up & resources
~10 minutes
Key takeaways
Finding impactful variants, not just associated regions, is the real bottleneck in genomic breeding.
Evolution conserves what matters; conservation and language-model scores turn that into a usable, genome-wide signal.
Weighting variants by evolutionary scores measurably improves genomic prediction.
The same scores may one day guide precise single-base edits for next-generation breeding.
Discussion questions
1. Where might evolutionary scores fail or mislead in a breeding programme?
Conservation reflects fitness over evolutionary time, which may not match a breeder's specific goal (e.g. high yield under intensive management). A variant can be evolutionarily “abnormal” yet desirable in a managed system, or conserved yet irrelevant to the target trait. Scores are a prior, not a verdict.
2. How could ASAP-Bio partners combine high-throughput phenotyping (the companion course) with variant discovery?
Better, larger-scale phenotypes raise the power of both association testing and the validation of computationally prioritised variants, more accurate trait data means evolutionary-score predictions can be tested and refined in local breeds and environments.
Glossary
Variant / allele, a difference in DNA sequence between individuals.
Mutant screen, experimentally creating and testing mutations.
Association testing (GWAS), correlating natural variation with traits.
Resolution, how precisely a method pinpoints the causal variant.
Recombination bin, a block of co-inherited variants (low GWAS resolution).
Evolutionary score, how “abnormal” a mutation is given evolution.
Multiple-sequence alignment, same gene from many species, stacked to read conservation.
Negative selection, removal of harmful mutations; the source of conservation.
Protein language model, AI trained on protein sequences to predict residues.
Genomic prediction / GEBV, predicting breeding values from markers.
NGT, new genomic techniques, e.g. precise single-base editing.
Further reading & resources
Ramstein, G. & Buckler, E. (2022). Prediction of evolutionary constraint... Genome Biology.
Long et al. (2023). Frontiers in Plant Science, evolutionary-score-weighted prediction in cassava.
Wu et al. (2023). Cell, deleterious variants and prediction in potato.
Gianola, D. & Rosa, G. J. M. (2015). One hundred years of statistical developments in animal breeding. Annual Review of Animal Biosciences 3:19–56.
Credits. Based on the lecture “Discovery of impactful variants by artificial intelligence to support next-generation breeding” by Guillaume Ramstein (Aarhus University), adapted for self-study under ASAP-Bio with quantitative-genetics framing by Grum Gebreyesus (QGG, Aarhus University). Reproduced for educational use within the ASAP-Bio partnership.
📥Course notes (PDF downloads)15 open-access reference notes selected for this course · individual PDFs▾
Optional deeper-reading notes matched to this course. Click any title to open or download the PDF.
The project is funded by the Ministry of Foreign Affairs of Denmark and managed by Danida Fellowship Centre.
DANIDA Knowledge and Innovation Programme (KIP) 2025.