Inferensys

Glossary

DeepSEA

A deep learning framework that predicts the epigenetic state of a 1,000-base-pair DNA sequence, including chromatin accessibility, transcription factor binding, and histone marks, directly from the reference genome.
Knowledge engineer constructing knowledge base on laptop, document hierarchy visible, casual office setup.
REGULATORY GENOMICS

What is DeepSEA?

A foundational deep learning framework for predicting the functional impact of non-coding variants.

DeepSEA is a deep learning framework that directly predicts the epigenetic state of a 1,000-base-pair DNA sequence, including chromatin accessibility, transcription factor binding, and histone marks, from the reference genome alone. It learns regulatory sequence code by training a multitask convolutional neural network on large-scale functional genomics data, enabling the prioritization of functional non-coding variants.

The architecture processes raw DNA sequence through layers of dilated convolutions to capture long-range dependencies without explicit alignment. A key application is in silico mutagenesis, where the model quantifies the predicted regulatory impact of single nucleotide variants by computing the difference in predicted chromatin profiles between reference and alternative alleles, effectively prioritizing disease-associated mutations.

ARCHITECTURE DEEP DIVE

Key Features of DeepSEA

DeepSEA is a pioneering multi-task deep learning framework that predicts the epigenetic state of a 1,000-base-pair DNA sequence directly from the reference genome. It simultaneously learns chromatin accessibility, transcription factor binding, and histone modification profiles.

01

Multi-Task Functional Prediction

DeepSEA employs a multi-task learning architecture to simultaneously predict 919 chromatin features from a single DNA sequence input. This includes 125 DNase I hypersensitivity profiles, 690 transcription factor binding ChIP-seq profiles, and 104 histone modification profiles. By sharing hidden representations across diverse experimental assays, the model leverages common regulatory logic to improve generalization and reduce overfitting compared to training separate models for each assay.

919
Chromatin Features Predicted
1,000 bp
Input Sequence Length
02

Hierarchical Convolutional Architecture

The model uses a three-layer convolutional neural network without pooling to scan sequence motifs at multiple resolutions. The first layer applies 320 convolutional filters of size 8 to detect short primary motifs. The second layer uses 480 filters of size 8 to capture motif interactions. The third layer applies 960 filters of size 8 to model higher-order regulatory grammar. This hierarchical design exponentially expands the receptive field while preserving spatial information critical for precise binding site localization.

3
Convolutional Layers
1,760
Total Filters
03

Variant Effect Scoring

DeepSEA computes a functional significance score for non-coding variants by performing in silico mutagenesis. For any single nucleotide variant, the model predicts chromatin profiles for both the reference and alternate allele sequences. The difference between these predictions, measured as the absolute log-fold change in binding probability, quantifies the regulatory impact of the variant. This enables prioritization of expression quantitative trait loci (eQTLs) and disease-associated variants from genome-wide association studies.

Log₂FC
Variant Impact Metric
04

Single-Nucleotide Resolution Input

Input sequences are encoded using one-hot encoding, where each nucleotide (A, C, G, T) is represented as a binary vector of length four. This sparse representation preserves the exact positional identity of every base without imposing assumptions about nucleotide similarity. The model processes the full 1,000 bp context window centered on the region of interest, allowing it to capture both proximal promoter elements and distal enhancer motifs that influence chromatin state through long-range interactions.

4,000
Input Dimensions (1,000 × 4)
05

Hold-Out Chromosome Validation

To prevent information leakage caused by sequence homology between training and test sets, DeepSEA employs a rigorous cross-chromosome validation strategy. The model is trained on chromosomes 1–21 and evaluated on chromosome 22, with chromosome X reserved for additional testing. This ensures that performance metrics reflect true generalization to unseen genomic contexts rather than memorization of homologous sequences shared across chromosomes.

Chr22
Validation Chromosome
06

Regulatory Code Discovery

By analyzing the learned convolutional filters, DeepSEA reveals the cis-regulatory grammar encoded in genomic DNA. The first-layer filters converge on known transcription factor binding motifs, including AP-1, CTCF, and NF-κB consensus sequences. Higher-layer filters capture combinatorial interactions between motifs, such as cooperative binding and spacing constraints. This provides a data-driven approach to motif discovery without requiring prior knowledge of transcription factor sequence preferences.

320
Learned Motif Detectors
DEEPSEA FRAMEWORK

Frequently Asked Questions

Clarifying the architecture, training, and application of the DeepSEA deep learning framework for predicting epigenetic states directly from genomic sequence.

DeepSEA (Deep learning-based Sequence Analyzer) is a deep convolutional neural network framework that predicts the epigenetic state of a 1,000-base-pair DNA sequence directly from the reference genome. It works by taking a one-hot encoded DNA sequence as input and processing it through multiple layers of convolutional filters, pooling operations, and fully connected layers to simultaneously predict 919 chromatin feature profiles, including transcription factor binding, DNase-seq hypersensitivity, and histone mark profiles. The model learns hierarchical sequence motifs—from simple k-mers in early layers to complex regulatory grammars in deeper layers—enabling it to predict the functional impact of non-coding variants through in silico mutagenesis without requiring experimental assay data for novel sequences.

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.