Index

Last Chapter

Next Chapter

 

Chapter 12

Conclusion

 Finis coronat opus

(The end crowns the work.)

________________________- Roman Proverb



Introduction

This thesis has demonstrated how modelling of self assembling nanometre-scale structures can be achieved. It has outlined the basics of the physical chemistry required, shown a design for a computer simulation program, implemented that program, and used it to simulate a wide variety of biological systems.



Reviewing Theory

The basic theory required to build a nanoscale simulator was discussed in chapter 5. The standard mathematical background to the relevant physical chemistry was covered, along with a discussion of various heuristics that can be used to calculate required details such as the approximate moment of inertia of aggregates of arbitrary shape and size, the rotational behaviour of such aggregates, and the required steps to model Brownian motion and collisions in a computationally non-intensive manner.

In addition, the concepts of protein states and events were introduced, with a discussion of how a computer program might be able to model these features. The various difficulties that must be overcome when translating such theory to a computer program were discussed, such as handling boundary conditions, and the difficulty of simulating large numbers of particles.



Implementing Theory

A general purpose program implementing the basic theory was created, and is described in Chapter 6. The program must handle a myriad of details, ranging from correct modelling of the theory covered in Chapter 5, through to a large number of purely programmatic details.

Modelling the theory correctly required many mathematical classes to be implemented, including classes for manipulating vectors and matrices. Also required were a large number of data structures for storing, and allowing fast access to, the many physical attributes of the simulated structures.

More difficult than the above was implementing the complex data structures required to represent the objects. The program accesses its simulated proteins in a variety of ways. Sometimes it searches for them by spatial position, which required a 3-D grid data structure. Sometimes it accesses them linearly, requiring them to be kept in a list. Sometimes they are accessed through the transient aggregates they form as they are incorporated into, or expelled from, growing clumps of objects. Since the simulator implements not a static, but a dynamic model, every protein was a small finite state machine, which requires the program to track the state of each protein, in addition to physical position and mechanical properties. The program must also change this state appropriately when specified events occur, such as the collisions that are also monitored.



Testing the Program

It was demonstrated that the simulation was consistent with the experimental results obtained for the well understood self-assembling protein actin. The results of Chapter 7 showed the same broad behaviour as is predicted for actin, with polymerisation curves of both the entire simulated volume, and individual actin filaments, behaving as expected. The relatively small number of actin monomers simulated (thousands, rather than thousands of millions), however, meant that bulk comparison was not possible.



Experimenting with Tubulin

Results were also obtained for the more controversial protein tubulin. This was a difficult area of simulation, and two popular models were demonstrated, without a firm decision of which was preferable being reached. The power of the nanosim program was shown, however, in the relative ease with which different models could be trialed, without any necessity to rewrite program code, but simply by modifying the text file (the .pddf file) passed to the program.



Extending the Range of the Simulator

To show the breadth of possibilities for the simulator, a number of other (abstracted) self-assembling structures were also demonstrated. Systems such as two-dimensional crystals, three-dimensional crystals, and various simple platonic solids were shown to be easily reproduced by the program.

In addition to these, an attempt was made to model a large, non-trivial system. A virus model, consisting of four distinct protein capsid types, was demonstrated to be able to self-assemble into intact viral capsids. This is an important result, demonstrating that the program can handle heterogenous populations of protein objects with large numbers of links. It also highlighted the difficulty of constructing such complex models by hand, because implementing the virus required a great deal of hand calculation and a very long .pddf file. For future work, a more human-friendly method of creating these data files will be required.



Combining the Simulator with other Modelling Techniques

Finally, it was shown how this technique of simulating nanoscale proteins can be extended even further by combining it with other simulation techniques such as image processing and 3-D modelling. Some results of such techniques were presented in Chapter 10, along with an investigation of 'virtual electron micrographs', which attempt to process a 3-D model in an equivalent manner to how a biological structure would be viewed by an electron microscope.

These 'virtual micrographs' were used to study a large, pre-assembled biological structure, the plasmodesmata found in plant cell walls, as well as pre-prepared models of large structures such as actin filaments or microtubules. 'Virtual micrographs' were shown both of raw 3-D models, and of models where the nanosimulator was used to model the deposition of stain.

