-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Morgan Fingerprint #72
Comments
Thank you for your comment. |
I am quite new to Julia and but like this project. I was looking for something similar but a encode the molecular graph as a vector. I was going to try to covert this python example in Julia but it occurs to me most of this is already implemented here?! https://www.blopig.com/blog/2022/02/how-to-turn-a-smiles-string-into-a-molecular-graph-for-pytorch-geometric/ |
Thank you for your interest. Please refer the following tutorial Building molecular objects like RDKit Getting started
Calculate descriptors feature vectorization (latter half of step 3 of the tutorial) for linear algebra-based machine learning is not available (this is not my scope, maybe will not be implemented here, but I believe MolecularGraph.jl has good interfaces to build and customize feature vectors). I'm sorry that the development of MolecularGraph.jl is not so active now due to my busy schedule, so tutorials are maybe not up to date. |
Thank you for the pointers. You've done a great job on this project so far! |
Is there a function which is similar to the following rdkit morgan fingerprint
and convert it to array
Thank you!
The text was updated successfully, but these errors were encountered: