The Cluster Package enables one to generate clusters of compounds based on the Daylight Fingerprint descriptor and the Jarvis-Patrick clustering algorithm. Subsets of large datasets can be selected as well as clustering data added to TDT files for insertion into Daylight Databases. Keep track of files from this exercise for use in Day 2 labs.
$DY_ROOT/bin/smi2tdt -t '$SMI' day1.cluster.smi day1.cluster.tdt
fingerprint -b 1024 -c 1024 -id day1 day1.cluster.tdt >day1.cl.fp.tdt
nearneighbors -fid day1 -NEIGHBORS 5 day1.cl.fp.tdt day1.cl_nn.tdt
jpscan -NN_BEST_THRESHOLD 0.7 -JP_NEAR 5 day1.cl_nn.tdt jpscan.out
showclusters
jarpat -JP_NEED 3 -JP_NEAR 5 day1.cl_nn.tdt >day1.35.cl.tdt
showclusters -h -q -v day1.35.cl.tdt >day1.35.cl.out
listclusters -a day1.35.cl.tdt >day1.cl.tdt