Skip to content
Discussion options

You must be logged in to vote

@ShangChien you're right you can investigate this with the browser developer console, you can also check what is available on the mol and qmol objects like so:

main RDKit module (a lot of noise, but notice a few rdkit related class and functions like Mol, SubstructLibrary, get_mol, get_mol_copy, get_qmol, prefer_coordgen, version, etc):

mol object:

qmol object:

Also available is the SubstructLibrary (window.RDKit.SubstructLibrary) that you can look into if you want.


Another place to give you an idea of what is available is in the jswrapper.cpp source code of the minimal lib here https://github.com/rdkit/rdkit/blob/master/Code/MinimalLib/jswrapper.cpp


These two things combined with al…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ShangChien
Comment options

Answer selected by ShangChien
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants