Skip to main content
NAR Genomics and Bioinformatics logoLink to NAR Genomics and Bioinformatics
. 2026 May 6;8(2):lqag047. doi: 10.1093/nargab/lqag047

Integrating protein and DNA embeddings for improving genome-wide transcription factor binding site prediction

Shreya Basnet 1,2, Jianlin Cheng 3,4,✉
PMCID: PMC13145115  PMID: 42099803

Abstract

Transcription factors (TFs) regulate gene expression by binding to specific DNA sites on genome, making accurate TF binding site prediction critical for understanding gene regulation and downstream phenotypes. Almost all current deep learning methods use only DNA-related information to predict TF binding sites, ignoring the fact that different TF protein sequences and structures recognize distinct DNA patterns. Not leveraging TF information not only limits prediction accuracy but also makes the methods not generalizable to predicting binding sites of new TFs that do not exist in the training data. Here, we present TransBind, a protein-aware deep learning architecture that integrates DNA sequence information with protein embeddings containing both sequence and structural information derived from a protein language model pretrained on DNA-binding proteins, to improve TF binding site prediction. Through the cross-attention, a TF embedding selectively attends to genomic regions according to its unique binding properties. Evaluated on the data of 690 ChIP-seq experiments spanning 161 TFs across 91 human cell types, TransBind achieves an AUROC of 0.9508 and AUPR of 0.3741—representing a Inline graphic11.8% relative AUPR improvement over state-of-the-art methods including TBiNet, EPBDXDNABERT-2, DanQ, and DeepSEA. The model outperformed existing methods in Inline graphic98% of TF–cell type combinations. It also recovered 160 known TF binding motifs in the JASPAR database, providing the biological interpretability of the model. Moreover, the approach enables label-zero-shot prediction for unseen TFs, demonstrating its potential of generalizing to new, poorly characterized TFs. The source code of TransBind is available at https://github.com/jianlin-cheng/TransBind. The version used in this work is archived at https://doi.org/10.5281/zenodo.19462292.

Graphical Abstract

Graphical Abstract.

For image description, please refer to the figure legend and surrounding text.

Introduction

Transcription factors (TFs) are proteins that bind specific DNA sequences to regulate a broad range of cellular processes in almost all species. By activating or repressing target genes, TFs form the backbone of gene regulatory networks, controlling gene expression and protein abundance [1]. For instance, there are over 1600 predicted TFs in the human genome interacting with millions of potential binding sites [2]. Mapping the TF–DNA interaction is critical for understanding gene regulation and for linking phenotypic outcomes, such as diseases, to variants in noncoding regulatory regions that disrupt TF binding and alter transcriptional programs [2, 3].

Chromatin immunoprecipitation followed by sequencing (ChIP-seq) [4] is the gold standard for identifying genome-wide TF binding sites, but its scalability is limited by high sequencing costs, substantial material requirements, and dependence on high-quality TF-specific antibodies. These constraints have driven the development of computational approaches to predict TF–DNA binding directly from genomic sequence.

Early models, including position weight matrices [5], hidden Markov models [6, 7], and support vector machines [8, 9] could capture DNA sequence preferences of TFs but had a high false-positive rate and relied heavily on hand-crafted features.

Deep learning methods transformed the field by enabling end-to-end learning from raw DNA sequences. Convolutional neural networks (CNNs), such as DeepBind [10], learned sequence motifs directly, while multitask models such as DeepSEA [11] jointly predicted hundreds of chromatin features, improving performance through shared representations. Hybrid CNN–RNN architectures like DanQ [12] captured long-range dependencies, and attention-based methods such as TBiNet [13] and DeepGRN [14] improved interpretability by focusing on the most informative sequence regions.

Despite these advances, DNA sequence-only models neglect important biophysical determinants of TF binding. A growing body of work has demonstrated that DNA structural properties,including minor groove width (MGW), roll, propeller twist (ProT), and helix twist (HelT), play a critical role in protein–DNA recognition. These DNA shape features, originally derived from Monte Carlo simulations [8, 15, 16], have been shown to improve binding specificity when combined with sequence information. Beyond static structure, DNA breathing dynamics computed using the nonlinear Peyrard–Bishop–Dauxois (PBD) model [17] have been applied to regulatory prediction tasks such as transcription start site identification [18]. Frameworks such as DLBSS [19] integrated DNA shape features with deep convolutional networks for protein-binding microarray data, while DNAffinity [20] incorporated structural and mechanical properties derived from atomistic molecular dynamics simulations. More recently, advances in DNA/genome foundation models pretrained on large genomic corpora have provided a powerful paradigm for capturing sequence context across multiple scales. DNABERT-2 [21], a transformer-based DNA language model, employs byte pair encoding to tokenize sequences into variable-length subsequences and uses self-attention to encode both local nucleotide patterns and long-range dependencies. These representations significantly improve performance on tasks such as TF binding site prediction and variant effect analysis. Building on these advances, recent hybrid approaches have begun to integrate foundation models with biophysical constraints. EPBD×DNABERT-2 [22] combines DNABERT-2 embeddings with features derived from the extended PBD model to capture sequence-dependent breathing dynamics and thermodynamic stability of the DNA double helix. By integrating learned sequence representations with physical constraints on DNA structure and flexibility, this approach produces expressive and interpretable embeddings that enhance TF–DNA binding prediction.

Despite this progress, nearly all existing methods rely exclusively on DNA sequence and related genomic features, treating TFs as interchangeable and ignoring critical determinants of binding specificity such as the TF amino acid sequence and three-dimensional structure [23, 24]. A recent study, BTFBS [25], was the first to incorporate TF protein sequences into binding prediction, but it relied on small curated binding-site databases rather than genome-wide data. Moreover, TFs were represented only as raw amino acid tokens processed by convolutional networks, without leveraging contextual or evolutionary protein embeddings. The lack of effective TF modeling limits predictive accuracy and generalization, particularly for TFs with sparse binding data, and precludes label-zero-shot prediction for unseen TFs.

To address these limitations, it is essential to integrate both DNA and TF information in a unified framework. Protein language models (PLMs) offer a powerful means of representing TFs, learning rich contextual embeddings from millions of protein sequences that capture structural and functional properties. Models such as ESM-2 [26] provide general-purpose protein representations, while domain-adapted variants such as ESM–DBP [27] specialize in DNA-binding proteins and encode biochemical features directly relevant to TF–DNA recognition.

Here, we present TransBind, a protein-aware deep learning architecture that integrates DNA sequence encodings with TF protein embeddings generated by PLMs via a cross-attention mechanism to predict TF–DNA binding sites. This design allows each TF to selectively attend to genomic regions based on its unique binding properties. Evaluated on a large-scale dataset, TransBind significantly outperforms state-of-the-art deep learning methods and supports label-zero-shot prediction for TFs unseen during training. By uniting protein and DNA features, TransBind advances both the accuracy and biological interpretability of TF–DNA binding prediction.

Materials and methods

DNA data

