Difference between revisions of "Team:MIT/3mk-HBG"

 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{MIT}}
 
<html>
 
<html>
  
After designing our 2-exon mKate HBG reporter, which only showed mKate knockdown, we needed a positive reporter. We designed two 3-exon reporters, a split mKate reporter and a dual fluorescence reporter:
+
<h1 style="color:#ff0000; text-align: center; font-size: 40px; line-height: 40px;">Experiments with 3 Exon mKate HBG Reporter</h1>
 +
 
 +
 
 +
<p>After designing our 2-exon mKate HBG reporter, which only showed mKate fluorescent knockdown, we needed a positive reporter. We designed two 3-exon reporters, one of which is what we called the <b>3 Exon mKate HBG Reporter.</b> </p>
  
 
<h3> 3-exon mKate Fluorescent Reporter </h3>
 
<h3> 3-exon mKate Fluorescent Reporter </h3>
<p> The reporter was designed to contain mKate exon one, HBG Intron two, the REST-4 included exon from our disease model, HBG Intron one, and mKate exon two.</p>
+
<p> The reporter was designed to contain mKate exon one, HBG Intron two, the REST-4 included exon from our <a href= "https://2017.igem.org/Team:MIT/REST"> disease model,</a> HBG Intron one, and mKate exon two.</p>
  
 
</br>
 
</br>
<img src="https://static.igem.org/mediawiki/parts/9/95/3-mk.png">
+
<center><img src="https://static.igem.org/mediawiki/parts/9/95/3-mk.png"></center>
 
</br>
 
</br>
  
<p>The mKate exons and the HBG Intron two were taken from the 2-exon mKate reporter. The REST-4 exon was chosen because it contains a stop codon, and because we wanted our reporter to mirror our disease model. The HBG Intron one was chosen based on the literature. [Source].  A g-block was designed with the REST exon, HBG intron 2 and complementary sticky ends to be added to the 2-exon mKate HBG reporter between HBG Intron 2 and mKate exon two. </p>
+
<p>The mKate exons and the HBG Intron two were taken from the 2-exon mKate reporter. The REST-4 exon was chosen because it contains a stop codon, and because we wanted our reporter to mirror our disease model. The HBG Intron one was <a href= "https://2017.igem.org/Team:MIT/project"> chosen </a> based on the literature.  A g-block was designed with the REST exon, HBG intron 2 and complementary sticky ends to be added to the 2-exon mKate HBG reporter between HBG Intron 2 and mKate exon two. </p>
 
</br></br>
 
</br></br>
  
Line 18: Line 22:
  
 
<div class="column half_size">
 
<div class="column half_size">
<img src="https://static.igem.org/mediawiki/parts/b/b7/Case1.png">
+
<img src="https://static.igem.org/mediawiki/parts/8/85/3mkhbg.PNG">
 
</br></br></br>
 
</br></br></br>
 
</div>
 
</div>
Line 28: Line 32:
  
 
<div class="column half_size">
 
<div class="column half_size">
<img src="https://static.igem.org/mediawiki/parts/f/f2/Case2.png">
+
<img src="https://static.igem.org/mediawiki/parts/b/b9/3mkhbg2.PNG">
 
</br></br></br>
 
</br></br></br>
 
</div>
 
</div>
  
 
<div class="clear"></div>
 
<div class="clear"></div>
 +
<h2>Results</h2>
  
 +
<h3> Verifying the construct </h3>
  
<style>
+
<h4> mKate Titration </h4>
        body {
+
            margin: 0;
+
            background-color: #ce2132!important;
+
        }
+
 
+
        .firstHeading, .logo_2017 {
+
            display: none;
+
        }
+
 
+
        #sideMenu{
+
            display: none;
+
        }
+
        #content {
+
            margin-left: auto;
+
            align-self: center;
+
        }
+
 
+
        .navdiv-wrapper {
+
            height: 40px;
+
            background: rgb(61, 56, 57);
+
        }
+
 
+
        .navdiv-cover {
+
            height: 40px;
+
            position: absolute;
+
            background: rgb(61, 56, 57);
+
            width: 200vw;
+
            left: -100vw;
+
 
+
        }
