paper-with-me

홈 › Papers

CompassDock: Comprehensive Accurate Assessment Approach for Deep Learning-Based Molecular Docking in Inference and Fine-Tuning

2024-06-10 · Ahmet Sarigun, Vedran Franke, Bora Uyar, Altuna Akalin

Datasets used for molecular docking, such as PDBBind, contain technical variability - they are noisy. Although the origins of the noise have been discussed, a comprehensive analysis of the physical, chemical, and bioactivity characteristics of the datasets is still lacking. To address this gap, we introduce the Comprehensive Accurate Assessment (Compass). Compass integrates two key components: PoseCheck, which examines ligand strain energy, protein-ligand steric clashes, and interactions, and AA-Score, a new empirical scoring function for calculating binding affinity energy. Together, these form a unified workflow that assesses both the physical/chemical properties and bioactivity favorability of ligands and protein-ligand interactions. Our analysis of the PDBBind dataset using Compass reveals substantial noise in the ground truth data. Additionally, we propose CompassDock, which incorporates the Compass module with DiffDock, the state-of-the-art deep learning-based molecular docking method, to enable accurate assessment of docked ligands during inference. Finally, we present a new paradigm for enhancing molecular docking model performance by fine-tuning with Compass Scores, which encompass binding affinity energy, strain energy, and the number of steric clashes identified by Compass. Our results show that, while fine-tuning without Compass improves the percentage of docked poses with RMSD < 2{\AA}, it leads to a decrease in physical/chemical and bioactivity favorability. In contrast, fine-tuning with Compass shows a limited improvement in RMSD < 2{\AA} but enhances the physical/chemical and bioactivity favorability of the ligand conformation. The source code is available publicly at https://github.com/BIMSBbioinfo/CompassDock.

📄 PDF Abstract BibTeX arXiv:2406.06841

Code (2)

bimsbbioinfo/compass 공식 구현 pytorch
bimsbbioinfo/compassdock 공식 구현 pytorch

Tasks

Molecular Docking

Similar Papers 제목 키워드 기반

DeltaDock: A Unified Framework for Accurate, Efficient, and Physically Reliable Molecular Docking

2024-10-15 · Jiaxian Yan, Zaixi Zhang, Jintao Zhu, Kai Zhang 외

Molecular docking, a technique for predicting ligand binding poses, is crucial in structure-based drug design for understanding protein-ligand interactions. Recent advancements in docking methods, particularly those leve…

Blind DockingDrug DesignMolecular DockingPrediction+1

Multi-scale Iterative Refinement towards Robust and Versatile Molecular Docking

2023-11-30 · Jiaxian Yan, Zaixi Zhang, Kai Zhang, Qi Liu

Molecular docking is a key computational tool utilized to predict the binding conformations of small molecules to protein targets, which is fundamental in the design of novel drugs. Despite recent advancements in geometr…

Blind DockingGPUMolecular Docking

Re-Dock: Towards Flexible and Realistic Molecular Docking with Diffusion Bridge

2024-02-18 · Yufei Huang, Odin Zhang, Lirong Wu, Cheng Tan 외

Accurate prediction of protein-ligand binding structures, a task known as molecular docking is crucial for drug design but remains challenging. While deep learning has shown promise, existing methods often depend on holo…

Drug DesignMolecular Docking

PoseX: AI Defeats Physics Approaches on Protein-Ligand Cross Docking

2025-05-03 · Yize Jiang, Xinze Li, Yuanyuan Zhang, Jin Han 외

Existing protein-ligand docking studies typically focus on the self-docking scenario, which is less practical in real applications. Moreover, some studies involve heavy frameworks requiring extensive training, posing cha…

Blind DockingMolecular Docking

Smiles2Dock: an open large-scale multi-task dataset for ML-based molecular docking

2024-06-09 · Thomas Le Menestrel, Manuel Rivas

Docking is a crucial component in drug discovery aimed at predicting the binding conformation and affinity between small molecules and target proteins. ML-based docking has recently emerged as a prominent approach, outpa…

BenchmarkingDrug DiscoveryMolecular Docking