**DEPRECATED** Borzoi Human Model Predictor (Linder et al. 2025) using the Genomic API for Model Evaluation (GAME) Framework
Authors/Creators
- 1. School of Biomedical Engineering, University of British Columbia
Description
This record provides a Predictor container for the Borzoi human model (Linder et al. 2025, Nature Genetics). Borzoi is a deep learning model that predicts cell-type and tissue-specific RNA-seq coverage directly from DNA sequence, enabling interpretation of genetic variants across multiple layers of gene regulation, including transcription, splicing, and polyadenylation. It is trained on human RNA-seq data from ENCODE (with 866 datasets across diverse biosamples, including cell lines and adult tissues) and Genotype-Tissue Expression (GTEx) data (with 2-3 replicates for each tissue, processed by the recount3 project). The training dataset also includes epigenomic datasets from the Enformer model, such as CAGE, DNase-seq, ATAC-seq, and ChIP-seq tracks.
The Predictor container (borzoi_human_predictor.sif) includes:
- Predictor script for sequence processing and error handling.
- Integrated Borzoi model with its dependencies and
borzoi-gpuconda environment created usingborzoi_gpu_environment.yml. -
Baskerville and Borzoi packages, installed from local source copies of repositories (as of March 2025), which also contain helper scripts and 4 replicate model weights.
- Support scripts like:
api_preprocessing_utils.py,error_message_functions_updated.py,predictor_help_message.json.
NOTE: This container requires a GPU for execution because the Borzoi model relies on TensorFlow's GPU-accelerated operations.
Running the container:
Ensure Apptainer is intalled in the system the container is intended to run. Always run the Predictor first, so it can listen for incoming connections from Evaluators:
apptainer run --containall --nv borzoi_human_predictor.sif HOST_IP HOST_PORT MATCHER_IP MATCHER_PORT
Files
Files
(11.1 GB)
| Name | Size | |
|---|---|---|
|
md5:8016534560cf7c124892c872a6aa5f35
|
11.1 GB | Download |
Additional details
Software
- Repository URL
- https://github.com/de-Boer-Lab/Genomic-Model-Evaluation-API
- Programming language
- Python