To train and evaluate TF–DNA binding prediction, we used EPBDXDNA dataset [22], derived from ENCODE (encyclopedia of DNA elements) ChIP-seq experiments. EPBDXDNA includes 690 TF-cell type experiments spanning 161 TFs across 91 human cell types. Multiple experiments per TF in different cell types capture diverse cellular contexts and experimental conditions. The EPBDXDNA dataset is the updated version of DeepSEA dataset [11] based on the recent genome assembly. The TF-binding peaks were called by the standardized processing pipeline provided by the ENCODE analysis working group.

Based on the GRCh37 (hg19) reference genome [28], we partitioned the genome into nonoverlapping 200 bp bins. A bin was labeled positive if at least 50% of its length overlapped a ChIP-seq peak [11]; otherwise, it was labeled negative. To provide a sufficient context for TF binding site prediction, each bin was extended by 400 bp on either side, resulting in a 1000 bp input DNA sequence.

In cases where multiple peaks from the same experiment overlapped a single bin, we resolved duplicates by retaining the first instance and merging their labels. After de-duplication, we obtained 1 903 712 unique labeled bins. Removing sequences containing ambiguous nucleotides (“N”) yielded a final set of 1 903 668 bins, covering ~12.6% of the genome. Reverse complement sequences of the bins were also incorporated into the training, validation, and test sets, effectively doubling the total number of samples to 3,807,336.

Each 1000 bp genomic sequence bin was one-hot encoded as a Inline graphic matrix representing the nucleotides A, C, G, and T. For each of the 690 TF-cell type experiments, a binary value was assigned to each bin indicating whether it has a TF binding site in the experiment or not (positive or negative). This resulted in a binary label vector of length 690 for each bin, indicating in which TF-cell type experiments the bin is positive or negative.

To ensure consistency with prior work, we adopted the chromosome-based data split used in DeepSEA [11]. The bins of chromosomes 8 and 9 were held out for testing, the bins of chromosome 7 were used for validation, and the bins of the remaining autosomes plus chromosome X (excluding Y) were used for training. The resulting data distribution is summarized in Table 1.

Table 1.

Chromosome-based data partitioning used for training, validation, and testing

Split Chromosome(s) Bins %
Train 1–22, X (excl. 7–9) 3 272 910 85.96
Validation 7 203 784 5.35
Test 8, 9 330 642 8.69
Total 3 807 336 100.00

To verify that the chromosome-based data split prevents sequence leakage between partitions, we computed pairwise 8-mer Jaccard similarity between 4000 randomly sampled DNA sequences from each dataset split. The cross-split similarities were uniformly low (training-validation: mean 0.0138 ± 0.0071, training-test: mean 0.0136 ± 0.0067, validation-test: mean 0.0137 ± 0.0069). The median similarities are also consistent across comparisons ( 0.0127–0.0128). These results indicate minimal sequence overlap between partitions, suggesting that the chromosome-based splitting strategy effectively prevents DNA sequence leakage.

Figure 1 illustrates the distribution of TF binding frequencies across the 690 ChIP-seq TF-cell type experiments in the training, validation, and test sets, respectively. The cumulative distribution graph demonstrates severe class imbalance in TF binding frequencies: in approximately 50% of the TF-cell type experiments the TF binds to fewer than 1% of bins, while in 75% it binds to fewer than 2% of bins. Only a small fraction of TFs exhibit binding activity above 3% frequency. This pronounced skew toward low binding frequencies is consistent across all three dataset splits (train, validation, and test), confirming that positive binding sites are very rare. With positive examples comprising only 1.44% bins across 690 TF-cell type experiments, the dataset is therefore highly imbalanced, with the vast majority of examples being negative.

Figure 1.

Line graph showing the cumulative distribution of TF binding frequencies across training (green), validation (orange), and test (blue) dataset splits. The x-axis shows TF binding frequency (%) ranging from 0 to 5.5, and the y-axis shows the cumulative percentage of TF-cell type experiments from 0 to 100. All three curves follow a steep initial rise, indicating that the majority of TF-cell type experiments have binding frequencies below 2%, with approximately 50% of experiments below 1% and 75% below 2%. The three curves closely overlap throughout, confirming consistent class imbalance across all dataset splits.

Cumulative distribution of TF binding frequencies in the training, validation, and test sets, respectively. The plot shows the percentage of the TF-cell type experiments (y-axis) with binding frequencies at or below each threshold (x-axis), demonstrating that most TFs bind to a very low proportion of genomic regions while only a small fraction of TFs exhibit substantial binding activity (Inline graphic) in each set.

Transcription factor data

The amino acid sequences of the 161 TFs were retrieved from UniProt. To evaluate sequence diversity in our training set, we performed pairwise sequence similarity analysis using global sequence alignment across all 161 TFs. The analysis revealed substantial diversity, with a mean pairwise identity of 19.13% (median: 20.00%, range: 3.77%–77.33%). Only one TF pair (HDAC1 and HDAC2, 77.33% identity) exceeded the 70% similarity threshold, representing Inline graphic of all comparisons. This low sequence redundancy indicates that the training set spans diverse TF families and supports learning TF-specific binding preferences rather than relying on sequence similarity.

We used ESM–DBP, a domain-adapted PLM trained specifically for DNA-binding proteins [27], to generate embeddings for each TF. ESM–DBP extends the general-purpose PLM ESM2 [26] by fine-tuning the pretrained ESM2 on 170,264 non-redundant DNA-binding protein sequences from UniProtKB [29], thereby incorporating TF-specific knowledge. Each TF sequence was processed with ESM–DBP to produce an embedding of shape Inline graphic, where Inline graphic is the sequence length and Inline graphic is the embedding dimension. For TF–DNA binding site prediction, a single Inline graphic-dimensional feature vector for each TF was obtained by averaging the embedding across the sequence length.

Deep learning model for TF–DNA binding site classification

All the existing deep learning methods were trained to predict binding sites of a predetermined set of TFs (or TF-cell type combinations) with the availability of some experimentally determined DNA binding sites that can be used for training. The problem is often formulated as a multilabel classification problem, i.e. predicting if a DNA bin contains a binding site of each TF in the set. It is treated as multilabel classification because one bin may be the binding site of multiple TFs. Following this paradigm, we designed the architecture of TransBind to integrate protein and DNA information to predict the binding sites of a set of TF experiments (i.e. 690 TF-cell type experiments in this study) with labeled training data (Fig. 2). It has three modules: (i) DNA sequence encoder, (ii) protein encoder, and (iii) bimodal feature aggregation for TF–DNA binding prediction, which are described in detail below.

Figure 2.

Schematic diagram of the TransBind deep learning architecture divided into three modules. Module 1 (top) shows the DNA sequence encoder: a 1000 bp one-hot encoded DNA sequence passes sequentially through 1D convolution, max pooling, BiLSTM, multi-head self-attention, add and norm, feed-forward, and add and norm layers, producing sequential DNA features H and global DNA features x₁. Module 2 (bottom left) shows the protein encoder: a transcription factor protein structure feeds into ESM–DBP and a linear projection layer to produce protein features x₂. Module 3 (right) shows the cross-attention mechanism: protein features x₂ serve as the query Q, while sequential DNA features H provide keys K and values V to a multi-head attention layer followed by add and norm, concatenation with x₁, and two fully connected layers, producing the final binding probability output.

