@article{Berenger2011, author = {Berenger, Francois and Zhou, Yong and Shrestha, Rojan and Zhang, Kam Y. J.}, title = {Entropy-accelerated exact clustering of protein decoys}, volume = {27}, number = {7}, pages = {939-945}, year = {2011}, doi = {10.1093/bioinformatics/btr072}, URL = {http://bioinformatics.oxfordjournals.org/content/27/7/939.abstract}, journal = {Bioinformatics}, }
The alignment expected by the Durandal software is 1 to 1. For example, if 2 structures A and B are to be optimally superposed before computing the CARMSD, both PDB files (A.pdb and B.pdb) must have same numbers of alpha carbons. The first alpha carbon in A.pdb will be matched to the first alpha carbon in B.pdb. The second alpha carbon in A.pdb will be matched to the second alpha carbon in B.pdb. And so on until the end of both files. If it is not the case, please edit all your PDB files in advance.
Use the -v option to get easily readable cluster listings. Then, the output will look like this:
pole position centers(5): ./pdbs/02.pdb ./pdbs/03.pdb ./pdbs/05.pdb ./pdbs/07.pdb ./pdbs/09.pdb members(3): ./pdbs/01.pdb ./pdbs/03.pdb ./pdbs/07.pdb members(3): ./pdbs/02.pdb ./pdbs/05.pdb ./pdbs/09.pdb members(2): ./pdbs/00.pdb ./pdbs/06.pdb members(2): ./pdbs/04.pdb ./pdbs/08.pdb
A cluster is listed after a 'members(N):' line. The first PDB of the cluster is the cluster center, other PDBs are cluster members.
Clusters are listed in a biggest-first (most members) order.
The 'pole position centers(N):' and following lines indicate that there were other possible biggest clusters; only their centers are listed.