bio.rodeo
ModelsOrganizationsLeaderboardAboutSign in
bio.rodeo

The authoritative source for evaluating biological foundation models. No hype, just honest analysis.

Categories
  • DNA & Gene
  • RNA
  • Protein
  • Small molecule
  • Single-cell
  • Spatial omics
  • Pathology
  • Imaging
  • Metabolomics
  • Biosignals
  • Language model
bio.rodeoModelsOrganizationsLeaderboardAboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
DNA & Gene foundation models
DNA & Gene

Enformer

Google DeepMind

Transformer that predicts gene expression and epigenomic signals from 200kb of DNA sequence, capturing distal enhancers up to 100kb from a promoter.

Released: October 2021

Enformer is a deep learning architecture developed by Google DeepMind and Calico Life Sciences that substantially advances the ability to predict gene expression and epigenomic signals directly from DNA sequence. Published in Nature Methods in October 2021, the model addresses a fundamental problem in regulatory genomics: how noncoding DNA sequence — including distal enhancers, silencers, and insulators — determines gene expression levels across different cell types and tissues.

The central innovation of Enformer is its dramatically extended receptive field. Previous sequence-to-function models such as Basenji2 processed approximately 40,000 base pairs of DNA context, capturing regulatory elements within roughly 20kb of a gene's promoter. Enformer incorporates transformer-based self-attention layers that allow the model to integrate information from across a 200kb input window, effectively reaching distal regulatory elements up to 100kb away. This expansion increased the fraction of relevant enhancers within the model's field of view from 47% to 84%, yielding significantly improved predictions.

The model was developed collaboratively by Žiga Avsec and colleagues at Google DeepMind (including John Jumper, who later received the Nobel Prize for AlphaFold 2) alongside David Kelley and Vikram Agarwal at Calico Life Sciences. It builds directly on the Basenji lineage of genomic deep learning models while replacing the purely convolutional architecture with a hybrid convolution-transformer design that captures both local sequence motifs and long-range regulatory grammar.

#Key Features

  • Long-range regulatory integration: Self-attention layers process 200kb of DNA context, allowing the model to capture enhancer-promoter interactions up to 100kb distant — a five-fold increase in receptive field over predecessor models.
  • Multi-track output: Simultaneously predicts 5,313 human genomic tracks (gene expression, histone modifications, chromatin accessibility, and more from ENCODE and FANTOM5) and 1,643 mouse tracks, enabling joint human-mouse training.
  • Variant effect scoring: Scores the regulatory impact of single nucleotide variants by comparing predictions on reference and alternate alleles, providing quantitative SAD (SNP Activity Difference) scores across all output tracks.
  • Enhancer-promoter interaction prediction: Learns to predict enhancer-promoter contacts directly from DNA sequence at accuracy competitive with methods that use experimental chromatin conformation data (Hi-C) as input.
  • Pre-computed variant predictions: Pre-scored variant effect predictions for all 1000 Genomes common variants (MAF > 0.5%) are publicly available as HDF5 files, enabling immediate use without GPU resources.
  • Open weights and code: Model weights are hosted on TensorFlow Hub (tfhub.dev/deepmind/enformer/1) and code is released under an open license, with Colab notebooks for usage and fine-tuning.

#Technical Details

Enformer uses a hybrid convolutional-transformer architecture. DNA sequences are first encoded as one-hot vectors (4 channels per position, for A, C, G, T) and passed through a series of convolutional blocks that downsample the input and extract local sequence features. The resulting representations are then processed by 11 transformer blocks with 8 attention heads each and a model width of 1,536 channels. Custom relative positional encodings — combining exponential, gamma, and central mask functions — are used in place of absolute positional encodings to generalize across sequence positions. The output layer produces predictions at 128bp resolution over the central 114,688bp of the input, yielding output tensors of shape [batch, 896, num_tracks].

Training data was drawn from ENCODE and FANTOM5, covering CAGE (capped analysis of gene expression), DNase-seq, ATAC-seq, ChIP-seq for histone marks and transcription factors, and RNA-seq experiments across hundreds of human and mouse cell types and tissues. In benchmarks, Enformer outperformed Basenji2 across all assay types (paired Wilcoxon P < 10^-38) and improved eQTL fine-mapping accuracy in 47 of 48 GTEx tissues tested. On the CAGI5 saturation mutagenesis challenge, Enformer achieved state-of-the-art performance in predicting the regulatory consequences of systematic base-pair substitutions.

#Applications

Enformer is used by researchers working at the intersection of genomics, regulatory biology, and human genetics. A primary application is variant effect prediction: by scoring the predicted functional impact of noncoding variants, Enformer helps fine-map causal variants from genome-wide association studies (GWAS) and prioritize candidates for experimental follow-up. It is also used to generate regulatory hypotheses for rare or de novo variants associated with Mendelian disorders, where experimental validation is difficult. In comparative genomics, Enformer predictions support the study of cis-regulatory evolution by imputing functional activity across species from sequence alone. Downstream models such as Enformer Celltyping and seq2cell have fine-tuned Enformer's learned representations to extend predictions to novel cell types and multimodal epigenomic integration tasks.

#Impact

