My Bachelor's degree project (Moscow State University, Dept. of Physics): microtubule dynamics simulation.
Advisor: Y.M. Romanovsky
Co-Advisor: N.B. Gudimchuk
- This work is not (and was not) intended for publication in any peer-reviewed scientific media. The results presented here may turn out to be not scientifically significant. In essense, I just gave it a go.
- At the time of working on this project, my programming skills were pretty poor. The code should not contain any bugs, however, I cannot guarantee that :)
The construction of a detailed computational model of a microtubule will make it possible to carry out computer simulations of complex experiments (including optical ones) and, even more significantly, will facilitate their interpretation from a theoretical point of view.
- Dynamic instability
- Polarity of the ends
- Ability to generate force
- Aging
Two main coordinate systems are used in this project:
The model pipeline can be described by the following diagram:
In essense, it solves the following system of equations (using 4th order Runge-Kutta algorithm):
The parameters of the model can be found inside the .cpp file, as well as in the following table:
It is known from the Einstein's formula for Brownian motion that a linear dependence of the dispersion on time should be observed for both translational and rotational coordinates (see equations below).
The conducted experiment demonstrates that this is indeed true for the model presented here.
In this experiment, as well as in the following ones, the dynamics of a tetramer (a structure of 4 tubulin monomers) is studied. Two types of tetramers are considered: 3j6e (all monomers are bound to GTP) and 3j6f (2nd and 4th monomers are bound to GDP, simulating the microtubule protofilament after hydrolysis). Additionally, two boundry conditions are considered: free bottom monomer (i.e. freely floating tetramer) and fixed bottom monomer (i.e. the tetramer at the end of the microtubule).
Here are the equilibrium coordinates of the monomers in the tetramer (bottom monomer is free).
Here is how the coordinates of the tetramer change with time if the bottom monomer is fixed.
Finally, here are the equilibrium conformational angles for the tetramers when the lateral bounds are active.
- The characteristic equilibrium time for the tetramer was determined to be 0.7 μs;
- It was found that the equilibrium values of the conformational angles predicted by the model slightly differ from those included in it;
- It was found that with the parametrization chosen in the work, the lateral bonds formed by four monomers are not enough to compensate for the bend in the radial plane;
- It was found that the bending of the protofilament in the (y, z) plane remains virtually unchanged in the presence of lateral bonds.
Even though the real scientific significance of this work is (in my opinion) questionable, it was an exciting journey I was happy to make. I would like to thank my advisor, Y.M. Romanovsky, as well as N.B. Gudimchuk, for their support and insights into this fascinating topic.