• RDKit. Open-source toolkit for cheminformatics. ... It was developed by Greg Landrum with numerous additional contributions from the RDKit open source community.
  • RDKit is an open-source cheminformatics software toolkit which can be called from Python and includes API’s to generate SVG representations of chemical structures.
  • NOTE: the RDKit source code and downloads are now in github: https://github.com/rdkit/rdkit.
  • Open-source cheminformatics...
  • RDKit lets us create variables which represent molecules and retrieve information about the molecules. We are going to use a part of RDKit called Chem.
  • The RDKit has had an implementation of the MaxMin algorithm for picking diverse compounds for quite a while (Roger made this a lot faster back in 2017).
  • **kwargs – With ‘kwargs’ you can provide extra optional parameters to the rdkit.Chem method ‘MolToSmiles’. See the rdkit documentation for more info.
  • RDKit RDKit is a collection of cheminformatics and machine-learning software written in C++ and Python.
  • Reading and writing molecules¶. RDKit supports various formats: SMILES, Mol, SDF, Mol2, PDB, FASTA, etc. In [166]: from rdkit import Chem.
  • This workflow demonstrates use of some of the RDKit's 3D functionality, including 2D->3D conversion and geometry optimization.