Download 72x48 Poster Template - Duke Mathematics Department

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Computational fluid dynamics wikipedia , lookup

Computational electromagnetics wikipedia , lookup

Plateau principle wikipedia , lookup

Transcript
Budding Yeast Clusters and the Turing Mechanism
Angelica Schwartz
Mentors: Anita Layton and Natasha Savage
Duke University
Abstract
One of the most important aspects of a cell is its ability to stay
functionally symmetric. Cell division is a symmetry-breaking event. A
particular example of this is when a yeast cell exhibits cellular polarity
during the process of a yeast bud formation. A round cluster of activated
cdc42, a cell division protein, forms spontaneously on the cell
membrane at the site of the impending bud. Only one single cluster will
form, but the location is not necessarily unique. Using models based on
the work of A. Turing, who modeled the β€œspontaneous emergence of
cellular polarity” (Goryachev, et. al), we modeled the emergence of the
activated cdc42 cluster on the membrane of a yeast cell. All of the
following simulations and graphs were created using the Java language
in the jGrasp environment and / or MatLab and its graphing utilities.
Introduction
Cdc42 is a cell division control protein involved in regulating the cell
cycle. The particular type of cell used in the following models was a
yeast cell. In the yeast cell’s division process, there are two phases.
The second phase, which is not discussed in this paper, is the actual
separation of the bud as a distinct cell from the original. The first
phase is the formation of a round cluster of activated cdc42 on the
membrane. This phase is necessary for the emergence of a singular
location for the bud to form on.
This process can be modeled using eight partial differential equations
of eight different solutes, each involving both a reaction and diffusion
part.
Index of Abbreviations Used
The following table outlines the abbreviations used to represent each
solute involved in the modeled process:
TEMPLATE DESIGN © 2008
www.PosterPresentations.com
Abbreviation
Solute Name
RT
Activated cdc42
M
Bem1, E, and RT complex
Em
Bem1 and cdc42 complex (membranebound)
Ec
Bem1 and cdc42 complex (cytoplasmic)
RD
Inactivated cdc42
RDIm
Complex of RD*I (membrane-bound)
RDIc
Complex of RD*I (cytoplasmic)
I
RhoGDI protein
Eight Partial Differential Reaction-Diffusion Equations
πœ•π‘…π‘‡
πœ•π‘‘
= π‘˜2 πΈπ‘š + π‘˜3 𝑀 βˆ™ 𝑅𝐷 βˆ’ π‘˜βˆ’2 𝑅𝑇 βˆ’ π‘˜4 πΈπ‘š βˆ™ 𝑅𝑇 + π‘˜βˆ’4 𝑀 βˆ’ π‘˜7 𝐸𝑐
βˆ™ 𝑅𝑇 + π·π‘š π›₯𝑅𝑇
πœ•π‘€
= π‘˜4 πΈπ‘š βˆ™ 𝑅𝑇 βˆ’ π‘˜βˆ’4 𝑀 + π‘˜7 𝐸𝑐 βˆ™ 𝑅𝑇 + π·π‘š π›₯𝑀
πœ•π‘‘
πœ•πΈπ‘š
= π‘˜1 𝐸𝑐 βˆ’ π‘˜βˆ’1 πΈπ‘š βˆ’ π‘˜4 πΈπ‘š βˆ™ 𝑅𝑇 + π‘˜βˆ’4 𝑀 + π·π‘š π›₯πΈπ‘š
πœ•π‘‘
πœ•πΈπ‘
= πœ‚ π‘˜βˆ’1 πΈπ‘š βˆ’ π‘˜1 + π‘˜7 𝑅𝑇 𝐸𝑐 + 𝐷𝑐 π›₯𝐸𝑐
πœ•π‘‘
πœ•π‘…π·
πœ•π‘‘
= π‘˜βˆ’2 𝑅𝑇 βˆ’ π‘˜2 πΈπ‘š + π‘˜3 𝑀 βˆ™ 𝑅𝐷 + π‘˜βˆ’6 π‘…π·πΌπ‘š βˆ’ π‘˜6 𝐼 βˆ™ 𝑅𝐷
+ π·π‘š π›₯𝑅𝐷
πœ•π‘…π·πΌπ‘š
πœ•π‘‘
= π‘˜6 𝐼 βˆ™ 𝑅𝐷 βˆ’ π‘˜βˆ’6 π‘…π·πΌπ‘š + π‘˜5 𝑅𝐷𝐼𝑐 βˆ’ π‘˜βˆ’5 π‘…π·πΌπ‘š + π·π‘š π›₯π‘…π·πΌπ‘š
πœ•π‘…π·πΌπ‘
= πœ‚ π‘˜βˆ’5 π‘…π·πΌπ‘š βˆ’ π‘˜5 𝑅𝐷𝐼𝑐 + 𝐷𝑐 π›₯𝑅𝐷𝐼𝑐
πœ•π‘‘
πœ•πΌ
= πœ‚ π‘˜βˆ’6 π‘…π·πΌπ‘š βˆ’ π‘˜6 𝐼 βˆ™ 𝑅𝐷 + 𝐷𝑐 π›₯𝐼
πœ•π‘‘
Preliminary Mathematical Model: Single Solute
The next part of the Preliminary Mathematical Models combines the
reaction and diffusion parts of the one solute equation and yields the
following results. These graphs show the results if the reaction
constant k is -1 and the diffusion constant D is 1.
Preliminary Mathematical Model: Implementation of Diffusion
The Preliminary Mathematical Model that I worked with was a single
partial differential equation of one single solute, C, containing both a
reaction part and a diffusion part.
The reaction part is simply an exponential decay, simple to solve. The
diffusion part is a little more complicated. The diffusion can be
estimated using the second derivative. In this case, we used the
numerical approximation of the second derivative in order to work with
discrete data points.
Depending upon these constant values, the graphs will look different.
For example, if the reaction rate is larger in magnitude, all the
concentrations might decay to zero before they can diffuse.
Conversely, if the diffusion constant is larger in magnitude and the
reaction rate is not as fast, then the diffusion might occur before the
concentrations can decay to zero.
Mathematical Model: Simulation of cdc42 Cluster Formation
One adjustment made on these models versus the simpler model is
the difference of the diffusion part in the membrane-bound and
cytoplasmic solutes. For the membrane-bound solutes, the diffusion
constant was estimated to be about .0025. The linear system must be
solved at each time step. However, for the cytoplasmic solutes, we
can assume that the diffusion constant is equal to infinity because
everything is being mixed around almost instantly. Therefore in this
case, after the reaction part of the equations is implemented, I
calculated the average of the new concentrations and set all the
points equal to that concentration. This saved memory and time on
the execution of the program.
Linear System for
Diffusion Equation
Initial Conditions:100 points
A) Ec = .017
B) RDIc = 4.95
As shown above, the peak is first lowered because the amount of
activated cdc42 being consumed in the other reactions is larger that
the cdc42 that is being produced. However, after a certain point, the
eight reactions start yielding activated cdc42, and then the cluster
grows and broadens from diffusion. As shown in the example above,
the width increases as the cluster is growing.
Summary
1.
2.
3.
4.
The diffusion part of the partial differential equations can be
modeled using the second derivative. Then the numerical
approximation is used to acquire discrete data points.
The linear system Ax = b is used to solve the diffusion part of the
equations for membrane-bound solutes.
The activated cdc42 is at first used up by the reactions and then
grows as the other reactions produce activated cdc42.
A singular cluster of activated cdc42 is formed on the membrane
of the yeast cell before the bud forms during cell division. The
location of this cluster is not necessarily unique, but only one
single cluster will emerge. Even starting with more than one peak
of cdc42 will result in merging into one cluster.
References
C) I = .05
D) RT @ point 50 = 17
1.
Goryachev, Andrew B., and Alexandra V. Pokhilko. β€œDynamics of
Cdc42 network embodies a Turing-type mechanism of yeast cell
polarity.” (2008): Print.