+
       
+
        #content .navdiv {
+
            float: none;
+
            margin: 0 auto;
+
            left: 0;
+
        }
+
       
+
        #content .navdiv>a {
+
            position: relative;
+
        }
+
 
+
        #content .navdiv ul{
+
            width: 100%;
+
            height: 40px;
+
            background: rgb(61, 56, 57);
+
            line-height: 20px;
+
            color: white;
+
            margin-right: 15px;
+
            margin-top: 40px;
+
            margin-left: 0px;
+
            text-align: center;
+
           
+
        }
+
       
+
        #content .navdiv ul li a {
+
            text-decoration: none;
+
            color: white;
+
            cursor: pointer;
+
        }
+
       
+
        #content .navdiv ul li a:hover{
+
            text-decoration: none;
+
            color: white;
+
            background: rgb(206, 33, 50);
+
            -webkit-transition: all 0.3s ease;
+
            -moz-transition: all 0.3s ease;
+
            -ms-transition: all 0.3s ease;
+
            -o-transition: all 0.3s ease;
+
            transition: all 0.3s ease;
+
        }
+
       
+
        #content .navdiv ul li{
+
            list-style-type: none;
+
            display: inline-block;
+
            position: relative;
+
            color: white;
+
            padding-bottom: 10px;
+
            padding-top: 10px;
+
            padding-left: 20px;
+
            padding-right: 20px;
+
            cursor: pointer;
+
        }
+
       
+
        #content .navdiv ul li:hover{
+
            background: rgb(206, 33, 50);
+
            color: white;
+
            -webkit-transition: all 0.3s ease;
+
            -moz-transition: all 0.3s ease;
+
            -ms-transition: all 0.3s ease;
+
            -o-transition: all 0.3s ease;
+
            transition: all 0.3s ease;
+
       
+
        }
+
       
+
        .navdiv h1{
+
            width: 300px;
+
            float: left;
+
            cursor: pointer;
+
            margin-left: 15px;
+
        }
+
       
+
        .navdiv .logo-wrapper {
+
            position: absolute;
+
            top: -30px;
+
            background: white;
+
            height: 40px;
+
            border: 10px solid rgb(61, 56, 57);;
+
            height: 100px;
+
            border-radius: 100px;
+
        }
+
       
+
        .navdiv .logo-wrapper img {
+
            height: 100px;
+
            width: 100px;
+
            padding: 0px 0px 0px 0px;
+
        }
+
 
+
        .navdiv .logo-wrapper#team-logo {
+
            left: -95px;
+
        }
+
       
+
        .navdiv .logo-wrapper#main-logo {
+
            left: 920px;
+
        }
+
 
+
        /*.navdiv .logo-wrapper#main-logo {
+
            height: 66px;
+
            left: -134px;
+
            border-width: 7px;
+
            top: -22px;
+
        }*/
+
       
+
        /*.navdiv .logo-wrapper#main-logo img {
+
            height: 56px;
+
        }*/
+
       
+
        #content .submenu {
+
            display: none;
+
            position: absolute;
+
            left: 0;
+
            top: 40px;
+
        }
+
       
+
        #content .submenu a {
+
            color: black;
+
            background: rgb(61, 56, 57);
+
            text-decoration: none;
+
            text-align: left;
+
            display: block;
+
            padding: 10px;
+
        }
+
       
+
        #content .submenu a:hover{
+
            color: white;
+
            background: rgb(160, 158, 158);
+
            border: none;
+
        }
+
       
+
        #content .navdiv ul li:hover .submenu {
+
            display: block;
+
        }
+
       
+
        /********************************* CONTENT OF THE PAGE ********************************/
+
ul.img-list {
+
  list-style-type: none;
+
  margin: 0;
+
  padding: 0;
+
  text-align: center;
+
     
+
}
+
 
+
ul.img-list li {
+
  display: inline-block;
+
  height: 150px;
+
  margin: 0 0 5px 0;
+
  border: solid 2px;
+
  position: relative;
+
  width: 150px;
+
  width: calc(33% - 6px);
+
}
+
 