Although the technique is still in its infancy, it provided some interesting results, and may reward further investigation as another instrument in the scientific modeller's toolkit.



Discussion of Limitations

Some limitations of the current approach were discussed, the primary difficulty being obtaining hard data on the behaviour of the inter-protein links, especially the behaviour of multiple links. This is an area that would reward further work, and a more rigorous modelling of the inter-protein interactions would improve the accuracy of the simulation, as would more detailed experimental data.



Summary

Despite some limitations, the predictive power and wide scope of this technique show great promise as a tool for both experimentalists and theoreticians grappling with the difficulties of understanding the low level behaviour of proteins and other nanometre-scale objects. Possible beneficiaries include not only biologists, but potentially workers in such disparate fields as medical technology, geology, chemistry, materials engineering, and of course the emerging field of nanotechnology.

It may also be useful as a low-cost 'virtual laboratory' for researchers to trial new techniques, new drugs, and new theories, without the expense in time and materials of lab work. In the same role of 'virtual laboratory' it may be a powerful tool for teaching and learning, allowing students and researchers to interact with virtual molecules, obtaining a more intuitive understanding of the processes involved.

In general, the applications of a computer simulation of this type have a remarkably wide scope for the study of biological systems. Although a variety of simulation techniques have been used on an atomic and molecular level for some time, no equivalent set of tools exists for the protein biologist studying 'large' structures. It is hoped that this thesis may provide a step along the path to producing such simulations, which may, at some stage in the future, reach the ultimate goal of being able to simulate at the protein level all the biological processes necessary to create a 'virtual cell'.



Future Directions

There are a large number of possibilities for extending this program, and this approach in general. This section briefly lists some of the opportunities that exist to use and extend the nanosimulator.

Modelling Further Biological and Non-Biological Systems

The simulator might be extended to cover a wider range of self-assembling systems. There are a large number of biological systems that might benefit from simulation in this way. The technique could be expanded to cover other self-assembling structures such as membranes, and with the future addition of conformational state changes, might even be used to simulate cellular machinery such as the actin-myosin motor. It is hoped that other researchers will benefit from, and extend, this program, and will be able to use and improve the theoretical techniques it is based upon. The "nanosim" nanoscale simulation program has been deliberately made quite generic, and new proteins and structures can be simulated simply by altering the text-based data files that the program reads in when it first starts operating (Appendix B).

Modelling Drugs

Some benefits might be obtained by modelling the effect of various medicinal chemicals on the growth of biological aggregates. Some anti-virus drugs attempt to inhibit or modify the construction of the viral protein coat. Using the simulator it may be possible to test small modifications to the binding sites of such drugs to determine the most efficient way of disrupting the coat construction. Similarly, several chemicals affect the growth of microtubules, such as colchicine, nocodazole and taxol, most of which are derived from various plants. Since microtubules play an important role in cell division, and hence in the growth of cancerous cells, the less toxic drugs of this type, such as vinblastine (1), and taxol varients (2) are used in cancer treatment. Drugs like these that affect the cytoskeleton might also be usefully modelled using the simulator.

Modelling Conformational Changes

The program and .pddf file structure has been designed with the intention of including changes in the shape of objects, and changes in the positioning of linkage sites, as the objects change state. This would allow more accurate simulation of systems such as the fraying ends of microtubules, and other systems that involve motile components, possibly extending to dynamic protein systems such as actin-myosin complexes (3), or possibly structures such as ionophores and membrane transport carrier proteins. In fact, being able to model motile proteins would allow a very wide field of study to be simulated, with a huge range of biological processes being amenable to this approach.

Modelling Motion within an Aggregate

The simulator could be extended by including movement within bound aggregates: at the moment they are completely rigid, which is physically unrealistic. Including internal motion might also allow the simulation of bending and internal stress in a structure. A more elaborate simulation of the internal dynamics of objects might also be able to model periodic oscillations or waves that may occur in some structures.

More Detailed models of Binding

The simulator has taken a very high level, abstracted view of the binding process between objects. But there is no reason why a more sophisticated and detailed interaction model could not be incorporated. Ideally this binding code would be separated into a separate class, which could be rewritten by researchers without reference to the rest of the program.

Some features that might be dealt with in more detail by such a model could be: