Wiki source code of Distance-Fluctuations
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | (% class="jumbotron" %) |
2 | ((( | ||
3 | (% class="container" %) | ||
4 | ((( | ||
![]() |
5.1 | 5 | = Distance Fluctuation (DF) Analysis = |
![]() |
1.1 | 6 | |
![]() |
5.1 | 7 | Giorgio Colombo Group (UNIPV) |
![]() |
1.1 | 8 | ))) |
9 | ))) | ||
10 | |||
11 | (% class="row" %) | ||
12 | ((( | ||
13 | (% class="col-xs-12 col-sm-8" %) | ||
14 | ((( | ||
![]() |
7.1 | 15 | = What DF matrices are? = |
![]() |
1.1 | 16 | |
![]() |
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: |
![]() |
1.1 | 18 | |
![]() |
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 | |||
![]() |
7.3 | 25 | = How to use the script = |
![]() |
1.1 | 26 | |
![]() |
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}}} | ||
![]() |
1.1 | 45 | ))) |
46 | |||
47 | |||
48 | (% class="col-xs-12 col-sm-4" %) | ||
49 | ((( | ||
50 | {{box title="**Contents**"}} | ||
51 | {{toc/}} | ||
![]() |
7.1 | 52 | |
53 | |||
![]() |
1.1 | 54 | {{/box}} |
55 | |||
56 | |||
57 | ))) | ||
58 | ))) | ||
![]() |
7.3 | 59 | |
60 |