Closed electronicsbyjulie closed 2 years ago
Visually, it looks like PHE206 and TYR251 should both point "down" towards the cytoplasmic direction, with either C5 or C7 in the space between them, with the other ligand pi bond stacked with TYR258 which would also point "down". But the current algorithm does not find this configuration.
Possible solution to the problem:
Since this is a somewhat involved task, it's best to do it as a PR.
The best-binding algorithm always gives C5 - PHE206 as the best binding pair, but that part of the binding pocket doesn't have enough space for the ligand, causing it to clash with various residues and preventing finding valid poses. There's more space near TYR258 for the ligand.
Secondarily, it is identifying C1 - MET255 as the second pair. This is a vdW interaction between aliphatic atoms, and altogether ignores C7 which is a pi atom.
A better bind would be C5 - TYR258 and C7 - PHE206 or TYR251. Then C9 could pair with either MET255 or ILE105 so that the ligand would sit vertically inside the pocket, not flat against the PHE206 ring trying to straddle a space that's too small for it to fit.