rdkit-js
rdkit-js copied to clipboard
A powerful cheminformatics and molecule rendering toolbelt for JavaScript, powered by RDKit .
**Is your feature request related to a problem? Please describe.** I want to display a molecule in 3D via [ThreeJS](https://threejs.org/examples/webgl_loader_pdb.html) and the [PDBLoader](https://threejs.org/docs/#examples/en/loaders/PDBLoader). **Describe the solution you'd like** Be able...
**Is your feature request related to a problem? Please describe.** It seems that it is not possible to obtain an InChI Key from a molecule with the same options as...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] The group I am...
Using the remove_hs function to remove unnecessary explicit H atoms, I found that while it does not remove H atoms that are required to define stereochemistry, it does remove H...
How can I render my smile string like this:  And not like this:  I know that might be unusual, but I really need that, I would like...
I noticed you can't use the get_mol() function on pdb files, I was trying to use morgan fingerprint encoding on protein and ligand for an ML application. Wondering if that...
I'm using RDKit.js to generate semi-randomized structures for my organic chemistry students, to generate practice problems for filling in lone pairs and/or formal charges to structures (assuming filled octets). Currently,...
See context of this issue here https://github.com/rdkit/rdkit-js/discussions/150#discussioncomment-3338647 @heberleh more thoughts welcome here :+1:
**Is your feature request related to a problem? Please describe.** Given the size of the RDKit WASM file, I was wondering if it's possible to serve a compressed version, either...
**Is your feature request related to a problem? Please describe.** Hello, I want select atoms by clicking on them. I listen to the click events on atoms. With the css...