+
ul.img-list img {
+
  width: 100%;
+
  height: 100%
+
}
+
 
+
ul.img-home {
+
  list-style-type: none;
+
  margin: 0;
+
  padding: 0;
+
  text-align: center;
+
  width: 950px
+
     
+
}
+
 
+
ul.img-home li {
+
  display: inline-block;
+
  margin: 5px 0 0 0;
+
  border: 0px;
+
  position: relative
+
}
+
 
+
ul.img-home img {
+
  width: 100%;
+
  height: 100%
+
}
+
 
+
ul.header a {
+
  color: #626566;
+
}
+
 
+
ul.header a:hover {
+
  color: #626566;
+
}
+
 
+
span.text-content {
+
  background: #626566;
+
  color: black;
+
  font-size: 16px;
+
  cursor: pointer;
+
  display: table;
+
  height: 100%;
+
  left: 0;
+
  position: absolute;
+
  vertical-align: middle;
+
  top: 0;
+
  width: 100%;
+
  opacity: 0;
+
  -webkit-transition: opacity 500ms;
+
  -moz-transition: opacity 500ms;
+
  -o-transition: opacity 500ms;
+
  transition: opacity 500ms;
+
}   
+
span.text-content span {
+
  display: table-cell;
+
  text-align: center;
+
  vertical-align: middle;
+
}
+
ul.img-list li:hover span.text-content {
+
  opacity: 1;
+
}
+
ul.img-home li:hover span.text-content {
+
  opacity: 1;
+
}
+
 
+
 
+
/*STYLING */
+
 
+
/* styling for the titles */
+
.content_wrapper h1, .content_wrapper h2 {
+
padding:5px 15px;
+
border-bottom:0px;
+
color:#67c0e0;
+
                font family: georgia;
+
 
+
}
+
.content_wrapper h3, .content_wrapper h4, .content_wrapper h5, .content_wrapper h6 {
+
padding:5px 15px;
+
border-bottom:0px;
+
color: #626566; 
+
}
+
 
+
 
+
/* font and text */
+
.content_wrapper p {
+
padding:0px 15px;
+
font-size: 13px;
+
font-family: 'Raleway', sans-serif;
+
}
+
 
+
/* Links */
+
.content_wrapper a {
+
font-weight: bold;
+
text-decoration: underline;
+
text-decoration-color:#72c9b6;
+
color: #72c9b6;
+
-webkit-transition: all 0.4s ease;
+
-moz-transition: all 0.4s ease;
+
-ms-transition: all 0.4s ease;
+
-o-transition: all 0.4s ease;
+
transition: all 0.4s ease;
+
}
+
 
+
/* hover for the links */
+
.content_wrapper a:hover {
+
text-decoration:none;
+
color:#000000;
+
}
+
 
+
/* non numbered lists */
+
.content_wrapper ul {
+
padding:0px 20px;
+
font-size: 13px;
+
font-family: 'Raleway', sans-serif;
+
}
+
 
+
/* numbered lists */
+
.content_wrapper ol {
+
padding:0px;
+
font-size: 13px;
+
font-family: 'Raleway', sans-serif;
+
}
+
 
+
/* Table */
+
.content_wrapper table {
+
width: 97%;
+
margin:15px 10px;
+
border: 1px solid #d3d3d3;
+
border-collapse: collapse;
+
}
+
 
+
/* table cells */
+
.content_wrapper  td {
+
padding: 10px;
+
vertical-align: text-top;
+
border: 1px solid #d3d3d3;
+
border-collapse: collapse;
+
}
+
 
+
/* table headers */
+
.content_wrapper th {
+
padding: 10px;
+
vertical-align: text-top;
+
border: 1px solid #d3d3d3;
+
border-collapse: collapse;
+
background-color:#f2f2f2;
+
}
+
 
