Paper List
-
Discovery of a Hematopoietic Manifold in scGPT Yields a Method for Extracting Performant Algorithms from Biological Foundation Model Internals
This work addresses the core challenge of extracting reusable, interpretable, and high-performance biological algorithms from the opaque internal repr...
-
MS2MetGAN: Latent-space adversarial training for metabolite–spectrum matching in MS/MS database search
This paper addresses the critical bottleneck in metabolite identification: the generation of high-quality negative training samples that are structura...
-
Toward Robust, Reproducible, and Widely Accessible Intracranial Language Brain-Computer Interfaces: A Comprehensive Review of Neural Mechanisms, Hardware, Algorithms, Evaluation, Clinical Pathways and Future Directions
This review addresses the core challenge of fragmented and heterogeneous evidence that hinders the clinical translation of intracranial language BCIs,...
-
Less Is More in Chemotherapy of Breast Cancer
通过纳入细胞周期时滞和竞争项,解决了现有肿瘤-免疫模型的过度简化问题,以定量比较化疗方案。
-
Fold-CP: A Context Parallelism Framework for Biomolecular Modeling
This paper addresses the critical bottleneck of GPU memory limitations that restrict AlphaFold 3-like models to processing only a few thousand residue...
-
Open Biomedical Knowledge Graphs at Scale: Construction, Federation, and AI Agent Access with Samyama Graph Database
This paper addresses the core pain point of fragmented biomedical data by constructing and federating large-scale, open knowledge graphs to enable sea...
-
Predictive Analytics for Foot Ulcers Using Time-Series Temperature and Pressure Data
This paper addresses the critical need for continuous, real-time monitoring of diabetic foot health by developing an unsupervised anomaly detection fr...
-
Hypothesis-Based Particle Detection for Accurate Nanoparticle Counting and Digital Diagnostics
This paper addresses the core challenge of achieving accurate, interpretable, and training-free nanoparticle counting in digital diagnostic assays, wh...
A Multi-Label Temporal Convolutional Framework for Transcription Factor Binding Characterization
Unknown
30秒速读
IN SHORT: This paper addresses the critical limitation of existing TF binding prediction methods that treat transcription factors as independent entities, failing to capture their cooperative regulatory mechanisms through multi-label classification.
核心创新
- Methodology First application of Temporal Convolutional Networks (TCNs) to multi-label transcription factor binding prediction, enabling simultaneous prediction of multiple TF binding events from DNA sequences.
- Methodology Development of three multi-label datasets (D-5TF-3CL, D-7TF-4CL, H-M-E2F) from ENCODE ChIP-seq data, specifically designed to study TF cooperativity.
- Biology Demonstration that deep learning models can learn biologically meaningful TF correlations and cooperative patterns directly from DNA sequence data, revealing both known and novel TF interactions.
主要结论
- TCN-based models significantly outperform RNN baselines in multi-label TF prediction, achieving average F1-score improvements of +0.17 to +0.26 across datasets (p<0.05).
- The model captures biologically relevant TF correlations, with TCN achieving AP scores of 0.73±0.01 on the H-M-E2F dataset compared to 0.52±0.00 for RNN baselines.
- TCNs demonstrate robust performance even with limited data, maintaining AP >0.7 on 152 out of 165 binary classification datasets despite moderate correlation (Pearson r=0.61) between performance and dataset size.
摘要: Transcription factors (TFs) regulate gene expression through complex and cooperative mechanisms. While many TFs act together, the logic underlying TFs binding and their interactions is not fully understood yet. Most current approaches for TF binding site prediction focus on individual TFs and binary classification tasks, without a full analysis of the possible interactions among various TFs. In this paper we investigate DNA TF binding site recognition as a multi-label classification problem, achieving reliable predictions for multiple TFs on DNA sequences retrieved in public repositories. Our deep learning models are based on Temporal Convolutional Networks (TCNs), which are able to predict multiple TF binding profiles, capturing correlations among TFs and their cooperative regulatory mechanisms. Our results suggest that multi-label learning leading to reliable predictive performances can reveal biologically meaningful motifs and co-binding patterns consistent with known TF interactions, while also suggesting novel relationships and cooperation among TFs.