App
td(file, display_legend=True)
3d visualizer of a compound
Parameters
file : str molecule file format (sdf) display_legend : bool display legend (default True)
Returns
None display 3d
Source code in molvizr3d/app.py
td_by_inchi(inchi, display_legend=True)
3d visualizer of a compound using its InChI identifier
Parameters
inchi : str inchi code display_legend : bool display legend (default True)
Returns
None display 3d