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

Borzoi

Calico Life Sciences

Regulatory genomics model predicting cell-type-specific RNA-seq coverage from DNA sequence, unifying transcription, splicing, and polyadenylation.

Released: January 2025

Borzoi is a deep convolutional-transformer neural network developed at Calico Life Sciences that predicts RNA-seq read coverage directly from DNA sequence. Published in Nature Genetics in 2025, it addresses a longstanding fragmentation in regulatory genomics: transcription levels, alternative splicing, and polyadenylation have traditionally required separate, task-specific models. Borzoi unifies all three processes in a single forward pass, earning its description as a "unifying model of gene regulation."

The model accepts 524 kilobases of genomic sequence as input — 2.5 times the context window of its predecessor Enformer — and produces coverage predictions at 32 bp resolution. This combination of broad context and fine resolution allows Borzoi to capture long-range enhancer–promoter interactions while still resolving individual exons and splice sites within the same model. Predictions can be made for hundreds of human and mouse cell types and tissues simultaneously, making the model well suited for investigating how genetic variation shapes cell-type-specific gene regulation.

#Key Features

  • Extended sequence context: Accepts 524,288 bp of input DNA, enabling the model to capture distal regulatory elements and long-range chromatin interactions across entire gene loci.
  • High-resolution output: Predicts RNA-seq coverage at 32 bp resolution, four times finer than Enformer, sufficient to distinguish individual exons, splice sites, and polyadenylation signals.
  • Unified regulatory modeling: Jointly predicts transcription, alternative splicing, and cleavage/polyadenylation from a single model, enabling variant scoring across all three regulatory processes simultaneously.
  • Multi-species training: Trained on paired human (hg38) and mouse (mm10) genomic data, improving generalization across evolutionarily conserved regulatory elements.
  • Ensemble of replicates: Released as four independently trained model replicates, supporting uncertainty quantification through prediction averaging.
  • Variant effect scoring: Scores non-coding genetic variants (eQTLs, sQTLs, paQTLs) by comparing predicted coverage between reference and alternate alleles using in-silico mutagenesis.

#Technical Details

Borzoi uses a hybrid convolutional and transformer architecture. A convolutional stem processes the 524,288 bp one-hot encoded DNA input, progressively downsampling through max-pooling to produce 4,096 embeddings at 128 bp resolution. Eight transformer blocks with multi-head self-attention and relative positional encodings then operate over these embeddings, allowing the model to learn long-range dependencies without fixed positional assumptions. A U-Net decoder with skip connections from the convolutional stem upsamples predictions back to 32 bp resolution. Separate linear output heads produce coverage tracks for each RNA-seq or genomic assay target.

Training data comprised 866 human and 279 mouse RNA-seq datasets from ENCODE, strand-specific RNA-seq from 31 GTEx tissues, DNase-seq and ATAC-seq from ENCODE and CATlas, ChIP-seq histone and transcription factor data, and CAGE data from FANTOM5. Four model replicates were trained using 2-fold and 4-fold cross-validation schemes. Borzoi substantially outperforms Enformer on held-out RNA-seq track prediction across human and mouse tissues, and achieves competitive or superior performance to specialized models on GTEx eQTL, sQTL, and paQTL scoring benchmarks.

#Applications

Borzoi is suited for any research connecting DNA sequence to RNA output. Variant interpretation is a primary use case: researchers can score the effect of non-coding SNPs and indels on gene expression, splice site usage, and polyadenylation — all from a single model pass — making it directly applicable to GWAS variant prioritization and clinical variant classification. Regulatory element characterization via in-silico mutagenesis or gradient-based attribution identifies which bases within the 524 kb window drive predicted expression changes. The model also supports splicing analysis, gene therapy construct design (predicting how synthetic sequences affect transcription and RNA processing), and comparative genomics studies using the jointly trained human and mouse models.

#Impact

Borzoi represents a significant advance in sequence-to-function modeling by demonstrating that transcription, splicing, and polyadenylation can be jointly learned from raw sequence at scale. Its extended context window and U-Net decoder design have influenced subsequent regulatory genomics models. The release of four model replicates with open weights on GitHub (for non-commercial research use), along with Jupyter notebook workflows for eQTL scoring and mutagenesis, has enabled broad adoption. Key limitations include the model's sequence-only input (chromatin state and epigenetic marks must be learned implicitly), its prediction of read coverage rather than discrete isoform abundances, and computational cost at inference scale due to transformer attention over 4,096 positions on 524 kb inputs.