+
/* Button class */
+
.button_click {
+
margin: 10px auto;
+
padding: 15px; width:12%; 
+
text-align:center;
+
font-weight:bold;
+
background-color: #72c9b6;
+
cursor:pointer; 
+
-webkit-transition: all 0.4s ease;
+
-moz-transition: all 0.4s ease;
+
-ms-transition: all 0.4s ease;
+
-o-transition: all 0.4s ease;
+
transition: all 0.4s ease;
+
}
+
 
+
/* button class on hover */
+
.button_click:hover { 
+
background-color:#000000;
+
color:#72c9b6;
+
}
+
 
+
/* Wrapper for the content */
+
.content_wrapper {
+
width: 85%;
+
margin-left:150px;
+
padding:10px 0px;
+
float:left;
+
background-color:white;
+
}
+
 
+
/*LAYOUT */
+
.column  {
+
padding: 10px 0px;
+
float:left;
+
background-color:white;
+
}
+
  
.full_size {
 
width:100%;
 
}
 
  
.full_size img {
+
<p>Before being able to test our guides against our newly designed reporter, we needed to ensure it was exhibiting proper behavior. To that end, we ran an titration on the 3-exon mKate-HBG construct. We expected that in absence of our system, there would be no mKate fluorescence, as the stop codon in the REST exon will be included. If our system is present, we expect that levels of red output will rise with increase in reporter construct. These expected results can be seen below. The different colored lines corrispond to different <a href= "https://2017.igem.org/Team:MIT/HowtoreadaCytoflowgraph"> transfection bins</a> </p>
padding: 10px 15px;
+
<center><img src="https://static.igem.org/mediawiki/2017/6/6e/Expected_output_3-exon_mkate.png" alt="Expected output" style= "width:50%;"></center>
width:96.5%;  
+
}
+
  
.half_size {
+
<p> In our experiment, we varied the amounts of 3-exon mKate-HBG from 10 to 500 ng. We also transfected Guide3 with dCas13a, and ASO2+ with Ms2 at optimized amounts from earlier experiments. (For a detailed explanation of how to plan a mammalian transfection <a href= "https://static.igem.org/mediawiki/2017/6/63/Planning_Mamallian_Transfections_%C2%B7_Benchling.pdf"> click here</a>) </p>
width: 50%;
+
}
+
.half_size img {
+
padding: 10px 15px;
+
width: 93%;
+
}
+
  
 +
<center><h4>mKate Titration for 3-exon mKate-HBG</h4></center>
 +
<center><img src="https://static.igem.org/mediawiki/2017/6/68/3exon_mkate_plain-update.png" alt="Figure ASO3vsmkateamt_red" style= "width:50%;"></center>
  
.clear {
+
<p><i>3-exon mKate-HBG reporter amounts (10ng-500ng) vs. the amount of red fluorescence (AU). The color of the line indicate the <a href= "https://2017.igem.org/Team:MIT/HowtoreadaCytoflowgraph"> transfection bins</a> of each result.</i></p>
clear:both;
+
}
+
  
.highlight {
+
<p>We expected that the reporter would produce no fluorescence, but our results here show normal output levels for mKate across the reporter concentrations. Additionally, as shown below adding dCas13a and Ms2 have no effect on the red output.</p>
width: 90%;
+
margin: auto;
+
padding: 15px 5px;
+
background-color: #f2f2f2;
+
}
+
  
.judges-will-not-evaluate {
+
<center><h4>3-exon mKate-HBG titration with ASO2+ &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; 3-exon mKate-HBG titration with Guide3 </h4></center>
border: 4px solid #72c9b6;
+
display: block;
+
margin: 5px 15px;
+
width: 95%;
+
font-weight:bold;
+
}
+
  
  
</style>
+
<img src="https://static.igem.org/mediawiki/2017/5/57/3exon_mkate_ms2_ASO2plus_red-update.png" alt="Expected output" align= "left" style= "width:49%;"><img src="https://static.igem.org/mediawiki/2017/2/22/3exon_mkate_cas_guide3_red-update.png" alt="Expected output" align= "right" style= "width:49%;">
<!-- HTML -->
+
 
+
    <div class="navdiv-wrapper">
+
        <div class="navdiv-cover"></div>
+
            <div class="navdiv">
