Home | Trees | Indices | Help |
|
---|
|
|
|||
| __init__(self, traj, verbose=1) | ||
|
__raveled(self) Apply current atom mask and return list of raveled frames. |
||
|
cluster(self,
n_clusters,
weight=1.13,
converged=1e-11,
aMask=None,
force=0) Calculate new clusters. |
||
int
|
calcClusterNumber(self,
min_clst=5,
max_clst=30,
rmsLimit=1.0,
weight=1.13,
converged=1e-11,
aMask=None,
force=0) Calculate the approximate number of clusters needed to pass the average intra-cluster rmsd limit. |
||
array
|
memberships(self) Get degree of membership of each frame to each cluster. |
||
[float]
|
maxMemberships(self) Get maximum membership value for each frame. |
||
array
|
centers(self) Get 'center structure' for each cluster. |
||
[int]
|
centerFrames(self) Get indices for frame nearest to each cluster center. |
||
[[int]]
|
memberFrames(self,
threshold=0.) Get indices of all frames belonging to each cluster. |
||
[int]
|
membershipSort(self,
frames,
cluster) Sort given list of frame indices by their membership in cluster. |
||
Trajectory
|
memberTraj(self,
cluster,
threshold=0.) Get trajectory with all frames belonging to this cluster, sorted by their membership-degree (highest first). |
||
[Trajectory]
|
memberTrajs(self,
threshold=0.) Get member Trajectories for each cluster. |
||
float, float
|
avgRmsd(self,
cluster,
aMask=None,
threshold=0.) Claculate the average pairwise rmsd (in Angstrom) for members of a cluter. |
||
|
avgRmsd2Ref(self,
cluster,
ref,
avg=1) Claculate the rmsd (or average rmsd) of all frames belonging to a cluster to a reference structure (in Angstrom). |
|
|
Apply current atom mask and return list of raveled frames. |
Calculate new clusters.
|
Calculate the approximate number of clusters needed to pass the average intra-cluster rmsd limit.
|
Get degree of membership of each frame to each cluster.
|
Get maximum membership value for each frame.
|
Get 'center structure' for each cluster.
|
Get indices for frame nearest to each cluster center.
|
Get indices of all frames belonging to each cluster. Each frame is guaranteed to belong, at least, to the cluster for which it has its maximum membership. If threshold > 0, it can additionally pop up in other clusters.
|
Sort given list of frame indices by their membership in cluster.
|
Get trajectory with all frames belonging to this cluster, sorted by their membership-degree (highest first).
|
Get member Trajectories for each cluster. Frames are sorted by their membership-degree (highest first).
|
Claculate the average pairwise rmsd (in Angstrom) for members of a cluter.
|
Claculate the rmsd (or average rmsd) of all frames belonging to a cluster to a reference structure (in Angstrom).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 22 20:11:48 2006 | http://epydoc.sourceforge.net |