Attention: The Collaboratory IAM will down for up to 1 hour on Monday, the 7th of July 2025 starting from 5pm CEST (my timezone) for up to 1 hour. Any and all services, which require a user login with an EBRAINS account, will be un-available during that time


Wiki source code of Distance-Fluctuations

Version 7.3 by emacasali on 2022/09/14 21:51

Hide last authors
emacasali 1.1 1 (% class="jumbotron" %)
2 (((
3 (% class="container" %)
4 (((
emacasali 5.1 5 = Distance Fluctuation (DF) Analysis =
emacasali 1.1 6
emacasali 5.1 7 Giorgio Colombo Group (UNIPV)
emacasali 1.1 8 )))
9 )))
10
11 (% class="row" %)
12 (((
13 (% class="col-xs-12 col-sm-8" %)
14 (((
emacasali 7.1 15 = What DF matrices are? =
emacasali 1.1 16
emacasali 7.1 17 The analysis of the results of a MD simulation can performed using the Distance Fluctuation matrices (DF), based on the Coordination Propensity hypothesis:
emacasali 1.1 18
emacasali 7.1 19 (% style="text-align:center" %)
20 [[image:CodeCogsEqn-58.png||height="34" width="181"]]
21
22 low CP values, corresponding to low pair-distance fluctuations, highlight groups of residues that move in a mechanically coordinated way.
23
24
emacasali 7.3 25 = How to use the script =
emacasali 1.1 26
emacasali 7.3 27 • __Requisites__
28
29 - Python 3.0 (or newer version)
30
31 - Numpy
32
33 - Scipy
34
35
36 • __Usage__
37
38 The script can analyze a MD trajectory and identify the coordinated motions between residues. It can then filter the output matrix based on the distance to identify long-range coordinated motions.
39
40 The script can work both using only C-alphas (using either a pdb or a xyz file) or the sidechains (using a pdb file).
41
42 For more information run:
43
44 {{{ python3 distance_fluctuation.py -h}}}
emacasali 1.1 45 )))
46
47
48 (% class="col-xs-12 col-sm-4" %)
49 (((
50 {{box title="**Contents**"}}
51 {{toc/}}
emacasali 7.1 52
53
emacasali 1.1 54 {{/box}}
55
56
57 )))
58 )))
emacasali 7.3 59
60