This is a test version of Biostars. For the public version, visit https://www.biostars.org.
What Free Databases Are Available To Store Enantiomers Information?

Hello, i'm looking for free/open source chemical databases or at least his database schema, to store chemical structures (name, SMILES, InChi, 2D, 3D...) with his enantiomers. I mean, a structure with the same name and SMILES, but different 2D and 3D coordinates information.

Thank you.

database

??? Properly encoded names, InChI, SMILES with stereo information should be different for enantiomers, not the same...

I mean, with a certain SMILES, if you assign 3D coordinates (with OpenBabel, CORINA...) sometimes you can retrieve several rotamers and enantiomers. For this situation, i would like to know how is the best way to store the info. An unique ID for each enantiomer or not? how to define the relation between the rotamers in the database schema?

1 answer

The Cactvs toolkit www.xemistry.com/academic free version for academic/educationa/private use) can store an arbitrary and variable number of 3D coordinate sets per structure in its query-optimized native file formats (cbs, bdb).

If you are going for a traditional SQL database, it would be simple to have separate core structure and 3D coordinates tables, with a standard 1:n mapping via an identifier between the tables.

Log in to answer this question.