vote up 1 vote down
star
1

Which cheminformatics library is the best to assign 3D coordinates to a structure file, RDKit or CDK? (best quality of the results) I'm looking for a free equivalent for CORINA.

http://www.rdkit.org/ http://sourceforge.net/projects/cdk/ http://openbabel.org/

flag
Do you just want to consider RDKit and CDK? Why not include other options? – baoilleach Jan 16 at 10:50
Are available other free libraries or tools to assign 3D coordinates with good accuracy? for example, the ---gen3D OpenBabel option don't works. – David García Aristegui Jan 16 at 11:21
Can you be a bit more specific than "doesn't work?" It works fine for me. And I'd take the MMFF94-generated coordinates as pretty accurate. – Geoff Hutchison Jan 16 at 12:47
There are also other options. Why not revise your question above if interested? – baoilleach Jan 16 at 22:28
Geoff, shame on me, i hate when my users do that. Update: with OB Open Babel 2.2.3 (i was usiang an old version) i assign 3D coordinates without problems. Thank you very much. – David García Aristegui Jan 18 at 14:17

4 Answers

vote up 1 vote down
check

You can use the Chemical Structure project for the test. It contains ~630 structures. All structures are generated by the ghemical software using a PM3 method. Each structure contains also 1D descriptor string (InChI and SMILES). Therefore, you can compute 3D structure from the 1D descriptor with the different software and compare the results to the Chemical Structure XML file.

link|flag
vote up 2 vote down

I'm not that familiar with CDK's builder3d, and I haven't tried it, but from looking at the code, it seems to use a rule-based or template-based approach for generating an initial guess geometry (for example it seems to use preconstructed ring templates). RDKit, on the other hand, uses a distance geometry approach. I use RDKit and I find it works quite well for my purposes.

[Update] Also, regarding your question about other free tools for 3D structure generation, I am aware of the following:

[Update 2]: smi23d can apparently now be accessed at http://cheminfo.wikispaces.com/smi23d

link|flag
vote up 2 vote down

Hello,

http://fiehnlab.ucdavis.edu/staff/kind/ChemoInformatics/Concepts/3D-conformer/

You question, which approach is best to assign 3D coordinates to small molecules: Those programs are the best, that perform best with existing validation sets such as thousands of molecules from X-Ray Crystallography databases.

There is no peer reviewed publication which compares all the latest tools. Just stick with the common accepted ones, aka "When in Rome, do as the Romans do" (BTW that is no platitude, its all about validation)

www.scopus.com/authid/detail.url?authorId=14834041700

Cheers Tobias

link|flag
vote up 0 vote down

Interesting question! We would need an independent test set... perhaps we can set something up based on CrystalEye?

link|flag
I think this is not an answer - rather a comment...? – baoilleach Jan 16 at 10:52
It answers the implicit question: which OS tools is the best, stating that there are no fact making answering that question possible yet. – Egon Willighagen Jan 17 at 10:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.