Averaged BC |
|
V is the complete set of nodes; m is the number of frames; is the number of shortest paths connecting nodes s and t; is the number of these paths passing through another node v; and i is the frame number. |
Averaged CC |
|
d(v, u) is the shortest-path distance between v and u, and n is the number of nodes in the graph. |
Averaged DC |
|
n is the number of nodes; Aijk is the jkth adjacency for the ith frame. |
Averaged EC |
(a)(b) |
(a) EC is the eigenvector, and lambda is the eigenvalue for the eigen decomposition of adjacency matrix A. In NetworkX, this is obtained by power iteration. (b) Averaged EC is computed for ith residue by computing the vector for each MD frame and averaging. |
Averaged KC |
(a) (b) |
KC is a modification of EC that employs a dampening coefficient and a constant in order to influence adjacency values. |