drugforge.alchemy.predict.draw_mol

drugforge.alchemy.predict.draw_mol(smiles: str) str[source]

Create SVG text of a 2D depiction of a molecule which can be embed in an html report.

Args:

smiles: The smiles of the molecule which should be drawn.

Returns:

The SVG text of the drawing.

Notes:

This function will draw multi molecules side by side.