Margarita Colberg

Hi, and welcome to my home page. I am currently a PhD candidate in the Chemical Physics Theory Group at the University of Toronto.

Education

PhD Research Projects

Supervisor: Prof. Jeremy Schofield

Configurational entropy, transition rates, and optimal interactions for rapid folding in coarse-grained model proteins

For more information, see the code for this project, the publication, or the preprint.

Proteins are a class of biological macromolecules which participate in almost all biological processes in living systems. Each protein must be folded correctly into its unique 3D conformation to be able to perform its task. This is achieved via a complex folding pathway, which is dictated by the protein’s primary structure and the surrounding cellular environment.

One common and well-known model frequently used to visualize the pathways available for a protein to take as it folds is the protein folding funnel. Initially, at a high free energy, the protein can take on a wide range of structural possibilities. As the free energy decreases, so does the number of available conformations. Eventually, the protein reaches the tip of the funnel at the lowest free energy. This tip represents the protein in its native state, which is stable and biologically active.

Protein folding funnel
A cartoon of the protein folding funnel at body temperatures.

The folding funnel shows that there are a large number of pathways that can connect the unfolded state to the folded (or native) state. According to Levinthal's paradox, locating the native state of a protein via a random search through all possible configurations would take an enormously long time. In nature, however, proteins take seconds to fold, suggesting that they do not search through every configuration. Researchers in both the theoretical and experimental communities have attempted to address the mystery of how proteins fold over the last several decades. Although many models and experiments have been developed in an attempt to understand the folding process, currently there is no agreement on which explanation most accurately describes how proteins fold.

To understand why secondary structures in proteins exist, their importance in protein folding, and how they arise from an evolutionary process to minimize misfolding, I developed an event-driven program in C++ to simulate the folding of model proteins with discontinuous potentials using parallel architecture. One protein I used was crambin (pictured below), which I chose because of its small size and the broad range in secondary structures.

Crambin ribbon model
The ribbon diagram of the protein crambin, a 46-residue protein with α-helices (in pink), β-sheets (in yellow), and disulfide bridges (in blue).

I used novel molecular dynamics (MD)/Monte Carlo (MC)-based techniques to estimate the configurational entropy and mean first passage times of the intermediate states of the model proteins in my project. The results from my simulations showed that short-range bonds in proteins such as those in α-helices are rapidly formed first, followed by long-range bonds, such as disulfide bridges. Multiple pathways to the native state are possible, and the folding funnel of crambin at any temperature is smooth, with no kinetic trapping states. Frustration in proteins was explored using a 14-bead, 5-bond model, in which kinetic traps (intermediate states whose bonding constraints prevent the formation of additional bonds required to reach the native state) arose as the temperature was lowered. These kinetic traps can be eliminated, or easily reversed when the energies of the states are optimized. These findings suggest that proteins do not form such a high density of interactions in nature as in the 14-bead, 5-bond model to avoid these trapping states.

Comparison of MD results with the folding of a protein suspended in a solvent bath

For more information, see the code for the penentrating, MPCD, or hard sphere solvent models for this project, or the preprint.

A protein suspended in a viscous solvent can experience either a transition between two microstates, in which the positions of the amino acids change as a result of collisions with the solvent particles while the protein's bond pattern (the set of turned-on secondary structure bonds) remains unaffected, or a transition between two macrostates, or configurations, which changes the bond pattern. A configuration is defined by which bonds in the protein's secondary structure are turned on or off, since the point at which a bond forms or breaks is well-defined in a model with discontinuous potentials. The change of an amino acid's position corresponds to a fast degree of freedom, whereas a transition between two configurations is a slow degree of freedom. The Markov state model is concerned with the slow evolution of a population of configurations of a protein, which occurs at timescales longer than microstate transitions, but faster than the overall time required for a protein to reach the native state, starting from the unfolded state. Thus, the Markov state model can be used to describe the folding process as a series of transitions involving configurations which differ by one bond. The breaking or forming of each bond in the protein as it transitions between states represents a major structural change.

In a Markov state model, a population of configurations, P, evolves according to the equation

dP(t) / dt = K · P(t).

Here, K is the transition rate matrix. Each off-diagonal element in this matrix corresponds to the probability of transitioning from one state to another, where the two states differ by one bond in the secondary structure. The transition rate matrix is computationally expensive to construct for a protein in the presence of a solvent bath, whereas in the MD project described above, the transition rate matrix is much more easily obtained. To ensure that the MD project accurately predicts protein dynamics, and therefore produces a correct transition rate matrix, I designed and implemented an event-driven program in C++ to simulate protein folding in the presence of a solvent bath. The bath was based on one of three models: multi-particle collision dynamics (MPCD), the penetrating solvent model, and the hard sphere solvent model.

In MPCD, the solvent is coarse-grained to eliminate the calculation of solvent-solvent interactions. While hydrodynamic flow is present in the solvent, the collisions between the solvent particles are carried out at specific steps, rather than continuously throughout the simulation. In the penetrating solvent model, the solvent particles are simulated implicitly by specifying only the random forces that occur on the surface of the protein to mimic solvent-protein collisions. The solvent in this model excludes hydrodynamic flow. In the hard sphere model, each solvent particle is represented by a hard sphere which travels in a straight line until it encounters a bead or another solvent particle, with which it collides elastically. This model includes hydrodynamic flow, as well as hard sphere interactions. Using these three solvent models, I was able to verify the correctness of the elements in the transition rate matrix from the MD project.

Predicting the configurational entropy and mean first passage times of a model protein using machine learning methods

Since the simulation of model proteins with highly bonded secondary structures is computationally expensive, machine learning methods may be a more efficient way to estimate the configurational entropy and mean first passage times of proteins with complicated bonding patterns. I collaborated with, and directed an undergraduate student to use supervised machine learning methods to predict the configurational entropy of crambin's intermediate states, as part of the student's NSERC project. We generated training data using a large range of model proteins with different numbers of beads, bonds, secondary structure types, and distances at which two beads can be considered bonded. The machine learning methods we used included multilayer perceptrons, convolutional neural nets, and graph neural nets. This project is still ongoing.