Overview of the TransBind architecture. Module 1 encodes the DNA sequence of a bin using convolutional, BiLSTM, and transformer layers to generate a contextual DNA representation (embedding). Module 2 encodes TF sequences using pretrained ESM–DBP embeddings and linear projection. Module 3 applies the cross-attention between TF and DNA features to predict TF–DNA binding probability.

Module 1: DNA sequence encoder

The binary matrix of shape Inline graphic encoding the DNA sequence of each bin is first transposed to the shape Inline graphic to match the input format of the following convolutional layer (see Module 1 in Fig. 2). The transposed matrix is passed through a one-dimensional convolutional layer with 320 filters (kernels) and a kernel size of 26, designed to capture local sequence motif patterns. The convolutional output is followed by a ReLU activation function and a one-dimensional max-pooling operation with a window size of 13, reducing the length of generated hidden features while retaining the strongest activations. These operations progressively reduce the sequence length from the original 1000 bp input to an effective sequence length of L = 75 positions.

The pooled features are then entered into a two-layer bidirectional long- and short-term memory block (BiLSTM) with a hidden layer of 160 hidden nodes in each direction, resulting in a Inline graphic-dimensional contextualized representation at each sequence position (Inline graphic). This enables the model to capture long-range dependencies between features from both upstream and downstream sequence contexts.

The transformer encoder has a multihead self-attention layer with 16 attention heads and a feed-forward layer with 1024 hidden nodes, allowing the model to attend informative features globally.

Finally, the DNA encoder produces two representations: (i) Inline graphic, the position-wise features from the transformer encoder (with Inline graphic and Inline graphic), which preserve spatial information along the sequence; and (ii) Inline graphic, a global embedding obtained by applying average pooling to Inline graphic, serving as a compact summary of the sequence.

Inline graphic is integrated with the protein embeddings generated in Module 2 through the cross-attention in Module 3, while Inline graphic is concatenated with the output of the cross-attention to predict TF–DNA binding in Module 3.

Module 2: Protein encoder

TransBind leverages ESM–DBP, a domain-adapted variant of ESM-2 fine-tuned for DNA-binding proteins, to generate the embedding for each TF, which can capture sequence and structural features relevant to DNA–protein interactions (see Module 2 in Fig. 2). For each of the 161 unique TFs in the dataset, a fixed-length embedding of dimension Inline graphic (Inline graphic = 1280) is generated by ESM–DBP. This fixed-length embedding is achieved by mean pooling over the per-residue embeddings generated by ESM–DBP.

To facilitate the integration with the DNA sequence embeddings from Module 1, each protein embedding is projected into a Inline graphic-dimensional latent space using a learnable linear transformation:

graphic file with name TM0024.gif (1)

where Inline graphic is the original ESM–DBP protein embedding, Inline graphic is a trainable projection matrix, and Inline graphic is a bias term. The resulting protein vector Inline graphic has the same dimensionality (Inline graphic) as the DNA embedding to facilitate the subsequent cross-modal interaction in Module 3.

Module 3: Bimodal feature aggregation for TF–DNA binding prediction

A key innovation of TransBind lies in a cross-attention mechanism that enables bimodal interaction between DNA and TF embeddings (features) (see Module 3 in Fig. 2). Biologically, each TF “scans” the DNA sequence to focus on relevant binding regions. We implement this using cross-attention, where the TF embedding acts as the query, while the contextualized DNA embeddings serve as keys and values.

Formally, let Inline graphic denote the contextualized DNA embeddings from Module 1, where Inline graphic is the effective sequence length after convolution and pooling, and let Inline graphic be the projected TF embedding from Module 2. The cross-attention is computed as:

graphic file with name TM0033.gif (2)

where Inline graphic is the TF query vector, and Inline graphic and Inline graphic are the key and value matrices derived from the DNA embeddings. Here, Inline graphic are learnable projection matrices, and Inline graphic is the attention dimensionality.

All 690 TF protein embeddings are processed in parallel in a single multihead cross-attention operation. Each TF acts as a separate query, producing TF-specific attended DNA representations simultaneously. These representations are aggregated via mean pooling into a single TF-aware summary vector Inline graphic, which captures DNA binding information conditioned on the set of TFs.

TF information enters the model through the protein embeddings used as attention queries, while cell-type specificity is captured implicitly through label-specific classifier weights rather than explicit cell-type inputs. This design ensures that cross-attention is computed efficiently once per sample while enabling large-scale TF–cell type prediction.

Training and evaluation

TransBind was implemented using PyTorch Lightning. It was trained on the training data and its hyperparameter optimization was performed on the validation data using Optuna (see Supplementary Note S1 for details).We additionally performed a hyperparameter sensitivity analysis across all Optuna trials using Spearman rank correlation to assess the robustness of the selected hyperparameters (Supplementary Fig. S1). The final optimized model employed a 1D CNN (320 channels, kernel size 26), 2-layer bidirectional LSTM (160 hidden units), and transformer encoder with 16 attention heads. The cross-attention mechanism also has 16 heads. Training utilized binary cross-entropy with logits loss, the AdamW optimizer (learning rate Inline graphic, weight decay 0.028) with cosine annealing scheduling over 60 epochs, dropout regularization (Inline graphic), and batch size 256.

The performance of TransBind and baseline methods was evaluated using AUROC (area under the receiver operating characteristic curve) and AUPR (area under the precision–recall curve). The task is formulated as a multilabel classification problem, where each label corresponds to a specific TF–cell type pair, resulting in a total of 690 labels. For each label, predictions across all test sequences were compared to the corresponding binary ground-truth labels to compute per-label AUROC and AUPR scores. These scores were then macro-averaged across all labels to obtain the overall metrics reported in Table 2, ensuring equal contribution from each TF–cell type experiment. AUROC measures the model’s ability to rank positive samples higher than negatives irrespective of class imbalance, while AUPR is particularly informative for sparse TF binding data by capturing the precision–recall trade-off.

Table 2.

AUROC and AUPR of TransBind and other methods on the test dataset

Method AUROC AUPR
DeepSEA 0.8934 0.2509
DanQ 0.9254 0.3065
TBiNet 0.9402 0.3346
finetuned DNABERT-2 0.9180 0.2960
EPBDXDNABERT-2 0.9490 0.3260
TransBind 0.9508 0.3741

Deep learning model for label-zero-shot TF–DNA binding site prediction

To enable prediction of DNA binding sites for TFs unseen during training, we reformulate TF–DNA binding prediction from a multilabel classification problem in the previous section into a general binary classification task. Instead of simultaneously predicting binding probabilities for a preselected set of TFs given a DNA bin, the new model addresses a fundamental question: given an arbitrary single TF and a DNA bin, will they bind? Except for the difference in the final output layer in Module 3, the new model (TransBind_zeroshot) is the same as TransBind for multilabel classification. Rather than learning binding patterns of a predetermined set of TFs, TransBind_zeroshot is trained to capture the universal principles of any protein–DNA interactions that underlie binding affinity and specificity.