Enformer established the transformer architecture as a viable — and superior — alternative to purely convolutional approaches for genome-scale regulatory prediction, influencing a generation of follow-on models including Borzoi, Sei, and HyenaDNA. The Nature Methods paper has accumulated thousands of citations since its publication and is widely referenced as a benchmark in the regulatory genomics deep learning literature. The availability of pre-computed variant effect scores and TensorFlow Hub model weights has enabled broad adoption without specialized compute infrastructure. A notable limitation is that the model predicts steady-state population-level epigenomic signals rather than single-cell or dynamic responses, and it cannot account for three-dimensional genome organization beyond what is encoded in the linear sequence context. Performance also degrades for genomic regions poorly represented in ENCODE or FANTOM5 training data, such as repetitive elements or understudied cell types.

Citation

Effective gene expression prediction from sequence by integrating long-range interactions

Avsec, Ž., et al. (2021) Effective gene expression prediction from sequence by integrating long-range interactions. Nature Methods.

DOI: 10.1038/s41592-021-01252-x

Recent citations

Papers that recently cited this model.

  • An encyclopedia of human enhancer-gene regulatory interactions.

    A. Gschwind, Kristy S. Mualim, Alireza Karbalayghareh, et al.

    Nature · Jul 2026

    0
  • From GWAS Signals to Molecular Mechanisms: Explainable AI for Causal Gene Prioritization and Biomolecular Target Interpretation

    M. Ang, Li Chen, Lanni Song, et al.

    Biomolecules · Jul 2026

    0
  • mwHIT: accelerated and accurate histone modification imputation using multi-scale window attention

    Zhaoxi Zhang, Lijuan Jia, Xiaoya Fan, et al.

    Frontiers in Genetics · Jul 2026

    0

Top citations

The most-cited papers that cite this model.

  • Scientific discovery in the age of artificial intelligence

    Hanchen Wang, Tianfan Fu, Yuanqi Du, et al.

    Nature · Aug 2023

    1.6K
  • scGPT: toward building a foundation model for single-cell multi-omics using generative AI

    Haotian Cui, Chloe Wang, Hassaan Maan, et al.

    Nature Methods · Feb 2024

    1.1K
  • Simple and Effective Masked Diffusion Language Models

    S. Sahoo, Marianne Arriola, Yair Schiff, et al.

    Neural Information Processing Systems · Jun 2024

    706
  • Scaling Vision Transformers to Gigapixel Images via Hierarchical Self-Supervised Learning

    Richard J. Chen, Chengkuan Chen, Yicong Li, et al.

    Computer Vision and Pattern Recognition · Jun 2022

    683
  • Ensembl 2024

    Peter W. Harrison, M. Amode, Olanrewaju Austine-Orimoloye, et al.

    Nucleic Acids Research · Nov 2023

    542

Related models

Models with similar goals, methods, or subject matter.

  • VariantFormer

    Chan Zuckerberg Initiative / Chan Zuckerberg Biohub

    Hierarchical transformer with 1.2 billion parameters that predicts personalized gene expression from diploid genomes for variant effect prediction.

    DNA & Gene
  • eRNAformer

    Nanchang University

    Enhancer RNA mapping model that locates eRNA loci genome-wide from DNA sequence and aggregated RNA-seq signal using a CNN-transformer architecture.

    DNA & GeneRNA
  • Chromoformer

    Seoul National University

    Transformer predicting gene expression from histone modifications, using promoter-enhancer Hi-C interactions to capture distal regulatory effects.

    DNA & Gene
  • AlphaGenome

    Google DeepMind

    DNA foundation model that predicts thousands of functional genomic tracks, from expression and splicing to chromatin, at single base-pair resolution.

    DNA & Gene
  • seq2cells

    GSK.ai

    Transfer learning framework that predicts single-cell gene expression from ~200kb DNA sequences using Enformer embeddings and a lightweight MLP.

    DNA & Gene
  • CREP

    University of Oxford

    Fine-tuned Enformer derivative that annotates cis-regulatory elements from DNA sequence, emitting enhancer, promoter, and insulator class labels.

    DNA & Gene
  • Popformer

    University of Pennsylvania

    Self-supervised transformer for population genetics, pretrained on 1000 Genomes data, that detects positive selection via haplotype-wise attention.

    DNA & Gene
  • Puffin

    UT Southwestern Medical Center

    Interpretable model of human transcription initiation that decomposes promoter activity into a minimal set of sequence rules at base-pair resolution.

    DNA & Gene

Citations

Total Citations1.2K
Influential169
References54

GitHub

Stars15.1K
Forks2.9K
Open Issues340
Contributors75
Last Push1mo ago
LanguageJupyter Notebook
LicenseApache-2.0

Fields of citing research

  • Computer Science28%
  • Biology27%
  • Medicine22%
  • Engineering2%
  • Environmental Science1%
  • Chemistry1%
  • Mathematics1%
  • Agricultural and Food Sciences0%

Share of papers citing this model.

Openness

bio.rodeo opennessFully open · usable and reproducible
84Open
Usability — can I run it?95
Reproducibility — can I retrain it?64
Model Openness Framework
Unclassified
No formal model card / data card

Tags

dnafoundation_modelgene_expressionregulatory_genomicsvariant_effect_prediction

Resources

GitHub RepositoryResearch PaperOfficial WebsiteGoogle Colab