+
                <a href="https://2017.igem.org">
+
                    <div id="main-logo" class="logo-wrapper">
+
                        <img src="https://static.igem.org/mediawiki/2017/9/9c/MIT-Logo.jpg">
+
                    </div>
+
                </a>
+
                <a href="https://2017.igem.org/Team:MIT">
+
                    <div id="team-logo" class="logo-wrapper">
+
                        <img src="https://static.igem.org/mediawiki/2017/9/9c/MIT-Logo.jpg">
+
                    </div>
+
                </a>
+
                <ul>
+
                    <li><a href="https://2017.igem.org/Team:MIT/Team">ABOUT US</a>
+
                        <div class="submenu">
+
                            <a href="https://2017.igem.org/Team:MIT/team">Team</a>
+
                            <a href="https://2017.igem.org/Team:MIT/Attributions">Attributions</a>
+
                            <a href="https://2017.igem.org/Team:MIT/acknowledgements">Acknowledgements</a>
+
                        </div>
+
                    </li>
+
  
                    <li><a href="https://2017.igem.org/Team:MIT/AS">BACKGROUND</a>
+
<br> </br>
                        <div class="submenu">
+
<br> </br>
                            <a href="https://2017.igem.org/Team:MIT/AS">Alternative Splicing</a>
+
<br> </br>
                            <a href="https://2017.igem.org/Team:MIT/CRISPR">CRISPR</a>
+
<br> </br>
                            <a href="https://2017.igem.org/Team:MIT/RBPs">RNA Binding Proteins</a>
+
<br> </br>
                            <a href="https://2017.igem.org/Team:MIT/REST">REST</a>
+
<br> </br>
                        </div>
+
<br> </br>
                    </li>
+
<br> </br>
                   
+
                    <li><a href="https://2017.igem.org/Team:MIT/project">PROJECT</a>
+
                        <div class="submenu">
+
                            <a href="https://2017.igem.org/Team:MIT/mk-FF4">mKate-FF4</a>
+
                            <a href="https://2017.igem.org/Team:MIT/2mk-HBG">2 Exon mKate HBG</a>
+
                            <a href="https://2017.igem.org/Team:MIT/3mk-HBG">3 Exon mKate HBG</a>
+
                            <a href="https://2017.igem.org/Team:MIT/3mk-DF">3 Exon Dual Fluorescence</a>
+
                        </div>
+
                    </li>
+
  
                    <li><a href="https://2017.igem.org/Team:MIT/notebook">LAB WORK</a>
+
<center><i>DOX Concentrations (5-500uM) vs. the amount of red fluorescence (AU) for ASO1 (left) and plain mKate(right). The color of the line indicate the <a href= "https://2017.igem.org/Team:MIT/HowtoreadaCytoflowgraph"> transfection bins</a> of each result.</i></center>
                        <div class="submenu">
+
                            <a href="https://2017.igem.org/Team:MIT/parts">Parts/Improved Parts</a>
+
                            <a href="https://2017.igem.org/Team:MIT/protocols">Protocols</a>
+
                            <a href="https://2017.igem.org/Team:MIT/notebook">Notebook</a>
+
                            <a href="https://2017.igem.org/Team:MIT/results">Results</a>
+
                        </div>
+
                    </li>
+
                   
+
                    <li><a href="https://2017.igem.org/Team:MIT/Model">MODELLING</a></li>
+
                   
+
                    <li><a href="https://2017.igem.org/Team:MIT/hp">HUMAN PRACTICES</a>
+
                        <div class="submenu">
+
                            <a href="https://2017.igem.org/Team:MIT/integratedhp">Integrated HP</a>
+
                            <a href="https://2017.igem.org/Team:MIT/outreach">Public Engagement</a>
+
                            <a href="https://2017.igem.org/Team:MIT/Collaborations">Collaborations</a>
+
                            <a href="https://2017.igem.org/Team:MIT/InterLab">InterLab</a>                 
+
                        </div>
+
                    </li>                      
+
  
                    <li><a href="https://2017.igem.org/Team:MIT/award">AWARDS</a>