One key architectural insight is that the cross-attention mechanism in TransBind_zeroshot operates as a shared module for processing individual TF–DNA pairs. During training, each DNA sequence is paired with multiple TF embeddings and vice versa, enabling the model to learn sequence motifs and structural determinants of compatibility. This setup compels the model to extract generalizable features of protein–DNA recognition—such as amino acid–nucleotide contact preferences, structural complementarity, and physicochemical compatibility.

To further promote generalization, we applied regularization strategies in training: randomly masking entire TF embeddings with probability 0.05 and injecting small Gaussian noise (Inline graphic) into protein representations. These techniques discourage reliance on specific TF identities and improve robustness to variability in protein features.

Consequently, once trained, the model can predict binding for entirely novel TFs by simply providing their ESM–DBP embedding together with a DNA sequence, without requiring additional training or fine-tuning. This label-zero-shot prediction capability substantially improves the model’s flexibility and applicability, offering a general framework for TF–DNA binding prediction across arbitrary TFs.

For training and validation, we used the same dataset as TransBind. The test of label-zero-shot prediction was blindly carried out on the data of three TFs (HNF1A, ATF4, and FOXA3) excluded from training and validation. This setup ensured the model was tested on truly unseen TFs, directly assessing its ability to generalize to novel TF–DNA interactions.

Results

Comparison with state-of-the-art TF–DNA binding prediction methods

To rigorously evaluate TransBind, we adopted the same benchmarking framework used in previous state-of-the-art methods, including DeepSEA [11], DanQ [12], DNABERT-2 [21], and TBiNet [13], and compared all models on the same test dataset. For fair comparison, all baseline models (DeepSEA, DanQ, TBiNet, and DNABERT-2) were retrained on our training dataset using the same Optuna-based hyperparameter optimization protocol as TransBind, including identical search spaces, numbers of trials, early-stopping criteria, and random seeds. In all cases, the optimized configurations achieved performance lower than the originally reported results, and the original setting was used for evaluation. The final hyperparameter configurations for each retrained baseline are summarized in Supplementary Table S1. The EPBDXDNABERT-2 model could not be retrained due to unavailable training code and data; we therefore report its performance as described in the original publication. We report area under the AUROC and AUPR. AUROC measures a model’s ability to distinguish between positive and negative classes across varying thresholds, while AUPR emphasizes performance on the positive class, making it particularly informative for highly imbalanced TF–DNA binding datasets.

As shown in Table 2, TransBind outperforms all baseline models, achieving an AUROC of 0.9508 and an AUPR of 0.3741. In terms of AUPR, compared to the second-best model TBiNet, it has an absolute improvement of 0.0412. For AUROC, compared to the second-best model EPBDXDNABERT-2 (0.9490), it yields an absolute improvement of 0.0125; since the underlying predictions for EPBDXDNABERT-2 were not available, we report only the absolute difference here. Using the available TBiNet predictions, we performed paired t-tests comparing TransBind against TBiNet across all 690 TF–cell type combinations. TransBind shows highly significant improvements in both AUROC (P = Inline graphic, Cohen’s d = 0.92) and AUPR (P = Inline graphic, Cohen’s d = 0.83). The highly significant difference indicates that the observed improvements are both statistically robust and practically meaningful.

Figure 3 presents the average ROC and PR curves across all 690 TF-cell type combinations across all methods. The ROC curves show TransBind’s ability to achieve higher true positive rates while maintaining lower false positive rates compared to baseline methods. The PRC curves indicate TransBind obtains higher precision and recall across board.

Figure 3.

Two line graphs comparing model performance across all 690 TF-cell type combinations. Top: ROC curves comparison plotting true positive rate (y-axis, 0 to 1) against false positive rate (x-axis, 0 to 1) for five methods. TransBind (purple) achieves the highest true positive rate across all false positive rate thresholds, followed by TBiNet (green), DanQ (orange), DNABERT-2 (red), and DeepSEA (blue). Bottom: Precision-recall curves comparison plotting precision (y-axis, 0 to 1) against recall (x-axis, 0 to 1) for the same five methods. TransBind (purple) maintains substantially higher precision across all recall levels, starting near 0.8 at low recall and remaining consistently above all other methods throughout the curve. TBiNet (green), DanQ (orange), and DNABERT-2 (red) cluster closely together, while DeepSEA (blue) shows the lowest precision, starting near 0.55. All curves converge toward low precision at high recall values.

Average ROC curves (top) and precision–recall curves (bottom) across all TF-cell type combinations for all methods. TransBind demonstrates superior performance in both metrics, with particularly notable improvements in the precision–recall space.

To assess the performance across individual TFs, we conducted a fine-grained comparison between TransBind and TBiNet across all 690 TF–cell type combinations in the test dataset (Fig. 4). TransBind outperformed TBiNet in 97.1% (670/690) of cases in terms of AUROC and 98.0% (676/690) in terms of AUPR, underscoring its robustness and broad applicability. The individual performance curves for each TF-cell type experiment are provided in Supplementary Figs S2 and S3.

Figure 4.

Two scatter plots comparing TransBind versus TBiNet performance across 690 TF-cell type combinations. Left plot: AUROC comparison with TBiNet AUROC on the x-axis (0.70 to 1.00) and TransBind AUROC on the y-axis (0.70 to 1.00). Right plot: AUPR comparison with TBiNet AUPR on the x-axis (0.0 to 0.7) and TransBind AUPR on the y-axis (0.0 to 0.7). In both plots, each point represents one TF-cell type experiment colored by TF identity, and a red dashed diagonal reference line indicates equal performance. In both panels, the majority of points fall above the diagonal, indicating that TransBind outperforms TBiNet in most TF-cell type combinations. The improvement is more pronounced in the AUPR plot, where points are more widely scattered above the diagonal, reflecting TransBind's stronger gains on the positive class. A color-coded legend below identifies each of the 161 TFs by name.

Performance comparison of TransBind versus TBiNet across 690 TF-cell type combinations involving 161 TFs and 91 cell types in the test set. Each point represents a TF-cell type experiment in terms of AUROC (left) and AUPR (right). Points above the diagonal line indicate better performance by TransBind. Each color denotes each unique TF.

The improvement is especially meaningful in biological contexts where the underlying data is highly imbalanced and the cost of false positives is high.For example, in many challenging cases where TBiNet failed, TransBind achieved dramatic gains, such as Pol3 in K562 (AUPR 0.037 → 0.647) and BRCA1 in K562 (0.066 → 0.679). Even in many easier cases where the baseline performance was already good, TransBind still yielded notable improvements, e.g. CTCF in H1-hESC (0.604 → 0.654). Higher AUPR values translate into more precise identification of true binding sites, enabling more efficient downstream experimental validation.

Convolutional kernels capture general DNA patterns

To evaluate whether TransBind captures genuine regulatory mechanisms that are biologically explainable, we systematically analyzed the learned convolutional filters with respect to TF binding motifs. We extracted the trained weight matrices of all 320 kernels in the first CNN layer in TransBind and queried them against the known TF binding motifs in the JASPAR [30] database using TOMTOM [31] similarity analysis.

TransBind achieved excellent motif discovery performance, learning 160 biologically meaningful kernels matching known TF binding sites in JASPAR with statistical significance (Inline graphic). Twenty-seven kernels reached highly significant matches (Inline graphic), with the strongest discovery achieving Inline graphic for the glucocorticoid response element binding protein Gmeb1.

