-
-
Save dvanatta/4166091 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make an empty list called medoids | |
| for cluster i: | |
| let t be a trajectory containing all of the structures assigned to cluster i | |
| let D = the full len(t) x len(t) pairwise RMSD distance matrix | |
| set medoid[i] = argmin( rowsums (D) ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment