Dear All,
 
I am trying to work out the best way to accomplish some tasks involving
RDKit, using PyMOL as an interface, and would appreciate some help.  I
would like to be able to start from a PDB file of a ligand-bound crystal
structure loaded in PyMOL and be able to 'virtually' build some
analogues - initially just simple substitutions - and visually inspect
the results.
 
(1)  So my first question is - having started PyMOL with the -R option,
is there an easy or recommended way of transferring molecules from PyMOL
to RDKit?  I can accomplish this by writing molfiles to a temporary
file, but wondered if I am creating work, if eg RDKit could
automatically create Mol objects from non-biopolymer atoms in PyMol(?).
ie it would be nice if:
 
from rdkit import Chem
from rdkit.Chem import PyMol
v = PyMol.MolViewer()
 
# Invented function to create an RDKit mol object
mol = v.GetAtomsAsMol(selection)
 
(2)  Once the ligand is converted to an RDKit mol object (by whatever
means) I want to enumrate some libraries of virtual products - eg
choosing an atom in PyMol as the attachment point, then running a set of
reactions to get products with a set of substituents added.  In
principle I think this is quite straightforward; however, what I am
struggling with is a mechanism to 'freeze' the 3D coordintes of the
original ligand atoms, but still be able to use RDKit to generate
sensible 3D positions for the newly added atoms so that the products can
be passed back to PyMOL and minimised in situ (if required) using
'mengine.exe'.  Am I looking at this the wrong way, and should I
actually try aligning the virtual products back on the starting ligand
conformation?
 
(3)  Apologies that this last point is maybe a bit off-topic, but I
wondered if anyone has an opinion as to whether MMTK is the way to go
for 'simple' minimisations of modified ligands bound to proteins? (I
don't have any real experience with MMTK...
 
Kind regards
 
James

______________________________________________________________________
PLEASE READ: This email is confidential and may be privileged. It is intended 
for the named addressee(s) only and access to it by anyone else is 
unauthorised. If you are not an addressee, any disclosure or copying of the 
contents of this email or any action taken (or not taken) in reliance on it is 
unauthorised and may be unlawful. If you have received this email in error, 
please notify the sender or postmas...@vernalis.com. Email is not a secure 
method of communication and the Company cannot accept responsibility for the 
accuracy or completeness of this message or any attachment(s). Please check 
this email for virus infection for which the Company accepts no responsibility. 
If verification of this email is sought then please request a hard copy. Unless 
otherwise stated, any views or opinions presented are solely those of the 
author and do not represent those of the Company.

The Vernalis Group of Companies
Oakdene Court
613 Reading Road
Winnersh, Berkshire
RG41 5UA.
Tel: +44 118 977 3133

To access trading company registration and address details, please go to the 
Vernalis website at www.vernalis.com and click on the "Company address and 
registration details" link at the bottom of the page..
______________________________________________________________________
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to