Inferensys

Glossary

DeepSEA Architecture

A pioneering multitask deep convolutional network that predicts the functional effects of non-coding variants on chromatin profiles, transcription factor binding, and DNase hypersensitivity directly from DNA sequence.
Developer reviewing multi-agent chat interface on laptop, agent conversation logs visible, casual coding session at WeWork desk.
MULTITASK REGULATORY GENOMICS

What is DeepSEA Architecture?

A pioneering multitask deep convolutional network that predicts the functional effects of non-coding variants on chromatin profiles, transcription factor binding, and DNase hypersensitivity.

The DeepSEA architecture is a multitask deep convolutional neural network designed to predict the regulatory function of non-coding DNA sequences. It simultaneously learns to forecast chromatin accessibility (DNase-seq), transcription factor binding (ChIP-seq), and histone modification profiles across multiple cell types directly from raw nucleotide sequence input.

By training on 919 chromatin feature profiles, DeepSEA learns a shared epigenomic latent space that captures complex regulatory grammars. Its primary application is in-silico mutagenesis, where the model computationally scores the functional impact of single nucleotide variants by comparing predicted chromatin profiles for reference and alternate alleles, enabling prioritization of non-coding variants for disease association studies.

ARCHITECTURAL PRINCIPLES

Key Features of DeepSEA

A pioneering multitask deep convolutional network that predicts the functional effects of non-coding variants on chromatin profiles, transcription factor binding, and DNase hypersensitivity.

01

Multitask Learning Framework

DeepSEA simultaneously predicts 919 chromatin feature profiles across 125 cell types and tissues, including transcription factor binding, DNase I hypersensitivity, and histone modification marks. This shared representation learning forces the convolutional layers to extract universal regulatory grammars rather than overfitting to a single assay. The multitask objective function combines binary cross-entropy losses for each profile, enabling the model to leverage correlations between related epigenomic marks—for example, H3K4me3 and promoter accessibility—to improve prediction accuracy on data-scarce cell types.

02

Hierarchical Convolutional Architecture

The model employs a three-layer deep convolutional network without pooling layers to preserve single-nucleotide resolution. Key architectural details:

  • Layer 1: 320 convolutional kernels of size 8, capturing short motifs like core transcription factor binding sites (e.g., GC-box, TATA-box)
  • Layer 2: 480 kernels of size 8, detecting motif interactions and spacing constraints
  • Layer 3: 960 kernels of size 8, recognizing higher-order regulatory syntax and distal element signatures
  • Receptive field: 1,000 base pairs of input sequence context
  • Activation: Rectified linear units (ReLU) throughout
  • Regularization: Dropout with 50% rate on the penultimate fully-connected layer
  • Output: Sigmoid activation producing independent probability scores for each of the 919 target profiles
03

Variant Effect Scoring via In-Silico Mutagenesis

DeepSEA computes functional significance scores for non-coding variants by performing computational mutagenesis—predicting chromatin profiles for both reference and alternate alleles, then quantifying the absolute difference. The method:

  • Input: 1,000-bp sequence centered on the variant position
  • Process: Forward pass with reference sequence, then forward pass with alternate allele
  • Output: A 919-dimensional vector of predicted effect scores, each representing the absolute change in probability for a specific chromatin feature
  • Aggregation: The maximum effect score across all profiles serves as the variant's overall functional impact prediction This approach transforms an unannotated SNP into a quantitative, mechanistically interpretable functional prediction without requiring population-level association data.
04

Training on Whole-Genome Chromatin Profiles

DeepSEA was trained on genome-wide chromatin profile data from the ENCODE and Roadmap Epigenomics consortia, processing the human reference genome (GRCh37/hg19) in 200-bp non-overlapping windows. Training specifics:

  • Dataset size: Approximately 15 million genomic windows covering chromosomes 1-21
  • Validation: Chromosome 22 held out entirely for hyperparameter tuning
  • Test: Chromosome Y excluded due to its unique evolutionary properties
  • Class imbalance handling: Weighted loss function compensating for the sparsity of positive chromatin feature annotations, which typically occupy less than 1% of the genome
  • Optimization: Stochastic gradient descent with momentum, batch size of 100, trained for 60 epochs This exhaustive training regime ensures the model captures the full diversity of regulatory element architectures across the human genome.
05

Regulatory Code Decoding via Saliency Maps

DeepSEA supports gradient-based interpretability to identify which nucleotides drive specific chromatin predictions. The method computes the partial derivative of a target output with respect to each input nucleotide, producing a saliency map that highlights functionally critical bases. Applications include:

  • Motif discovery: Identifying known and novel transcription factor binding motifs without prior position weight matrix libraries
  • Variant mechanism elucidation: Pinpointing whether a disease-associated SNP disrupts a specific transcription factor binding event
  • Regulatory syntax analysis: Revealing spacing and orientation constraints between cooperative binding factors
  • Disease variant prioritization: Ranking non-coding GWAS hits by their predicted disruption of tissue-relevant chromatin features This interpretability layer transforms DeepSEA from a black-box predictor into a hypothesis-generating discovery tool for regulatory genomics.
06

Cross-Species Regulatory Conservation

The architecture's sequence-only input requirement—predicting chromatin states directly from DNA without requiring experimental data—enables cross-species applications. By applying the human-trained model to orthologous genomic regions in model organisms, researchers can:

  • Identify conserved regulatory elements that maintain similar chromatin profiles across evolutionary distances
  • Detect lineage-specific regulatory innovations where sequence changes alter predicted chromatin states
  • Prioritize model organism experiments by focusing on regions with high human-predicted regulatory activity
  • Validate enhancer annotations through transgenic reporter assays guided by DeepSEA predictions This capability bridges the gap between human genomics and functional validation in tractable experimental systems.
DEEPSEA ARCHITECTURE

Frequently Asked Questions

Explore the foundational concepts behind DeepSEA, a pioneering multi-task deep convolutional network that predicts the functional effects of non-coding variants on chromatin profiles, transcription factor binding, and DNase hypersensitivity.

DeepSEA is a multi-task deep convolutional neural network that predicts the functional effects of non-coding variants by learning regulatory sequence code from large-scale chromatin-profiling data. The architecture takes a 1,000-base pair DNA sequence as input and simultaneously predicts 919 chromatin features, including transcription factor binding, DNase I hypersensitivity, and histone modification profiles across multiple cell types. By training on these diverse epigenomic assays jointly, DeepSEA learns a shared representation of regulatory grammar. To assess a variant's functional impact, the model performs in-silico mutagenesis: it computes the predicted chromatin profile for both the reference and alternate allele sequences, then quantifies the difference using a functional significance score. This score correlates with known disease-associated variants from genome-wide association studies (GWAS), enabling prioritization of causal non-coding mutations.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.