HannesStark / EquiBind

EquiBind: geometric deep learning for fast predictions of the 3D structure in which a small molecule binds to a protein
MIT License
477 stars 109 forks source link

Is is possible to predict torsion angle directly from model? #52

Closed lkfo415579 closed 1 year ago

lkfo415579 commented 2 years ago

I reviewed the paper GeoMol which is cited in the 3.2.2 section of the paper. That is a model can predict torsion angle directly. But the Equibind only outputs an approximate coordinate of docked ligand, then aligning torsion angle from rdkit conformer to the predicted coords, in order to avoid the problem of incorrect docked ligand conformer (wrong bond length and bond angle).

So why don't you guys just predict the torsion angle from the Equibind model directly? is it a possible strategy?

Thanks. It is a wonderful job.

HannesStark commented 1 year ago

Something in that direction with a different model is a possible strategy. Please consider checking out https://github.com/gcorso/DiffDock for a paper related to that