The discovered motifs encompass diverse regulatory pathways essential for cellular function. The most prevalent binding motifs belong to CTCF (36 kernels), the master organizer of chromatin architecture and genomic looping. Additional discoveries span critical regulatory programs, such as developmental patterning (Six4, Lhx1), immune response (Nfatc2), metabolic control (HNF1A), and chromatin remodeling factors. The breadth of the discovery demonstrates that TransBind learned fundamental principles of gene regulation across multiple biological processes.

Fig. 5 presents sequence logo comparisons between TransBind’s top motif discoveries and their JASPAR references. The striking visual correspondence—particularly for Six4, Gmeb1, and HNF1A—provides compelling evidence that TransBind captured authentic regulatory grammar rather than dataset-specific patterns. Importantly, these motifs were learned de novo from sequence data alone, without explicit knowledge of binding site locations.

Figure 5.

A 4×3 grid of paired sequence logo comparisons for six transcription factors, arranged so that each TF's JASPAR reference motif (odd rows) is shown directly above the corresponding motif learned by TransBind (even rows). TF names and TOMTOM P-values are shown above each reference motif. Top pair group: Gmeb1 (P = 1.29×10⁻⁸), consensus TACGTAA; Lhx1 (P = 2.63×10⁻⁸), consensus TGCIAATTAGCA; Nfatc2 (P = 1.62×10⁻⁷), consensus AATGGAAA. Bottom pair group: Six4 (P = 3.16×10⁻⁸), consensus GAAACCTGA; CTCF (P = 6.61×10⁻⁸), long multiblock sequence spanning ~25 positions; HNF1A (P = 2.50×10⁻⁷), consensus GTTAATATTAAC. In all pairs, TransBind-learned motifs closely match their JASPAR references in nucleotide composition and positional conservation. Y-axes show information content in bits (0 to 2); x-axes show nucleotide position. 

TF binding motifs discovered by TransBind. Each pair of logos for a TF shows the JASPAR reference motif (top) compared with the corresponding motif learned by TransBind (bottom). TF names and statistical significance (P-values) are shown above each pair. All discoveries have Inline graphic, demonstrating that TransBind successfully learned biologically meaningful binding patterns for diverse TF families including chromatin organizers (CTCF), homeobox factors (Six4, Lhx1), immune regulators (Nfatc2), and metabolic factors (HNF1A, Gmeb1).

TF-conditioned motif validation

While convolutional kernels capture general DNA patterns, TF-specific motif recognition emerges through integration of protein embeddings via cross-attention. To validate this, we performed attribution analysis using Integrated Gradients [32] conditioned on individual TFs. For each TF, we computed position-specific attribution scores with respect to the TF’s output while conditioning on its protein embedding, extracted high-attribution regions, constructed position weight matrices, and validated against JASPAR 2024 using TOMTOM (Inline graphic significance threshold).

We validated this TF-specific learning on nine representative TFs spanning seven structural families (Table 3). For the zinc-finger superfamily, GATA1 yielded ATTGTAATT matching JASPAR MA0140.3 (GATA3, Inline graphic), CTCF extracted its characteristic multiblock binding site (MA1929.2, Inline graphic), and SP4 recovered the GC-rich CGGGGCGGGG motif (MA0685.2, Inline graphic). For the bZIP family, both MAFK and JUND extracted TGACTCA, matching the MARE (MA0496.4, Inline graphic) and TRE (MA0491.3, Inline graphic), respectively, demonstrating subfamily-specific recognition within shared sequence preferences. Additional families validated include bHLH (MYC: CACGTG E-box, MA0059.2, Inline graphic), Forkhead (FOXA1: TGTTTAC, MA0148.5, Inline graphic), E2F (E2F4: TTTCGCGCCTC, MA0470.3, Inline graphic), and STAT (STAT3: TTCGAAGAA, MA0144.3, Inline graphic).

Table 3.

Representative examples of TF-conditioned attribution analysis demonstrating TF-specific motif recognition

TF Family Consensus JASPAR match JASPAR ID P-value
GATA1 Zinc-finger (GATA) ATTGTAATT GATA3 MA0140.3 Inline graphic
CTCF Zinc-finger (CTCF) GGCGGAGGACCCCCG CTCF MA1929.2 Inline graphic
SP4 Zinc-finger (SP/KLF) CGGGGCGGGG SP4 MA0685.2 Inline graphic
E2F4 E2F TTTCGCGCCTC E2F4 MA0470.3 Inline graphic
MYC bHLH CACGTG MYC MA0059.2 Inline graphic
MAFK bZIP-MARE TGACTCA MAFK MA0496.4 Inline graphic
STAT3 STAT TTCGAAGAA STAT3 MA0144.3 Inline graphic
FOXA1 Forkhead TGTTTAC FOXA1 MA0148.5 Inline graphic
JUND bZIP-AP1 TGACTCA JUND MA0491.3 Inline graphic

These representative examples demonstrated high statistical significance (Inline graphic), confirming that integration of TF protein embeddings via cross-attention enables recognition of cognate binding motifs across structurally diverse TF families.

Label-zero-shot binding prediction for TF paralogs

To rigorously evaluate label-zero-shot generalization to TF paralogs, we performed leave-three-out cross-validation (LOTO-CV) across 161 TFs using 8 independent folds. Each fold trained a separate model on 158 TFs and evaluated on a held-out set of 3 TFs, which were excluded from all training and validation splits. Across all folds, this evaluation scheme covered 24 TFs spanning 15 distinct families (Table 4), ensuring comprehensive assessment across diverse DNA-binding domains and regulatory roles.

Table 4.

Leave-three-out cross-validation label-zero-shot generalization performance across 24 held-out TFs

TF AUPR AUROC
FOXA1 0.3466 0.7220
GABP 0.5463 0.8951
STAT1 0.1670 0.7586
ATF2 0.2993 0.5064
ELF1 0.5207 0.7539
ETS1 0.2621 0.7077
FOXP2 0.3309 0.7317
CEBPB 0.2038 0.6877
c-FOS 0.3013 0.7181
c-JUN 0.2256 0.8187
FOXM1 0.5564 0.7161
GATA2 0.3696 0.8051
GATA3 0.1999 0.5363
STAT3 0.2105 0.5412
STAT5A 0.1483 0.5813
NFKB 0.2678 0.7677
c-Myc 0.2362 0.7331
SP1 0.2314 0.6757
Max 0.3560 0.7574
GR 0.1865 0.5837
HNF4A 0.5742 0.8693
BAF155 0.2575 0.8072
CTCF 0.4015 0.7328
IRF1 0.2150 0.7811
Overall (24 TFs) Inline graphic Inline graphic

The 161-TF dataset exhibits substantial sequence diversity across families, with mean pairwise identity of 19.13% (median: 20.00%, range: 3.77%–77.33%). Only one TF pair exceeded 70% sequence identity (HDAC1/HDAC2: 77.33%), confirming broad coverage of evolutionarily divergent TF families and validating the stringency of the LOTO-CV protocol for assessing true label-zero-shot generalization.