Citation

Predicting RNA-seq coverage from DNA sequence as a unifying model of gene regulation

Linder, J., et al. (2023) Predicting RNA-seq coverage from DNA sequence as a unifying model of gene regulation. bioRxiv.

DOI: 10.1038/s41588-024-02053-6

Recent citations

Papers that recently cited this model.

  • Interpretable variant effect prediction from genomic foundation model representations

    Michael T. Pearce, Thomas Dooms, Ryo Yamamoto, et al.

    bioRxiv · Jul 2026

    0
  • Current challenges in GWAS integration and fine-mapping for variant interpretation

    Omar Ahmed, Neha Saravanan, A. B. Rovsing, et al.

    bioRxiv · Jul 2026

    0Influential
  • Geometric Causal Models

    E. Weinstein, D. Blei

    Jul 2026

    0

Top citations

The most-cited papers that cite this model.

  • Cell-type-directed design of synthetic enhancers

    I. I. Taskiran, Katina I. Spanier, Valerie Christiaens, et al.

    bioRxiv · Jul 2022

    175
  • Machine-guided design of cell-type-targeting cis-regulatory elements

    Sager J. Gosai, Rodrigo I. Castro, N. Fuentes, et al.

    Nature · Oct 2024

    110
  • Advancing regulatory variant effect prediction with AlphaGenome

    Žiga Avsec, Natasha Latysheva, Jun Cheng, et al.

    Nature · Jan 2026

    102
  • Genomic Language Models: Opportunities and Challenges

    Gonzalo Benegas, Chengzhong Ye, Carlos Albors, et al.

    arXiv.org · Jul 2024

    81
  • Transformers and genome language models

    Micaela Elisa Consens, Cameron Dufault, Michael Wainberg, et al.

    Nature Machine Intelligence · Mar 2025

    80Influential

Related models

Models with similar goals, methods, or subject matter.

  • Basenji2

    Calico Life Sciences

    Cross-species convolutional network trained jointly on human and mouse genomes to predict regulatory sequence activity and noncoding variant effects.

    DNA & Gene
  • Basenji

    Calico Life Sciences

    Dilated convolutional network that predicts cell-type-specific epigenetic and transcriptional profiles from DNA sequence across mammalian genomes.

    DNA & Gene
  • Scooby

    Technical University of Munich / Helmholtz Munich / Harvard Medical School / Broad Institute / Harvard University

    Predicts single-cell scRNA-seq coverage and scATAC-seq insertion profiles from DNA sequence, adapting the Borzoi trunk with a cell-specific decoder.

    Single-cell
  • FlashRNA

    Deep Genomics

    Efficient sequence-to-function transformer for regulatory genomics, matching Borzoi-class models while training in about a day on a single GPU.

    DNA & GeneRNA
  • 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.

    DNA & Gene
  • Basset

    Harvard University

    Convolutional neural network that predicts DNA accessibility from sequence across 164 DNase-seq cell types, enabling variant effect prediction.

    DNA & Gene

Citations

Total Citations254
Influential36
References120

GitHub

Stars256
Forks33
Open Issues13
Contributors5
Last Push11mo ago
LanguagePython
LicenseApache-2.0

HuggingFace

Downloads0
Likes1
Last Modified5mo ago
Pipelinetabular-regression

Fields of citing research

  • Biology96%
  • Computer Science93%
  • Medicine64%
  • Environmental Science4%
  • Engineering3%
  • Agricultural and Food Sciences1%
  • Mathematics1%
  • Linguistics0%

Share of papers citing this model.

Openness

bio.rodeo opennessFully open · usable and reproducible
92Open
Usability — can I run it?100
Reproducibility — can I retrain it?92
Model Openness Framework
Class II
Open Tooling

Tags

cnngene_expressionregulatory_genomicsrna_seqsequence_to_functionsplicingtransformervariant_effect_prediction

Resources

GitHub RepositoryResearch PaperHuggingFace ModelDataset