Description Usage Arguments Details Value Author(s) References
Cluster the conserved waters from a molecular dynamics simulation trajectory.
1 | ClusterWaters.MDS(data, cutoff.cluster, cluster.method = "complete")
|
data |
The water oxygens' X, Y, and Z coordinates. |
cutoff.cluster |
Numerical value provided by the user for the distance between water oxygen atoms to form a cluster; default: 2.4 Angstroms. |
cluster.method |
Method of clustering the waters; default is
" |
Calculate the conserved waters using a molecular dynamics simulation trajectory.
This function returns:
h2o.clusters.raw: Initial waters with assigned cluster ID
h2o.clusters.summary: Each cluster's:
cluster ID
number of waters
percent conservation
X, Y, and Z cooridinates
bound water environment measurements
mean distance between waters comprising the cluster
mean distance between waters comprising the cluster and the cluster's centroid
h2o.occurrence: A table indicating the structures (PDBs) contributing to each cluster. This summary table includes the PDB structure's:
number of waters in each cluster
number of clusters the structure contributes to
True/False table indicating if the protein structure contributed to the water cluster
clustering.info: size and timing information
Emilio Xavier Esposito emilio@exeResearch.com
Paul C Sanschagrin and Leslie A Kuhn. Cluster analysis of
consensus water sites in thrombin and trypsin shows conservation between
serine proteases and contributions to ligand specificity. Protein
Science, 1998, 7 (10), pp 2054-2064.
DOI: 10.1002/pro.5560071002
PMID: 9792092
WatCH webpage
Fionn Murtagh and Pierre Legendre. Ward's Hierarchical Agglomerative
Clustering Method: Which Algorithms Implement Ward's Criterion?
Journal of Classification, 2014, 31, (3), pp
274-295.
DOI: 10.1007/s00357-014-9161-z
Daniel Müllner. fastcluster: Fast Hierarchical, Agglomerative Clustering
Routines for R and Python. Journal of Statistical Software, 2013, 53
(9)
DOI: 10.18637/jss.v053.i09
fastcluster webpage
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.