Using the MMTSB Toolset for Cluster Analysis in AMBER

You'll need the MMTSB toolkit for this tutorial. This is not included in AMBER but is freely available via GitHub. We have discussed how to install it on Linux (Centos 7) in our earlier blog post: mmtsb-toolset-installation . The following instructions are also provided in AMBER tutorials ( https://ambermd.org/tutorials/basic/tutorial3/section6.htm , which includes scripts and commands for clustering. However, we've provided the quick tour of the steps we took to execute it in our study. In this case, the K-means clustering algorithm is applied, which traverses the pathway in search of clusters of identical structures. It then generates centroids for each cluster and calculates the root mean square deviation (RMSD) of each structure in the trajectory with respect to each cluster. 1. Prepare the directories mkdir clustering cd clustering mkdir PDBfit 2. Use cpptraj to extract multiple PDB's from the trajectory in the clustering folder #first save this script: "extrac...