TransBind achieves strong label-zero-shot generalization performance, with a macro-averaged AUROC of Inline graphic and macro-averaged AUPR of Inline graphic across the 24 held-out TFs. Critically, performance remains stable across TF families, with no TF exhibiting near-random behavior (minimum AUROC: 0.506 for ATF2), demonstrating that the model successfully captures generalizable binding patterns despite never encountering these TFs during training. Given the severe class imbalance inherent to TF binding prediction, these results represent robust generalization to unseen TF paralogs and validate the protein-aware architecture’s capacity to transfer binding knowledge across the TF sequence space.

Characterization of paralog relationships. To quantify the degree of sequence similarity between held-out and training TFs, we computed global sequence identity for each held-out TF against all training TFs. Held-out TFs exhibit a mean identity of 45.86% to their closest training paralog (range: 35.33%–67.51%). Seven TFs (29%) have paralogs exceeding 50% identity, including HNF4A (closest to HNF4G: 67.5%), FOXA1 (closest to FOXA2: 65.9%), and c-JUN (closest to JunD: 61.4%). The remaining 17 TFs (71%) show more distant relationships (less than 50% identity), with several having no close paralogs above 40% identity. Consequently, this evaluation primarily demonstrates within-family generalization the ability to predict binding for TF paralogs by leveraging family-level binding preferences learned from related training TFs rather than cross-family generalization to entirely novel TF families.

We emphasize that while held-out TFs are completely excluded from the supervised training on TF–DNA binding labels in this project, their protein sequences may have been included in the pretraining corpus of the PLM ESM–DBP. Consequently, this constitutes a label-zero-shot setting rather than a strict sequence-zero-shot setting, in which: the protein encoder may have been exposed to the held-out TF sequences during unsupervised pretraining, but the TransBind model has never observed TF–DNA binding labels for these TFs.

Protein sequence information enables label-zero-shot generalization

To isolate the contribution of protein sequence information to label-zero-shot performance, we compared TransBind_zeroshot against a strong DNA sequence-only baseline specifically adapted for the label-zero-shot pairwise prediction task. This controlled comparison directly tests whether label-zero-shot gains arise from incorporating protein sequence priors versus merely reformulating the prediction objective or conditioning on TF identity.

We adapted TBiNet into a TF-ID conditioned model that takes DNA sequences and a TF identifier embedding as input, enabling it to make predictions for held-out TFs in the same pairwise manner as TransBind_label_zeroshot. Critically, this baseline uses the identical training procedure, hyperparameters, and evaluation protocol as TransBind, differing only in the absence of protein sequence information. This ensures that any performance differences reflect the value of protein priors rather than architectural or optimization advantages.

We evaluated both models on three TFs—FOXA3, ATF4, and HNF1A—that were entirely excluded from the 161-TF training set. These three TFs were selected to span distinct DNA-binding domain families and include both moderately and distantly related paralogs, providing a representative label-zero-shot evaluation. These TFs exhibit moderate sequence similarity to TFs in the training set: ATF4 (38.2% identity to JunB), HNF1A (38.7% identity to ELF1), and FOXA3 (50.4% identity to FOXA1), with a mean of 42.4% (range: 38.2%–50.4%). Two TFs (ATF4, HNF1A) show particularly distant relationships (Inline graphic identity to any training TF), while FOXA3 has two paralogs (FOXA1, FOXA2) exceeding 50% identity.

As shown in Table 5, TransBind consistently outperforms the TF-ID conditioned TBiNet baseline across all three TFs in both AUROC and AUPR. For example, on FOXA3, TransBind achieves an AUROC of 0.603 compared to 0.545 for the DNA sequence-only baseline (gain: 5.8 percentage points), and an AUPR of 0.577 compared to 0.528 (gain: 4.9 percentage points). Similar improvements are observed for ATF4 and HNF1A.

Table 5.

Comparison of TransBind_label_zeroshot with a TF–ID conditioned DNA sequence-only baseline (TBiNet) under a label-zero-shot setting

TF TransBind_zeroshot TF-ID conditioned TBiNet
AUROC AUPR AUROC AUPR
FOXA3 0.6031 0.5768 0.5454 0.5283
ATF4 0.5750 0.5356 0.5475 0.5260
HNF1A 0.6287 0.5990 0.5667 0.5418

The consistent improvements across all three TFs (AUROC gains: 2.7–6.2 percentage points; AUPR gains: 0.96–4.9 percentage points) demonstrate that protein priors enable meaningful generalization.

Ablation study

We systematically evaluate the contribution of each component in TransBind. All ablation experiments use identical training procedures, optimization settings, and evaluation protocols, differing only in the component under investigation.

Transcription factor information and representations

Table 6 compares models with different protein feature representations. The DNA sequence-only baseline achieves 0.9488 AUROC and 0.3634 AUPR, suggesting that the DNA encoder captures key binding motifs. Adding protein information consistently improves performance across all variants. The hand-crafted features (protein sequence length) provide modest gains (+0.0007 AUROC, +0.0049 AUPR), while the learned TF embeddings (the TF features learned by neural networks from the training data without using pretrained PLMs) slightly improve performance (0.9498 AUROC, 0.3686 AUPR).

Table 6.

Effect of TF information and representations

TF Representation AUROC AUPR Parameters
Sequence only 0.9488 0.3634 4.4M
Hand-crafted features 0.9495 0.3683 4.5M
Learned TF embedding 0.9498 0.3686 4.5M
ESM protein embedding 0.9503 0.3701 4.6M
ESM–DBP (TransBind) 0.9508 0.3741 4.6M

In contrast, the Pretrained PLM embeddings substantially improve performance. The ESM embeddings alone already outperform the learned and hand-crafted features, while the ESM–DBP embeddings used in TransBind achieve the best results. This suggests that pretraining on DNA-binding proteins provides additional task-relevant inductive bias beyond generic protein representations.

DNA sequence encoder components

Table 7 shows the contribution of BiLSTM and Transformer components. The full BiLSTM + Transformer model achieves 0.9508 AUROC and 0.3741 AUPR. Removing either component degrades performance: Transformer-only achieves 0.9428 AUROC and 0.3536 AUPR, while BiLSTM-only achieves 0.9418 AUROC and 0.3435 AUPR. This indicates that the BiLSTM captures more local sequence dependencies, while the Transformer models more long-range interactions.

Table 7.

Effect of DNA sequence encoder components

Model variant AUROC AUPR Parameters
Transformer only 0.9428 0.3536 3.4M
BiLSTM only 0.9418 0.3435 3.6M
TransBind 0.9508 0.3741 4.6M

Multimodal fusion strategies

We compare concatenation, bidirectional cross-attention, and unidirectional cross-attention (TransBind) for combining DNA and protein features (Table 8).

Table 8.

Effect of multimodal fusion strategies

Fusion strategy AUROC AUPR Parameters
Concatenation 0.9498 0.3682 4.1M
Bidirectional cross-attention 0.9499 0.3688 5.3M
TransBind 0.9508 0.3741 4.6M

