rdkit-js icon indicating copy to clipboard operation
rdkit-js copied to clipboard

A powerful cheminformatics and molecule rendering toolbelt for JavaScript, powered by RDKit .

Results 96 rdkit-js issues
Sort by recently updated
recently updated
newest added

**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: ![final_54a2ade51864d1 84104675](https://github.com/rdkit/rdkit-js/assets/58974586/4bcb6be7-2db3-4bd2-8128-0b481cde62c3) And not like this: ![image](https://github.com/rdkit/rdkit-js/assets/58974586/d25581c3-6764-440b-bb76-8974fa0d6cbc) 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:

documentation
enhancement

**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...