Re: [Rdkit-discuss] How to calculate Tanimoto similarity score between reactions
Open-Source Cheminformatics and Machine Learning
Brought to you by:
glandrum
|
From: Francois B. <ml...@li...> - 2020-06-11 03:39:52
|
On 10/06/2020 13:11, 丁邵珍 wrote:
> Hi, I want to calculate Tanimoto similarity score of two reactions
> ('CCCO>>CCC=O', 'CC(O)C>>CC(=O)C'), I found all methods of Tanimoto
> similarity score calculation are for compounds. Could you please tell
> me how to calculate the Tanimoto similarity score of reactions? I am
> looking forward to your reply.
I don't know how to do it in rdkit, but if you need some inspiration,
here is how chemaxon does it:
https://docs.chemaxon.com/display/docs/Reaction_fingerprint_RF.html
> Yours,
> shaozhen
> _______________________________________________
> Rdkit-discuss mailing list
> Rdk...@li...
> https://lists.sourceforge.net/lists/listinfo/rdkit-discuss
|