Concatenation achieves 0.9498 AUROC and 0.3682 AUPR with 4.1M parameters. Bidirectional cross-attention increases parameters to 5.3M but slightly increases AUPR (0.3688). Unidirectional cross-attention, where DNA features query protein features, achieves the best performance (0.9508 AUROC, 0.3741 AUPR) with 4.6M parameters, reflecting the biological intuition that protein structure plays an important role in determining DNA-binding specificity.

Effect of input DNA sequence length on model performance

To assess the impact of input DNA sequence length, we evaluated model performance using DNA sequences of length 500, 800, 1000, and 1200 bp (Table 9). Performance consistently improves from 500 bp (AUROC 0.9422, AUPR 0.3524) to 800 bp (AUROC 0.9482, AUPR 0.3643 ), and reaches its maximum at 1000 bp (AUROC 0.9508, AUPR 0.3741 ).

Table 9.

Effect of input sequence length on model performance

Sequence length (bp) AUROC AUPR
500 0.9422 0.3524
800 0.9482 0.3643
1000 0.9508 0.3741
1200 0.9501 0.3710

Increasing the sequence length to 1200 bp results in a slight decrease in performance (AUROC 0.9501, AUPR 0.3710), suggesting that additional flanking regions beyond 1000 bp provide diminishing returns. Therefore, we use 1000 bp as the default input length in all subsequent experiments.

Overall, the ablation results demonstrate that TransBind’s performance gains arise from the complementary integration of protein representations, hierarchical DNA sequence modeling, and biologically motivated multimodal fusion, rather than from any single component alone.

Discussion

This study addresses a key gap in genome-wide TF–DNA binding prediction: almost all existing methods ignore TF sequence and structural information, despite its critical role in determining binding specificity. By integrating TF embeddings generated by PLMs with DNA sequence features through the cross-attention mechanism, TransBind enables TF-specific scanning of genomic sequences. This protein-aware framework delivers consistent and substantial gains in prediction accuracy over state-of-the-art deep learning methods. Significantly, it performs better in 98% of the 690 TF–cell type combinations tested than the second most accurate method—TBiNet. Beyond accuracy, TransBind recovers 160 known motifs of diverse TF families, demonstrating the biological interpretability of the model and the ability to learn regulatory patterns from scratch.

Moreover, due to the use of protein embeddings of TFs as input, TransBind_zeroshot also exhibits label-zero-shot generalization to unseen TFs, offering predictive capability for TFs with no available binding data for training, a critical step toward the scalable annotation of many uncharacterized TFs.

These improved or new capabilities have practical implications for regulatory genomics, including prioritizing TFs for experimental validation, designing synthetic regulatory sequences, and aiding variant interpretation in phenotype-associated non-coding regulatory regions in genomes.

However, the approach still has some limitations. The performance of the label-zero-shot prediction (i.e. AUROC between 0.575 and 0.628) is moderate, highlighting the challenge of modeling complex protein–DNA recognition without TF-specific training examples. The relatively lower performance may be largely due to the limited amount of training data of only 161 TFs. To further improve its generalization performance, a much larger training dataset involving hundreds or more TFs may be needed. In addition, the input for the label-zero-shot prediction in TransBind_zeroshot does not implicitly contain cell type information as the multilabel classifier TransBind does, which may also lead to lower prediction accuracy.

Indeed, the current architecture of TransBind predicts TF–DNA binding from TF and DNA information only, without considering the accessibility of chrommatin and the higher-order chromatin architecture that often influences in vivo binding patterns. Moreover, protein embeddings derived from the PLM contain only protein sequence and indirect structural information, without directly leveraging the 3D structures of TFs predicted by deep learning methods[33, 34]. Addressing these limitations will require integrating additional sources of data such as ATAC-seq chromosome accessibility data, Hi-C chromosome conformation data, predicted structures of TFs, genome annotations, genome/histone methylation, and gene expression data. It is worth noting that dynamic chromosome accessibility and gene expression data can not only enable the method to predict biological context-specific TF–DNA binding but also provide implicit cell type information for predicting cell type specific TF–DNA binding. By situating TF binding prediction within a multimodal framework leveraging multiple sources of omics and protein structure data, more generalizable and biologically grounded models of TF–DNA binding prediction can be developed.

Finally, TransBind was currently trained on the human TF–DNA binding data. However, we image it can be trained on the TF–DNA binding data of multiple species because it can learn the general biophysical interactions between TFs and DNAs that are assumed to be universal across species. In the future, we plan to curate a large dataset consisting of TF–DNA binding data of many species and train and test TransBind on it. We will test if TransBind can generalize to TFs in new species that are not used in training at all.

Supplementary Material

lqag047_Supplemental_File

Acknowledgements

