ClusterFUCC
ClusterFUCC is a python package whose core purpose is the implementation of the Fraction of Common Contacts clustering method as mentioned in a Proteins 2012 paper of Bonvin et. al. DOI: 10.1002/prot.24078
Fixes and improvements
1.0.0: Replaced deques with binary trees to improve cluster efficiency.
1.0.1: Refined the rejig_clusters
function in CustomFunctions
2.0.1: Added PSFReader and BaeMolecule classes
2.0.2: Added member functions to Class Cluster to fetch common contacts and contact weights
3.0.0: Added classes for bonded structures and new features in base molecule and psf reader.