AlphaGenome Atlas is a free database that precomputes the predicted molecular impact of all ~9 billion possible single-letter DNA changes in the human genome — a 1-petabyte dataset searchable through a zero-code web portal, ranked by a new single-number AVI score. DeepMind announced it on September 8, 2026, alongside a preprint and case studies from the Broad Institute and the University of Exeter.
This guide follows the launch announcement, the DeepMind blog post, the 83-page technical preprint (Cheng et al.), Nature’s coverage, and the AlphaGenome API repository. It was checked on September 8, 2026, the day of the announcement.
What DeepMind launched
AlphaGenome Atlas is the second act of the AlphaGenome story. The base model — released June 2025 and published in Nature in January 2026 — takes up to 1 million DNA letters as input and predicts thousands of molecular properties at single-base resolution: gene expression, RNA splicing, chromatin accessibility, transcription factor binding, and more. It matched or beat the best external models on 24 of 26 variant-effect evaluations.
The Atlas scales that capability from “one variant per API call” to “every variant, precomputed”. Using in silico saturation mutagenesis (ISM), DeepMind ran the model across all three possible letter-changes at every position in the hg38 reference genome — roughly 9 billion single-nucleotide variants (SNVs) — plus more than 100 million short insertions/deletions (indels) observed in real populations through gnomAD, UK Biobank, and All of Us. The result is a 1-petabyte dataset, more than 30 times larger than the AlphaFold Database.
Four connected resources ship inside the Atlas:
- Molecular effect predictions — thousands of regulatory-readout predictions per variant, across hundreds of human and mouse cell types and tissues.
- AVI score — one PHRED-scaled number per variant summarizing predicted impact (details below).
- AVI feature attributions — a SHAP decomposition of every score into 18 interpretable components (splicing, chromatin, conservation, protein impact, and so on).
- DNA motif compendium — over 2,500 recurrent regulatory “words” of the genome and their locations, derived from the same contribution scores.
The announcement
DeepMind announced the Atlas on X with a 64-second explainer video and one sentence: an “AI-powered searchable database mapping the predicted impact of all 9 billion possible single-letter DNA changes.”
We’re launching AlphaGenome Atlas: an AI-powered searchable database mapping the predicted impact of all 9 billion possible single-letter DNA changes. Here’s how it could help researchers better understand our biology.
— @GoogleDeepMind September 8, 2026
The launch echoes the AlphaFold playbook: take a model that researchers were already calling one at a time, precompute its outputs at planetary scale, and hand the result to a no-code portal. Around 9,000 researchers had used the AlphaGenome API since its release — a number DeepMind’s product team cited when explaining why the Atlas matters: the API required writing code, which blocked many biologists and clinical researchers entirely.
Why 98% of DNA was the problem
The human genome has about 3 billion base pairs. Only ~2% code for proteins; the other 98% is non-coding DNA that regulates when, where, and how much genes are expressed. Most trait-associated variants from genome-wide association studies live in that non-coding region, and interpreting them has been the field’s bottleneck.
Existing tools each covered part of the gap. Variant Effect Predictor (VEP) and ENCODE’s cCRE catalogue define broad regulatory regions but lack base-pair resolution. Evolutionary conservation models like GPN-Star prioritize variants across species but offer little molecular interpretability. CADD integrates features but trails on non-coding categories. AlphaMissense, DeepMind’s 2023 model, covers protein-altering variants — the coding 2%. Running AlphaGenome itself over a whole genome was computationally out of reach for most labs.
The Atlas’s pitch is simple: the computation is now done once, centrally, and served interactively — so the strongest in silico tool for non-coding interpretation became accessible to anyone with a browser.
Inside the Atlas
Three layers make the Atlas more than a dump of predictions:
- Precomputed effects. For every SNV: the difference between reference and alternate allele predictions across thousands of molecular tracks — RNA-seq, splice sites and junctions, chromatin accessibility, histone marks, transcription factor binding, and contact maps. For indels: scores from a shift-augmentation strategy across the same modalities.
- The AVI score and its decomposition. Each variant’s score decomposes additively into 18 SHAP features, so a researcher can see why a variant scores high — e.g. a splicing disruption versus a conservation signal.
- The motif compendium. Over 2,500 recurrent DNA sequence motifs mapped genome-wide and annotated by function (activation, repression, accessibility change) per cell type — built from the same ISM contribution scores.
The AVI score, explained
The AlphaGenome Variant Impact (AVI) score is a supervised model trained to separate proxy-neutral from proxy-impactful human variants: observed variants with filtering allele frequency above versus below 0.1%. Its inputs:
| Input family | Features | What it contributes |
|---|---|---|
| AlphaGenome ISM | Precomputed regulatory-effect predictions across modalities | The non-coding signal — the Atlas’s core differentiator |
| AlphaMissense | Protein-altering variant impact | The coding 2%, complementary to AlphaGenome |
| Conservation | PhastCons 470-way; Zoonomia Cactus 241-way | Evolutionary constraint context |
| Protein-coding annotations | Stop-gain/frameshift, start-lost, stop-lost indicators | Hard-code category flags |
| Indel indicators | Is-insertion, is-deletion flags | Variant-type handling |
Raw outputs convert to PHRED scaling: AVI 10 means top 10% of predictions, 20 means top 1%, and so on. That calibration matters for triage workflows — a clinical team can set a threshold and know roughly how many variants per genome will clear it.
Benchmark evidence
The preprint’s headline comparison is against ClinVar-asserted pathogenic versus benign variants, measured by AUPRC (area under the precision-recall curve — higher is better, and recall matters more than precision when hunting one causal variant in thousands):
| ClinVar category | AVI | Next best | What it beats |
|---|---|---|---|
| Intronic SNVs | 0.76 | 0.44 | GPN-Star-V — the biggest non-coding win |
| Synonymous SNVs | 0.57 | 0.35 | CADD v1.7 |
| 3′ UTR SNVs | 0.50 | 0.18 | GPN-Star-M |
| Protein-altering SNVs | 0.90 | 0.86 | GPN-Star-V |
| 5′ UTR SNVs | 0.26 | 0.27 | GPN-Star-V wins this category — noted honestly in the preprint |
Three caveats to read with the table. First, these are prediction benchmarks against clinical assertions, not proof of causation — the preprint itself pairs every benchmark with experimental validation stories. Second, AVI is trained on allele-frequency labels, which correlate with (but are not identical to) pathogenicity; the ClinVar evaluation is partially out-of-distribution, which is the honest way to test it. Third, the margins on protein-altering variants are small because AlphaMissense and conservation already carried most of that signal — the new value is concentrated in the non-coding rows.
Case studies: from a solved epilepsy case to BMI regions
The launch’s credibility rests on three worked examples, all with external collaborators:
- Rare disease (Broad Institute / GREGoR). Laura Covill and Anne O’Donnell-Luria’s team used the AVI score to prioritize variants in an unsolved epileptic encephalopathy case. The Atlas highlighted a variant in the DNM1 gene and the underlying AlphaGenome predictions showed exactly how it worked: the variant created an incorrect splice site, producing an abnormally extended protein. Experimental screens then validated the mechanism. The case was solved with a browser, not a compute cluster.
- Complex traits (University of Exeter / UK Biobank). Gareth Hawkes applied Atlas groupings to whole-genome data from 54,000+ UK Biobank participants. Grouping rare variants by predicted molecular effect uncovered 22% more non-coding associations than standard statistical approaches, and pinpointed regulatory variants driving abundance of circulating proteins including PLA2G7 (linked to aging) and EGLN1 (a cellular oxygen sensor). Scanning non-coding variants against body mass index surfaced 19 candidate genetic regions in the top 1% of predicted impact.
- Regulatory grammar (Stowers Institute). Julia Zeitlinger and Melanie Weilert used the motif compendium to classify transcription factors: which ones only change DNA accessibility versus which ones actively turn genes on or off — the kind of functional annotation the field had been assembling piecemeal for decades.
How to access it
| Surface | Best for | Cost | Skill needed |
|---|---|---|---|
| Atlas web portal | Variant lookup, AVI ranking, exploration | Free, non-commercial | None — zero-code |
| AlphaGenome API | Programmatic predictions on custom intervals | Free, non-commercial (rate-limited) | Python |
| Base model (research repo) | Fine-tuning, custom research | Open research license | ML engineering |
| Google Cloud Model Garden | Commercial workloads (base model live; Atlas “soon”) | Commercial terms | Cloud infra |
| Google Antigravity skill | Agentic science workflows driving Atlas queries | Via Antigravity | Agent tooling |
The Antigravity integration is the quietly notable one for this site’s audience: DeepMind ships an Atlas-backed science skill for its agentic IDE, meaning an agent can plan a variant-prioritization workflow, query the Atlas, and interpret results in one session.
API quickstart
The Atlas portal needs no code, but the API remains the path for custom intervals and batch scoring. Smallest working example from the official repository (after pip install ./alphagenome and obtaining a free API key):
from alphagenome.data import genome
from alphagenome.models import dna_client
model = dna_client.create("YOUR_API_KEY")
interval = genome.Interval(chromosome="chr22", start=35677410, end=36725986)
variant = genome.Variant(
chromosome="chr22",
position=36201698,
reference_bases="A",
alternate_bases="C",
)
outputs = model.predict_variant(
interval=interval,
variant=variant,
ontology_terms=["UBERON:0001157"],
requested_outputs=[dna_client.OutputType.RNA_SEQ],
)
# outputs.reference.rna_seq vs outputs.alternate.rna_seqRate limits scale with demand; the docs position the API for analyses needing thousands of predictions, and explicitly not for million-variant batch jobs — that is precisely the workload the Atlas now covers precomputed.
Atlas vs AlphaFold DB: the same playbook
| AlphaFold DB (2022) | AlphaGenome Atlas (2026) | |
|---|---|---|
| Model | AlphaFold 2 | AlphaGenome (+ AlphaMissense integration) |
| Precomputed artifact | 200M+ protein structures | 9B SNVs + 100M+ indels, 1 PB |
| Portal | Structure search, no code | Variant search + AVI ranking, no code |
| Field unlocked | Structure-based biology | Non-coding variant interpretation |
| Access multiplier | ~190K experimental → 200M predicted | 9,000 API users → every researcher, every variant |
DeepMind says the comparison is intentional — Avsec’s team cites AlphaFold’s database as the inspiration. The telling detail from Nature’s coverage: AlphaFold’s database “has been accessed by millions of users” against AlphaGenome API’s 9,000. The Atlas is the attempt to close that access gap.
Limitations and caveats
- Not clinical. The disclaimer is explicit: predictions are research-use only, not validated or approved for clinical use, and not a substitute for professional medical advice. The DNM1 case needed experimental validation to count.
- Predictions, not truth. AVI is a model output trained on allele-frequency proxies. Martin Kircher (Max Delbrück Centre) told Nature it will not replace experiments or individual case assessment.
- Non-coding is the win area. On 5′UTR variants, GPN-Star-V still edges AVI out. The tool is strongest where the field was weakest.
- Complex traits remain complex. The Exeter result improved association detection by 22% — meaningful, but trait biology still involves development and environment beyond any sequence model’s scope.
- Reference genome bound. Precomputation covers hg38 SNVs and observed indels; rare structural variants and population-specific rearrangements are not in scope.
Use it if
Use the Atlas if you interpret variants — rare-disease pipelines, GWAS follow-up, clinical research triage — and want base-pair-resolution non-coding evidence without writing code or renting GPUs. The AVI score is now the sensible first-pass ranker for candidate variants, with the SHAP decomposition as the explanation layer.
Use the API instead if your variants of interest are structural, your intervals are custom, or you need predictions the precomputation does not cover — and accept the rate limits.
Skip it if you need clinically actionable conclusions today: no prediction database, this one included, replaces segregation analysis, functional assays, or clinical judgment. It is a triage and hypothesis-generation tool — a very good one.
FAQ
What is AlphaGenome Atlas?
A free database from Google DeepMind, launched September 8, 2026, containing precomputed predictions of the molecular effects of all ~9 billion possible single-letter DNA changes in the human genome, plus 100M+ observed indels — searchable through a zero-code web portal and ranked by the AVI score.
What is the AVI score?
The AlphaGenome Variant Impact score: a single PHRED-scaled number per variant that integrates AlphaGenome’s regulatory predictions with AlphaMissense, conservation metrics (PhastCons 470-way, Zoonomia 241-way), and protein-coding annotations. AVI 10 = top 10% of predicted impact; 20 = top 1%. Each score decomposes into 18 interpretable SHAP features.
How big is the dataset?
1 petabyte — more than 30 times the AlphaFold Database. It covers every possible SNV in the hg38 reference genome and over 100 million short indels observed in gnomAD, UK Biobank, and All of Us.
How accurate is it?
On ClinVar pathogenic-vs-benign benchmarks (AUPRC), AVI leads its next-best competitor in intronic (0.76 vs 0.44), synonymous (0.57 vs 0.35), and 3′UTR (0.50 vs 0.18) categories, with a smaller lead on protein-altering variants (0.90 vs 0.86). GPN-Star-V remains ahead on 5′UTR variants. These are prediction benchmarks — not clinical validation.
Is it free?
The web portal and API are free for non-commercial research. Commercial access to the base model is available through Google Cloud’s Model Garden, with the Atlas itself on Cloud “soon” per DeepMind.
Can it diagnose disease?
No. DeepMind’s disclaimer is explicit: the predictions are not validated or approved for clinical use. In the published rare-disease case (DNM1-related epileptic encephalopathy), the Atlas prioritized the variant and explained the mechanism — experimental screens confirmed it.
Sources
Sources checked September 8, 2026:
- @GoogleDeepMind launch post (announcement + explainer video)
- AlphaGenome Atlas: A predictive map of every possible DNA letter change — Google DeepMind blog
- Introducing AlphaGenome Atlas — Google blog (Kohli & Avsec)
- AlphaGenome Atlas preprint (Cheng et al., 2026, PDF)
- Nature news: DeepMind’s new genome ‘atlas’ (independent coverage)
- AlphaGenome Atlas portal
- AlphaGenome API — GitHub (quickstart code)
- AlphaGenome research repository (model code)
- AlphaGenome: AI for better understanding the genome — the 2025 base-model post
- Google Antigravity science use cases (Atlas skill)
Related reading: Karpathy’s LLM Wiki guide and Gemini 3.8 Flash guide.

