BMAILGApr 19, 2022

Generating 3D Molecules for Target Protein Binding

arXiv:2204.09410v2170 citationsh-index: 64Has Code
Originality Incremental advance
AI Analysis

This addresses the fundamental problem in drug discovery of designing binding molecules, but it appears incremental as it builds on existing machine learning methods for molecule generation.

The paper tackles the problem of designing molecules that bind to specific proteins in drug discovery by proposing GraphBP, a framework that generates 3D molecules atom by atom for target protein binding sites, with experiments showing it effectively generates molecules with binding ability.

A fundamental problem in drug discovery is to design molecules that bind to specific proteins. To tackle this problem using machine learning methods, here we propose a novel and effective framework, known as GraphBP, to generate 3D molecules that bind to given proteins by placing atoms of specific types and locations to the given binding site one by one. In particular, at each step, we first employ a 3D graph neural network to obtain geometry-aware and chemically informative representations from the intermediate contextual information. Such context includes the given binding site and atoms placed in the previous steps. Second, to preserve the desirable equivariance property, we select a local reference atom according to the designed auxiliary classifiers and then construct a local spherical coordinate system. Finally, to place a new atom, we generate its atom type and relative location w.r.t. the constructed local coordinate system via a flow model. We also consider generating the variables of interest sequentially to capture the underlying dependencies among them. Experiments demonstrate that our GraphBP is effective to generate 3D molecules with binding ability to target protein binding sites. Our implementation is available at https://github.com/divelab/GraphBP.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes