Difference between revisions of "MD Mutation436"
(→Temperature) |
(→minimum distance between periodic boundary cells) |
||
Line 211: | Line 211: | ||
=== minimum distance between periodic boundary cells === |
=== minimum distance between periodic boundary cells === |
||
+ | |||
+ | Next we try to calculate the minimum distance between periodic boundary cells. As before, the program asks for one group to use for the calculation and again we decided to use the whole system (group 0) |
||
=== RMSF for protein and C-alpha === |
=== RMSF for protein and C-alpha === |
Revision as of 11:07, 29 August 2011
Contents
- 1 check the trajectory
- 2 Visualize in pymol
- 3 create a movie
- 4 energy calculations for pressure, temperature, potential and total energy
- 5 Temperature
- 6 Potential
- 7 Total energy
- 8 Pressure
- 8.1 minimum distance between periodic boundary cells
- 8.2 RMSF for protein and C-alpha
- 8.3 Pymol analysis of average and bfactor
- 8.4 Radius of gyration
- 8.5 solvent accesible surface area
- 8.6 hydrogen-bonds
- 8.7 salt bridges
- 8.8 Ramachandran plot
- 8.9 RMSD matrix
- 8.10 cluster analysis
- 8.11 internal RMSD
check the trajectory
We checked the trajectory with following command:
gmxcheck -f mut436_md.xtc
With the command we got following results:
Reading frame 0 time 0.000 # Atoms 96555 Precision 0.001 (nm) Last frame 2000 time 10000.000
Furthermore, we got some detailed results about the different items during the simulation.
Item | #frames | Timestep (ps) |
Step | 2001 | 5 |
Time | 2001 | 5 |
Lambda | 0 | - |
Coords | 2001 | 5 |
Velocities | 0 | - |
Forces | 0 | - |
Box | 2001 | 5 |
The simulation finished on node 0 Fri Aug 26 08:40:07 2011.
Time | ||
Node (s) | Real (s) | % |
34860.474 | 34860.474 | 100% |
9h41:00 |
The complete simulation needs 9 hours and 41 minutes to finishing.
Performance | |||
Mnbf/s | GFlops | ns/day | hour/ns |
818.560 | 60.105 | 24.785 | 0.968 |
As you can see in the table above, it takes about 1 hour to simulat 1ns of the system. So therefore, it would be possible to simulate about 25ns in one complete day calculation time.
Visualize in pymol
First of all, we visualized the simulation with with ngmx, because it draws bonds based on the topology file. ngmx gave the user the possibility to choose different parameters. Therefore, we decided to visualize the system with following parameters:
Group 1 | Group 2 |
System | Water |
Protein | Ion |
Backbone | NA |
MainChain+H | CL |
SideChain |
Here is a picture of the visualization with ngmx:
Next, we want to visualize the protein with pymol. Therefore, we extracted 1000 frames from the trajectory, leaving out the water and jump over the boundaries to make continuse trajectories. Therefore, we used following command:
trjconv -s fole.tpr -f file.xtc -o output_file.pdb -pbc nojump -dt 10
The program asks for the a group as output. We want to see the whole system, therefore we decided to use group 0.
create a movie
energy calculations for pressure, temperature, potential and total energy
Temperature
Average (in K) | 297.94 |
Error Estimation | 0.0029 |
RMSD | 0.944618 |
Tot-Drift | 0.00834573 |
The plot with the temperature distribution of the system can be seen here:
Potential
Average (in kJ/mol) | -1.28165e+06 |
Error Estimation | 100 |
RMSD | 1080.9 |
Tot-Drift | -714.814 |
The plot with the potential energy distribution of the system can be seen here:
Total energy
Average (in kJ/mol) | -1.0519e+06 |
Error Estimation | 100 |
RMSD | 1322.68 |
Tot-Drift | -708.38 |
The plot with the total energy distribution of the system can be seen here:
Pressure
Average (in bar) | 1.0066 |
Error Estimation | 0.014 |
RMSD | 71.218 |
Tot-Drift |
The plot with the pressure distribution of the system can be seen here:
minimum distance between periodic boundary cells
Next we try to calculate the minimum distance between periodic boundary cells. As before, the program asks for one group to use for the calculation and again we decided to use the whole system (group 0)