This work is supported in part by funds from the National Science Foundation (NSF: #IOS2525780). 

Author contributions: Shreya Basnet (Data curation [equal] Investigation [equal] Methodology [equal] Software [equal] Validation [equal] Visualization [equal] Writing—original draft [equal] Writing—review & editing [equal]), and Jianlin Cheng (Conceptualization [lead] Funding acquisition [lead] Investigation [equal] Methodology [equal] Project administration [lead] Resources [equal] Software [supporting] Supervision [lead] Validation [equal] Writing—review & editing [lead]).

Contributor Information

Shreya Basnet, Department of Electrical Engineering & Computer Science, University of Missouri, Columbia, MO 65211, United States; NextGen Precision Health, University of Missouri, Columbia, MO 65211, United States.

Jianlin Cheng, Department of Electrical Engineering & Computer Science, University of Missouri, Columbia, MO 65211, United States; NextGen Precision Health, University of Missouri, Columbia, MO 65211, United States.

Supplementary data

Supplementary data is available at NAR Genomics & Bioinformatics online.

Conflict of interest

None declared.

Funding

This work is supported in part by funds from the National Science Foundation (NSF: #CCF2343612, #DBI2308699, and #IOS2525780) and from the Department of Energy (grant #DE-SC0026121).

Data availability

TransBind is an open-source software package, and its source code is publicly available via Zenodo at https://doi.org/10.5281/zenodo.19462292.

References

  • 1. Hobert  O. Gene regulation by transcription factors and microRNAs. Science. 2008;319:1785–86. 10.1126/science.1151651 [DOI] [PubMed] [Google Scholar]
  • 2. Lambert  SA, Jolma  A, Campitelli  LF  et al.  The human transcription factors. Cell. 2018;172:650–65. 10.1016/j.cell.2018.01.029 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3. Cawley  S, Bekiranov  S, Ng  HH  et al.  Unbiased mapping of transcription factor binding sites along human chromosomes 21 and 22 points to widespread regulation of noncoding RNAs. Cell. 2004;116:499–509. 10.1016/S0092-8674(04)00127-8 [DOI] [PubMed] [Google Scholar]
  • 4. Mundade  R, Ozer  HG, Wei  H  et al.  Role of ChIP-seq in the discovery of transcription factor binding sites, differential gene regulation mechanism, epigenetic marks and beyond. Cell Cycle. 2014;13:2847–52. 10.4161/15384101.2014.949201 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5. Sherwood  RI, Hashimoto  T, O’donnell  CW  et al.  Discovery of directional and nondirectional pioneer transcription factors by modeling DNase profile magnitude and shape. Nat Biotechnol. 2014;32:171–8. 10.1038/nbt.2798 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6. Mehta  P, Schwab  DJ, Sengupta  AM. Statistical mechanics of transcription-factor binding site discovery using hidden Markov models. J Stat Phys. 2011;142:1187–205. 10.1007/s10955-010-0102-x [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7. Mathelier  A, Wasserman  WW. The next generation of transcription factor binding site prediction. PLoS Comput Biol. 2013;9:e1003214. 10.1371/journal.pcbi.1003214 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8. Zhou  T, Shen  N, Yang  L  et al.  Quantitative modeling of transcription factor binding specificities using DNA shape. Proc Natl Acad Sci. 2015;112:4654–9. 10.1073/pnas.1422023112 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9. Djordjevic  M, Sengupta  AM, Shraiman  BI. A biophysical approach to transcription factor binding site discovery. Genome Res. 2003;13:2381–90. 10.1101/gr.1271603 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10. Zeng  H, Edwards  MD, Liu  G  et al.  Convolutional neural network architectures for predicting DNA–protein binding. Bioinformatics. 2016;32:i121–7. 10.1093/bioinformatics/btw255 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11. Zhou  J, Troyanskaya  OG. Predicting effects of noncoding variants with deep learning-based sequence model. Nat Methods. 2015;12:931–4. 10.1038/nmeth.3547 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12. Quang  D, Xie  X. DanQ: a hybrid convolutional and recurrent deep neural network for quantifying the function of DNA sequences. Nucleic Acids Res. 2016;44:e107. 10.1093/nar/gkw226 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13. Park  S, Koh  Y, Jeon  H  et al.  Enhancing the interpretability of transcription factor binding site prediction using attention mechanism. Sci Rep. 2020;10:13413. 10.1038/s41598-020-70218-4 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14. Chen  C, Hou  J, Shi  X  et al.  DeepGRN: prediction of transcription factor binding site across cell-types using attention-based deep neural networks. BMC bioinformatics. 2021;22:38. 10.1186/s12859-020-03952-1 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15. Zhou  T, Yang  L, Lu  Y  et al.  DNAshape: a method for the high-throughput prediction of DNA structural features on a genomic scale. Nucleic Acids Res. 2013;41:W56–62. 10.1093/nar/gkt437 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16. Yang  L, Orenstein  Y, Jolma  A  et al.  Transcription factor family-specific DNA shape readout revealed by quantitative specificity models. Mol Syst Biol. 2017;13:910. 10.15252/msb.20167238 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17. Dauxois  T, Peyrard  M, Bishop  AR. Entropy-driven DNA denaturation. Phys Rev E. 1993;47:R44–7. 10.1103/PhysRevE.47.R44 [DOI] [PubMed] [Google Scholar]
  • 18. Barbero-Aparicio  JA, Cuesta-Lopez  S, García-Osorio  CI  et al.  Nonlinear physics opens a new paradigm for accurate transcription start site prediction. BMC bioinformatics. 2022;23:565. 10.1186/s12859-022-05129-4 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19. Zhang  Q, Shen  Z, Huang  DS. Predicting in-vitro transcription factor binding sites using DNA sequence + shape. IEEE/ACM Trans Comput Biol Bioinform. 2019;18:667–76. 10.1109/TCBB.2019.2947461 [DOI] [PubMed] [Google Scholar]
  • 20. Barissi  S, Sala  A, Wieczór  M  et al.  DNAffinity: a machine-learning approach to predict DNA binding affinities of transcription factors. Nucleic Acids Res. 2022;50:9105–14. 10.1093/nar/gkac708 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21. Zhou  Z, Ji  Y, Li  W  et al.  DNABERT-2: efficient foundation model and benchmark for multi-species genome. In: Proceedings of the Twelfth International Conference on Learning Representations (ICLR 2024). 2024. https://openreview.net/forum?id=oMLQB4EZE1 [Google Scholar]
  • 22. Kabir  A, Bhattarai  M, Peterson  S  et al.  DNA breathing integration with deep learning foundational model advances genome-wide binding prediction of human transcription factors. Nucleic Acids Res. 2024;52:e91. 10.1093/nar/gkae783 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23. Pabo  CO, Sauer  RT. Transcription factors: structural families and principles of DNA recognition. Annu Rev Biochem. 1992;61:1053–95. 10.1146/annurev.bi.61.070192.005201 [DOI] [PubMed] [Google Scholar]
  • 24. Weirauch  MT, Yang  A, Albu  M  et al.  Determination and inference of eukaryotic transcription factor sequence specificity. Cell. 2014;158:1431–43. 10.1016/j.cell.2014.08.009 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25. Jin  B, Liang  S, Liu  X  et al.  BTFBS: binding prediction of bacterial transcription factors and binding sites based on deep learning. Mathematics. 2025;13:589. 10.3390/math13040589 [DOI] [Google Scholar]
  • 26. Rives  A, Meier  J, Sercu  T  et al.  Biological structure and function emerge from scaling unsupervised learning to 250 million protein sequences. Proc Natl Acad Sci. 2021;118:e2016239118. 10.1073/pnas.2016239118 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 27. Zeng  W, Dou  Y, Pan  L  et al.  Interpretable improving prediction performance of general protein language model by domain-adaptive pretraining on DNA-binding protein. Nat Commun. 2024;15:7838. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28. Kent  WJ, Sugnet  CW, Furey  TS  et al.  The human genome browser at UCSC. Genome Res. 2002;12:996–1006. 10.1101/gr.229102 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 29. UniProt Consortium . UniProt: the universal protein knowledgebase in 2023. Nucleic Acids Res. 2023;51:D523–31. 10.1093/nar/gkac1052 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30. Castro-Mondragon  JA, Riudavets-Puig  R, Rauluseviciute  I  et al.  JASPAR 2022: the 9th release of the open-access database of transcription factor binding profiles. Nucleic Acids Res. 2022;50:D165–73. 10.1093/nar/gkab1113 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31. Bailey  TL, Boden  M, Buske  FA  et al.  MEME SUITE: tools for motif discovery and searching. Nucleic Acids Res. 2009;37:W202–8. 10.1093/nar/gkp335 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32. Sundararajan  M, Taly  A, Yan  Q. Axiomatic attribution for deep networks. In: International conference on machine learning. Vol. 70. Sydney, Australia: PMLR, 2017, 3319–28. [Google Scholar]
  • 33. Eickholt  J, Cheng  J. Predicting protein residue–residue contacts using deep networks and boosting. Bioinformatics. 2012;28:3066–72. 10.1093/bioinformatics/bts598 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 34. Jumper  J, Evans  R, Pritzel  A  et al.  Highly accurate protein structure prediction with AlphaFold. Nature. 2021;596:583–9. 10.1038/s41586-021-03819-2 [DOI] [PMC free article] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

lqag047_Supplemental_File

Data Availability Statement

TransBind is an open-source software package, and its source code is publicly available via Zenodo at https://doi.org/10.5281/zenodo.19462292.


Articles from NAR Genomics and Bioinformatics are provided here courtesy of Oxford University Press

RESOURCES