paper-with-me

Papers

TFBS-Finder: Deep Learning-based Model with DNABERT and Convolutional Networks to Predict Transcription Factor Binding Sites

2025-02-03 · Nimisha Ghosh, Pratik Dutta, Daniele Santoni

Transcription factors are proteins that regulate the expression of genes by binding to specific genomic regions known as Transcription Factor Binding Sites (TFBSs), typically located in the promoter regions of those genes. Accurate prediction of these binding sites is essential for understanding the complex gene regulatory networks underlying various cellular functions. In this regard, many deep learning models have been developed for such prediction, but there is still scope of improvement. In this work, we have developed a deep learning model which uses pre-trained DNABERT, a Convolutional Neural Network (CNN) module, a Modified Convolutional Block Attention Module (MCBAM), a Multi-Scale Convolutions with Attention (MSCA) module and an output module. The pre-trained DNABERT is used for sequence embedding, thereby capturing the long-term dependencies in the DNA sequences while the CNN, MCBAM and MSCA modules are useful in extracting higher-order local features. TFBS-Finder is trained and tested on 165 ENCODE ChIP-seq datasets. We have also performed ablation studies as well as cross-cell line validations and comparisons with other models. The experimental results show the superiority of the proposed method in predicting TFBSs compared to the existing methodologies. The codes and the relevant datasets are publicly available at https://github.com/NimishaGhosh/TFBS-Finder/.

📄 PDF Abstract BibTeX arXiv:2502.01311

Code (1)

nimishaghosh/tfbs-finder 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

GCBLANE: A graph-enhanced convolutional BiLSTM attention network for improved transcription factor binding site prediction

2025-03-16 · Jonas Chris Ferrao, Dickson Dias, Sweta Morajkar, Manisha Gokuldas Fal Dessai

Identifying transcription factor binding sites (TFBS) is crucial for understanding gene regulation, as these sites enable transcription factors (TFs) to bind to DNA and modulate gene expression. Despite advances in high-…

Graph Neural NetworkTranscription Factor Binding Site Prediction

Explainable AI in Genomics: Transcription Factor Binding Site Prediction with Mixture of Experts

2025-07-13 · Aakash Tripathi, Ian E. Nielsen, Muhammad Umer, Ravi P. Ramachandran 외 arxiv

Transcription Factor Binding Site (TFBS) prediction is crucial for understanding gene regulation and various biological processes. This study introduces a novel Mixture of Experts (MoE) approach for TFBS prediction, inte…

Transcription Factor Binding Site Prediction

Predicting Transcription Factor Binding Sites using Transformer based Capsule Network

2023-10-23 · Nimisha Ghosh, Daniele Santoni, Indrajit Saha, Giovanni Felici

Prediction of binding sites for transcription factors is important to understand how they regulate gene expression and how this regulation can be modulated for therapeutic purposes. Although in the past few years there a…

Deep Motif Dashboard: Visualizing and Understanding Genomic Sequences Using Deep Neural Networks

2016-08-12 · Jack Lanchantin, Ritambhara Singh, Beilun Wang, Yanjun Qi

Deep neural network (DNN) models have recently obtained state-of-the-art prediction accuracy for the transcription factor binding (TFBS) site classification task. However, it remains unclear how these approaches identify…

General Classification

Prototype Matching Networks for Large-Scale Multi-label Genomic Sequence Classification

2017-10-30 · ICLR 2018 1 · Jack Lanchantin, Arshdeep Sekhon, Ritambhara Singh, Yanjun Qi

One of the fundamental tasks in understanding genomics is the problem of predicting Transcription Factor Binding Sites (TFBSs). With more than hundreds of Transcription Factors (TFs) as labels, genomic-sequence based TFB…

General ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION