Difference between revisions of "Team:SKLMT-China/Model"

Line 1: Line 1:
 
<html>
 
<html>
    <section class="article-banner" style="background-image: url(https://static.igem.org/mediawiki/2018/8/8f/T--SKLMT-China--arttest-banner-1.jpg)">
 
        <div class="banner-content">
 
            <h2 class="title">MODEL</h2>
 
            <p class="content">overview</p>
 
        </div>
 
    </section>
 
    <section class="container">
 
        <ol class="breadcrumb">
 
            <li><a href="#"><i class="fa fa-home">Home</i></a></li>
 
            <li><a href="#"><i class="fa fa-photo">Topic</i></a></li>
 
            <li class="active"><i class="fa fa-code">Article</i></li>
 
        </ol>
 
    </section>
 
 
 
      
 
      
     <div class="container" id="section-2">
+
     <div id="index-carousel" class="carousel slide">
  
         <div class="paragraph shadow">
+
         <ol class="carousel-indicators">
             <h2 class="title">Model Overview</h2>
+
             <li data-target="#slide1" data-slide-to="0" class="active"></li>
          <p>We set up a model for facilitating the transformation of new chassis bacteria <latin>Pseudomonas fluorescens pf-5</latin>, such as building a promoter library. In our model,encode each three-base sequence with quaternary number(A,T,C,G represents quaternary number 0,1,2,3 ),and then get a vector with 64 dimensions from AAA to GGG, which calculates the frequency of appearance for each type in DNA sequence.</p>
+
            <li data-target="#slide2" data-slide-to="1"></li>
<p>We preliminarily assume that there is a simple linear relationship between the 64 components of this vector and the final result, and preliminarily confirm our hypothesis by comparing the difference between calculated value and measured value by solving sparse equations. Subsequently, we further strengthened our model by using the neural network model with stronger stability and more relevant parameters, and obtained an algorithm to predict the promoter strength. </p>
+
            <li data-target="#slide3" data-slide-to="2"></li>
<p>We tested 25 promoters’ strength with firefly luciferase and another variable goes to promoter sequence gotten from pf5 genome in ncbi. As we know, house-keeping genes sometiomes express strongly and consistently. So we picked up 70 base pairs up from several genes of them as strong promoters in <latin>pf-5</latin>. As for the weak promoter, we selected weak promoters that change insignificantly under different ionic stresses from the transcriptome information in <latin>Lim, C. K.<sup>[1] </sup></latin>The method is the same as the construction of strong promoter. </p>
+
        </ol>  
<p>By combining three bases to encode DNA, solving a sparse system of equations,and strengthening the linear relationship between system input and promoter strength by neural network, a good correlation was found between the promoter sequence and promoter strength. It is through this mutually-informing modelling that we were able to figure out the relationship between promoter sequence and strength in P. fluorescence. This model informs us a promoter strength based on its specific sequence and it has also been verified by using other parts. This approach is also of valuable reference for future teams’ project. </p>
+
  
 +
        <div class="carousel-inner">
 +
            <div class="item active">
 +
                <section class="index-banner" style="background-image: url(https://static.igem.org/mediawiki/2018/0/0b/T--SKLMT-China--mod-ban-1.jpg)">
 +
                    <div class="inner">
 +
                        <header>
 +
                            <h2>Model Overview</h2>
 +
                        </header>
 +
                        <p>of SKLMT-China</p>
 +
                        <footer>
 +
                            <ul class="buttons stacked">
 +
                                <li><a href="Model_Overview" class="actions">Learn More</a></li>
 +
                            </ul>
 +
                        </footer>
 +
                    </div>
 +
                </section>
 +
            </div>
 +
            <div class="item">
 +
                <section class="index-banner" style="background-image: url(https://static.igem.org/mediawiki/2018/0/06/T--SKLMT-China--index-banner-2.jpg)">
 +
                    <div class="inner">
 +
                        <header>
 +
                            <h2>Process</h2>
 +
                        </header>
 +
                        <p>How does HP map form?</p>
 +
                        <footer>
 +
                            <ul class="buttons stacked">
 +
                                <li><a href="Model_Process" class="actions">Learn More</a></li>
 +
                            </ul>
 +
                        </footer>
 +
                    </div>
 +
                </section>
 +
            </div>
 +
            <div class="item">
 +
                <section class="index-banner" style="background-image: url(https://static.igem.org/mediawiki/2018/e/e7/T--SKLMT-China--index-banner-3.jpg)">
 +
                    <div class="inner">
 +
                        <header>
 +
                            <h2>Results</h2>
 +
                        </header>
 +
                        <p>What is four revolution?</p>
 +
                        <footer>
 +
                            <ul class="buttons stacked">
 +
                                <li><a href="Model_Results" class="actions">Learn More</a></li>
 +
                            </ul>
 +
                        </footer>
 +
                    </div>
 +
                </section>
 +
            </div>
 +
        </div>
  
         
+
        <a class="left carousel-control" href="#index-carousel" role="button" data-slide="prev">
 +
            <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
 +
            <span class="sr-only">Previous</span>
 +
        </a>
 +
        <a class="right carousel-control" href="#index-carousel" role="button" data-slide="next">
 +
            <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
 +
            <span class="sr-only">Next</span>
 +
        </a>
  
        </div>
 
 
     </div>
 
     </div>
  
 
      
 
      
 
</html>
 
</html>
{{SKLMT-China/footer}}
+
{{SKLMT-China/none-footer}}

Revision as of 17:34, 17 October 2018