+
<strong>Unfortunately, we were unable to test any of our constructs against this reporter, because the reporter was producing red in the control condition.</strong> '
                        <div class="submenu">
+
                            <a href="https://2017.igem.org/Team:MIT/HP/Silver">HP Silver</a>
+
                            <a href="https://2017.igem.org/Team:MIT/HP/Gold_Integrated">Integrated HP Gold</a>
+
                            <a href="https://2017.igem.org/Team:MIT/Engagement">Education & Public Engagement</a>
+
                            <a href="https://2017.igem.org/Team:MIT/Model">Model</a>      
+
  
                        </div>
+
<p>Our next step is to debug our reporter. We suspect the problem may be with the intron we chose, or the way we built that intron, because the mKate-ff4 was outputting fine.</p>
                    </li>
+
</body>
                </ul>
+
            </div>
+
        </div>
+
 
</html>
 
</html>

Latest revision as of 01:33, 2 November 2017

Experiments with 3 Exon mKate HBG Reporter

After designing our 2-exon mKate HBG reporter, which only showed mKate fluorescent knockdown, we needed a positive reporter. We designed two 3-exon reporters, one of which is what we called the 3 Exon mKate HBG Reporter.

3-exon mKate Fluorescent Reporter

The reporter was designed to contain mKate exon one, HBG Intron two, the REST-4 included exon from our disease model, HBG Intron one, and mKate exon two.



The mKate exons and the HBG Intron two were taken from the 2-exon mKate reporter. The REST-4 exon was chosen because it contains a stop codon, and because we wanted our reporter to mirror our disease model. The HBG Intron one was chosen based on the literature. A g-block was designed with the REST exon, HBG intron 2 and complementary sticky ends to be added to the 2-exon mKate HBG reporter between HBG Intron 2 and mKate exon two.



If our guide system is not present in the cell, mKate exon one, the REST exon, and mKate exon two will be spliced together. During translation, the stop codon in the REST exon will cause the ribosome to fall off, resulting in an incomplete mKate and therefore a knockdown of red fluorescence.




When our guide system is introduced to the cells, it will cover the 5’ splice site on HBG Intron 2, causing the spliceosome to skip over the REST exon. The cell will then be able to translate mKate as normal, and we expect to see a rise in red fluorescence. This reporter therefore achieves our goal of being a positive reporter.




Results

Verifying the construct

mKate Titration

Before being able to test our guides against our newly designed reporter, we needed to ensure it was exhibiting proper behavior. To that end, we ran an titration on the 3-exon mKate-HBG construct. We expected that in absence of our system, there would be no mKate fluorescence, as the stop codon in the REST exon will be included. If our system is present, we expect that levels of red output will rise with increase in reporter construct. These expected results can be seen below. The different colored lines corrispond to different transfection bins

Expected output

In our experiment, we varied the amounts of 3-exon mKate-HBG from 10 to 500 ng. We also transfected Guide3 with dCas13a, and ASO2+ with Ms2 at optimized amounts from earlier experiments. (For a detailed explanation of how to plan a mammalian transfection click here)

mKate Titration for 3-exon mKate-HBG

Figure ASO3vsmkateamt_red

3-exon mKate-HBG reporter amounts (10ng-500ng) vs. the amount of red fluorescence (AU). The color of the line indicate the transfection bins of each result.

We expected that the reporter would produce no fluorescence, but our results here show normal output levels for mKate across the reporter concentrations. Additionally, as shown below adding dCas13a and Ms2 have no effect on the red output.

3-exon mKate-HBG titration with ASO2+                                          3-exon mKate-HBG titration with Guide3

Expected outputExpected output















DOX Concentrations (5-500uM) vs. the amount of red fluorescence (AU) for ASO1 (left) and plain mKate(right). The color of the line indicate the transfection bins of each result.
Unfortunately, we were unable to test any of our constructs against this reporter, because the reporter was producing red in the control condition. '

Our next step is to debug our reporter. We suspect the problem may be with the intron we chose, or the way we built that intron, because the mKate-ff4 was outputting fine.