How to make a tanimoto distance matrix for all molecules in a chemical spreadsheet.

10 views
Skip to first unread message

Andrew Orry

unread,
Aug 7, 2018, 4:57:44 PM8/7/18
to MolSoft ICM Knowledge Base
Q. 
How to make a tanimoto distance matrix for all molecules in a chemical spreadsheet.
A.
e.g.
#for a table called t

dmt = Distance( t.mol )

# then if you want to export it in CSV or some other format use:

write table separator="," Table(dmt) "dmt.csv"
Reply all
Reply to author
Forward
0 new messages