|
|
Line 8: |
Line 8: |
| <div style="background-image: url(https://static.igem.org/mediawiki/2016/e/e5/T--BNU-China--landingImage.jpg); background-size: 100%;"> | | <div style="background-image: url(https://static.igem.org/mediawiki/2016/e/e5/T--BNU-China--landingImage.jpg); background-size: 100%;"> |
| <div class="container page-story"> | | <div class="container page-story"> |
− | <article id="modeling" class="col-lg-10 col-lg-offset-1 col-md-12 col-md-offset-0 col-sm-offset-0 col-sm-12">
| |
− | <header class="page-header">
| |
− | <h1>Modeling</h1>
| |
− | <small id="secondary-page-header">This is our Modeling Design</small>
| |
− | </header>
| |
− | <h2>Introduction</h2>
| |
− | <p>Microtubule is made up of 13 protofilaments. Now there is an widely accepted feature about the microtubule that microtubule has highly complicated dynamic instability. Under the fixed vitro cultures conditions, on the one hand, subunits will polymerize automatically forming the required structure when the condition is above the critical concentration; on the other hand, the microtubule will depolymerize into subunits when the condition is under the critical concentration. Apart from that, the single microtubule will always in the stage of polymerization and depolymerization.</p>
| |
− | <figure class="text-center">
| |
− | <img src="../img/paper/modeling/1.png" alt="this is a pic" width="60%">
| |
− | <figcaption>
| |
− | Fig.1 Our process
| |
− | </figcaption>
| |
− | </figure>
| |
− | <p><i>Tax</i>(Taxol), the efficient anti-cancer medicine, can promote the polymerization of the subunit and restrain the depolymerization of the microtubule, which can make the microtubule be in a stable condition and restrain the mitosis. Therefore, it’s important to study the tax’s mechanism of action during the microtubule’s dynamic assembling process. In order to research tax’s influence on this dynamic procedure from the microcosmic level, we analyze the dynamic procedure and build our mathematical model by four steps.</p>
| |
− | <ol>
| |
− | <li>
| |
− | Expound the theory of the microtubule’s depolymerization
| |
− | <br />
| |
− | Visual Simulation
| |
− | </li>
| |
− | <li>
| |
− | Verify tax’s influence degree about microtubule
| |
− | <br />
| |
− | Analysis of variance>
| |
− | </li>
| |
− | <li>
| |
− | Tax’s influence on the length of the microtubule
| |
− | <br />
| |
− | The probability distribution statistic of the Microtubule’s length
| |
− | </li>
| |
− | <li>
| |
− | Simulate tax’s mechanism of action to the microtubule
| |
− | <br />
| |
− | Differential equation modeling
| |
− | </li>
| |
− | </ol>
| |
| | | |
− | <h2>One-way analysis of variance</h2>
| + | <article id="project" class="col-lg-10 col-lg-offset-1 col-md-12 col-md-offset-0 col-sm-offset-0 col-sm-12"> |
− | <h3>1.0 - Theory of the one-way analysis of variance</h3>
| + | <header class="page-header"> |
− | <p>By constructing the F-test statistics, we can use the one-way analysis of variance to study whether classification of the independent variable’s different levels can make significant influence on the variation of the continuous variable. If the levels have a significant influence, we can further give the 95% confidence interval of the dependent variable means under the different levels of the independent variable, and then we can analyze the degree of the different levels. But the precondition is that the data should satisfy the homogeneity of variance, in other words, the variance of the data should be the independent identically distributed. In the next part of the modeling, we will use the one-way analysis of variance to analyze the data, and then deal with the data.</p>
| + | <h1>Project</h1> |
− | <h3>2.0 - The homogeneity test of variance</h3>
| + | <small id="secondary-page-header">This is our Modeling Design</small> |
− | <p>We use the SPSS to do the homogeneity test of variance with the data we got, the outcome is shown in the figure below:</p>
| + | </header> |
− | <figure class="text-center">
| + | |
− | <img src="../img/paper/modeling/2.png" width="60%">
| + | |
− | <figcaption>
| + | |
− | Fig.2 The figure of the data’s homogeneity test of variance
| + | |
− | </figcaption>
| + | |
− | </figure>
| + | |
− | <p>From the figure, we can see the data’s variance is XXX, nearly zero. Therefore, we can think the data meets the requirement about the homogeneity of variance and we can use the one-way analysis of variance to deal with the data.</p>
| + | |
− | <h3>3.0 - Construct the F-test statistics</h3>
| + | |
− | <p>The independent variable is a classified variable which values 0 and 1 to describe whether the tax is added into the test tube. The dependent variable is the change of the micrutubule’ length, our modeling is shown below:</p>
| + | |
− | <p>
| + | |
− | $$ y = u_i + \varepsilon_{ij} $$
| + | |
− | </p>
| + | |
− | <p>y is the dependent variable, the change of the microtubule’s length. is the j observed value of the independent variable under the i level. is the mean of dependent variable under the I level. stands for the residual between dependent variable’s value and it’s mean value, also obey the normal distribution \(N(0, \sigma_i ^2)\) </p>
| + | |
− | <p>Then we construct the F test statistics. First, we define the quadratic sum of the residual:</p>
| + | |
− | <p>
| + | |
− | $$ SSE = \sum_{i=1}^k \sum_{j=1}^{n_i} (y_{ij}-\overline y_1)^2 $$
| + | |
− | </p>
| + | |
− | <p> | + | |
− | And the quadratic sum of the elements:
| + | |
− | </p>
| + | |
− | <p> | + | |
− | $$ SSA = \sum_{i=1}^k n_i (\overline y_{1}-\overline y)^2 $$
| + | |
− | </p>
| + | |
− | <p>SSA reflects the variance between different levels and the difference is made by the different elements; SSE reflects the variance in a certain level and this random difference is due to the selected sample’s random. For example, the measured length of the microtubule will be different when we add the TAX into the test tube.</p>
| + | |
− | <p>On the basis of the theory, our F test statistics is:</p>
| + | |
− | <p>
| + | |
− | $$ F = \frac{SSA/(n-k)}{SSE/(k-1)} \sim F(n-k, k-1) $$
| + | |
− | </p>
| + | |
− | <p>The numerator of the equation is a part of the dependent variable which can be explained by the change of the independent variable, while the denominator of the equation can be explained by other random elements except the change of the independent variable. The proportion of the change of independent variable in all change of the dependent variable becomes bigger, in other words, F has a higher value, independent variable influence dependent variable more.</p>
| + | |
| | | |
− | <h3>4.0 - The F-test on the data</h3>
| + | <h2>Background</h2> |
− | <p>The numerator of the equation is a part of the dependent variable which can be explained by the change of the independent variable, while the denominator of the equation can be explained by other random elements except the change of the independent variable. The proportion of the change of independent variable in all change of the dependent variable becomes bigger, in other words, F has a higher value, independent variable influence dependent variable more.</p>
| + | <p>Cancer is a large class of malignant diseases, 14 million new cases arising and causing over 8 million deaths per year. Which is the second most lethal disease in the world.<sub>[1]</sub></p> |
− | <p>
| + | <figure> |
− | | + | <img src="https://static.igem.org/mediawiki/2016/b/b2/T--BNU-China--cancer.jpg"> |
− | </p>
| + | <figcaption> |
− | <p>stands for that different values of the independent variable( whether the TAX is added into the tube or not) make no difference to the mean value of the dependent variable(microtubule’s length), in other words, the independent is not important to the dependent variable. Then we use \(R\) software to conduct F-test, the outcome is shown below:</p>
| + | Fig.1 Death from cancer per million persons in 2012 |
− | <figure class="text-center">
| + | </figcaption> |
− | <img src="../img/paper/modeling/5.png" width="60%">
| + | </figure> |
− | <figcaption>
| + | <p>Anti-microtubule agents , one of the most efficient medicines to treat many cancers including breast cancer、ovarian cancer and so on , are plant-derived chemicals that block cell mitosis by interfering with microtubule function . Microtubule is an important cellular structure composed of two proteins; α-tubulin and β-tubulin. They are hollow rod shaped structures that are required for cell division, among other cellular functions. [2] Microtubules are dynamic structures, which means that they are permanently in a state of assembly and disassembly. And the anti-microtubule agents can inhibit the dynamic balance of microtubule, leading to the termination of cell mitosis and inducing the apoptosis of tumor cells.</p> |
− | Fig.3 Outcome of the F-test about the data
| + | <p>Anti-microtubule agents can be divided into two types : one inhibit assembly , such as vinca alkaloids、colchicine、podophyllotoxin and so on . The other inhibit disassembly , including taxanes、epothilones etc. Taxanes is the most famous among them.</p> |
− | </figcaption>
| + | <p>Paclitaxel was discovered in 1962, isolated from the bark of the Pacific yew, Taxus brevifolia, thus its name “paclitaxel”. After only a brief period, the taxanes have demonstrated a unique ability to palliate the symptoms of many types of advanced cancers, including carcinoma of the ovary, lung, head and neck, bladder, and esophagus. Due to its good efficacy and slight side effect, the taxane class of anti-microtubule anticancer agents is perhaps the most important addition to the chemotherapeutic armamentarium against cancer over the past several decades.</p> |
− | </figure>
| + | <figure> |
− | | + | <img src="https://static.igem.org/mediawiki/2016/7/70/T--BNU-China--taxol2.jpg"> |
− | <h2>Visual Simulation</h2>
| + | <figcaption> |
− | <p>We applied to programing visualization in this complex process based on certain laws of Microtubule dynamic instability.</p>
| + | Fig.2 Ball-and-stick model of the Taxol |
− | <p>Tubulin is made up of two tubulin monomers which are nearly the same as each other. These two tubulin monomers are named α tubulin monomer and β tubulin monomer. Microtubule is made up of 13 protofilaments polymerized by tubulin dimers end to end. And microtubule can be the hollow tube with 13 protofilaments coiled into helix with each other, water in hollow part. The tube wall is 4~5nm thick.</p>
| + | </figcaption> |
− | <p>Tubulin dimers are incorporated into the growing lattice in the GTP-bound form and stochastically hydrolyze to GDP-tubulin, thus forming a GTP-cap. It is thought that the switching from growth to shrinkage occurs due to the loss of the GTP-cap.</p>
| + | </figure> |
− | <p>Caplow M<sup><a href="#ref-1">[1]</a></sup> research shows that when the cap structure of microtubule plus end subunit containing GDP- beta tubulin instead of GTP- beta tubulin, microtubule becomes unstable and will quickly depolymerize.</p>
| + | <p>Paclitaxel and other anti-microtubule medicines make a great success, which inspires many factories to extract these compounds, leading more and more famers to cultivate plants containing these compounds widely. Moreover, there are more and more scientists devote to study them. However, under this circumstance, many problems have alsobeen caused.</p> |
− | <figure class="text-center">
| + | <p>As to our project this year, we modified the homo sapiens tubulin alpha 1a , connected it with luciferase report gene’s N terminal or C terminal , and we put the modified α-tubulin and β-tubulin into E-coli to reduce them . Then we will get a kit containing the tubulins and buffer which has the appropriate condition verified by experiments. We call the kit “taxolight”, and it can do these things:</p> |
− | <img src="../img/paper/modeling/3.png" width="60%">
| + | <h4>1. drug screen</h4> |
− | <figcaption>Fig.3 Microtubule dynamic instability</figcaption>
| + | <p>Anti-cancer agents especially paclitaxel have showed their magnificent power in clinical application, but also are a little unsatisfactory. We still need to look for new drugs that more effective.</p> |
− | </figure>
| + | <p>The existing method to screen anti-microtubule agents needs purifying tubulins of mammalian brains. It relies on the features of tubulins that the solution turbid will increase when then polymerize in vitro under 37℃ centigrade. So using this method, we can get a polymerization curve shaped sigmoid formed by the liquid OD value to the soaking time, correspondingly, we can also get a de-polymerization curve when putting the tubulins into ice. When adding different anti-microtubule agents, polymerization of "S" type curve or pour de-polymerization of "S" type curve has different effects, and we can determine the role of the drug according to the change of curve.</p> |
− | <p>
| + | <p>Our project provides a new idea on the drug screen of anti-microtubule agents: using our kit, add the two kinds of quantitative modified α-tubulins withβ-tubulins and buffer, and put the quantitative sample, and then measure its fluorescence intensity. Paclitaxel can be set as a standard, and we can compare the new medicine with paclitaxel by comparing the fluorescence intensity. In this way, the primary invitro screening of compounds that can influence microtubules can be carried out using our kit, to further research and development of new anti-microtubule agents.</p> |
− | As is shown in the figure, there are two kinds of Dimer, called GDP and GTP, with blue and red two connected to the circular. These dimers have close relationship with each other, and there are three important modes of their action:
| + | </article> |
− | </p>
| + | |
− | <ol>
| + | |
− | <li>
| + | |
− | GTP-tubulin dimer in endpoint can aggregate new GTP to make the single protofilament grow, and microtubules extend.
| + | |
− | </li>
| + | |
− | <li>
| + | |
− | At the same time, the endpoint GTP may also be made off, thereby protofilaments shorter.
| + | |
− | </li>
| + | |
− | <li>
| + | |
− | Any place of GTP (in addition to the right endpoints of the GTP) made made random hydrolyzed to GDP have a chance.
| + | |
− | </li>
| + | |
− | </ol>
| + | |
− | <p>
| + | |
− | We built a simple GUI interface to simulate the Microtubule dynamic instability. As for a tubulin, we can adjust the parameters of K, R, h, GDP and GTP to display number and length of tubulin in real time. Among them, K, h, R is the number obeying certain distributions.
| + | |
− | </p>
| + | |
− | <p>
| + | |
− | According to above principles, we built the simulation process of the visual program in MATLAB@, Fig 2 is the schematic diagram of the principle of GTP hydrolysis. Among them means GTP, D means GDP, R means the probability of endpoint GTP polymerizing with new GTP, K means the probability of endpoint falling off, h means the probability of GTP hydrolysis into GDP. It should be noted that once GTP is transferred to GDP, it will not have polymerization, fall off, or hydrolysis, and will become stable state.
| + | |
− | </p>
| + | |
− | <figure class="text-center">
| + | |
− | <img src="../img/paper/modeling/4.png" width="60%">
| + | |
− | <figcaption>Fig.4 Parameters of GTP-tubulin dimer hydrolysis</figcaption>
| + | |
− | </figure>
| + | |
− | </article>
| + | |
| </div> | | </div> |
| | | |