Replies: 6 comments 8 replies
-
Love it so far! |
Beta Was this translation helpful? Give feedback.
-
@MaxDNG The RDKit (and hence |
Beta Was this translation helpful? Give feedback.
-
I think it is really great and helped me a lot. Thanks a lot to everyone involved. Because it's about javascript, I would say that some features to identify elements in the page (graph?, positions, ids, hashes, etc) would be nice to have. I solved this by parsing an SVG (getting position of atoms and edges, lengths, etc) and then later generating also a Canvas element, so for each molecule it calculates 2 times the drawings. One struggle is the 'installation', to make it work with other tools like nodejs, that is, to load it with 'import', etc. |
Beta Was this translation helpful? Give feedback.
-
I've mainly used it for generating depictions and doing substructure search and it's super useful! Having examples in the documentation is great and user friendly, but ultimately I think it would be nice to have a proper documentation on the functions arguments and return types. For example, I know that I can compute descriptors for a given molecule, but I don't know which ones are available, or if there's an option to compute only a specific subset of descriptors. It's relatively easy to dig into the source code or play around in the console to find that info but I think it would be beneficial to have these sort of things explicitly written somewhere accessible. Thanks again to you, greg and contributors for making, maintaining and packaging this! |
Beta Was this translation helpful? Give feedback.
-
Thanks for the note, and thanks for developing rdkit! The biggest challenge we've had is in extracting the SVG coordinates output from rdkit-js. As it is, I am not sure if it's possible to do so. We need that to be able to shade molecules by ML predictions. See here, for example, what we are trying to do, and are able to do with the c++ version quite easily: https://xenopict.readthedocs.io/en/latest/quickstart.html. Would you be willing to add the right interface so that we can do the same in javascript? That would be really nice if that is possible. |
Beta Was this translation helpful? Give feedback.
-
Expose more of the rdkit draw configurations, such as using different themes/color palettes. |
Beta Was this translation helpful? Give feedback.
-
Any quick feedback on rdkit-js? Add it here! And let the community upvote!
Beta Was this translation helpful? Give feedback.
All reactions