Paper List
-
Ill-Conditioning in Dictionary-Based Dynamic-Equation Learning: A Systems Biology Case Study
This paper addresses the critical challenge of numerical ill-conditioning and multicollinearity in library-based sparse regression methods (e.g., SIND...
-
Hybrid eTFCE–GRF: Exact Cluster-Size Retrieval with Analytical pp-Values for Voxel-Based Morphometry
This paper addresses the computational bottleneck in voxel-based neuroimaging analysis by providing a method that delivers exact cluster-size retrieva...
-
abx_amr_simulator: A simulation environment for antibiotic prescribing policy optimization under antimicrobial resistance
This paper addresses the critical challenge of quantitatively evaluating antibiotic prescribing policies under realistic uncertainty and partial obser...
-
PesTwin: a biology-informed Digital Twin for enabling precision farming
This paper addresses the critical bottleneck in precision agriculture: the inability to accurately forecast pest outbreaks in real-time, leading to su...
-
Equivariant Asynchronous Diffusion: An Adaptive Denoising Schedule for Accelerated Molecular Conformation Generation
This paper addresses the core challenge of generating physically plausible 3D molecular structures by bridging the gap between autoregressive methods ...
-
Omics Data Discovery Agents
This paper addresses the core challenge of making published omics data computationally reusable by automating the extraction, quantification, and inte...
-
Single-cell directional sensing at ultra-low chemoattractant concentrations from extreme first-passage events
This work addresses the core challenge of how a cell can rapidly and accurately determine the direction of a chemoattractant source when the signal is...
-
SDSR: A Spectral Divide-and-Conquer Approach for Species Tree Reconstruction
This paper addresses the computational bottleneck in reconstructing species trees from thousands of species and multiple genes by introducing a scalab...
Binding Free Energies without Alchemy
Eshelman School of Pharmacy, University of North Carolina at Chapel Hill | Curriculum in Bioinformatics and Computational Biology, University of North Carolina at Chapel Hill
30秒速读
IN SHORT: This paper addresses the core bottleneck of computational expense in Absolute Binding Free Energy calculations by eliminating the need for numerous alchemical intermediate simulations, reducing per-ligand simulation cost by up to 26x.
核心创新
- Methodology Introduces Direct Binding Free Energy (DBFE), a novel end-state ABFE method that requires only three simulations (receptor-only, ligand-only, and complex) without alchemical intermediates.
- Methodology Employs a combinatorial sampling strategy using KD-trees for fast steric clash detection, enabling efficient estimation of conformational entropy from precomputed simulations.
- Methodology Demonstrates a 26x reduction in per-ligand simulation cost compared to double decoupling methods in virtual screening contexts through amortization of receptor simulations.
主要结论
- DBFE achieved Pearson correlation r=0.58 on host-guest systems, outperforming OBC2 double decoupling (r=0.48) and demonstrating the importance of conformational entropy correction for these systems.
- On protein-ligand benchmarks, DBFE achieved r=0.65, slightly worse than OBC2 MM/GBSA (r=0.71), suggesting conformational entropy estimation introduces noise for complex protein systems.
- The performance gap between implicit solvent methods (DBFE/OBC2 DD r=0.65-0.73) and explicit solvent TIP3P DD (r=0.88) indicates that improving implicit solvent models would yield greater accuracy gains than improving free energy estimators.
摘要: Absolute Binding Free Energy (ABFE) methods are among the most accurate computational techniques for predicting protein-ligand binding affinities, but their utility is limited by the need for many simulations of alchemically modified intermediate states. We propose Direct Binding Free Energy (DBFE), an end-state ABFE method in implicit solvent that requires no alchemical intermediates. DBFE outperforms OBC2 double decoupling on a host-guest benchmark and performs comparably to OBC2 MM/GBSA on a protein-ligand benchmark. Since receptor and ligand simulations can be precomputed and amortized across compounds, DBFE requires only one complex simulation per ligand compared to the many lambda windows needed for double decoupling, making it a promising candidate for virtual screening workflows. We publicly release the code for this method at https://github.com/molecularmodelinglab/dbfe.