Difference between revisions of "Team:NTHU Taiwan/Experiments"

 
(46 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{:Team:NTHU_Taiwan/MenuBar}}
 
<html>
 
<html>
  
Line 6: Line 7:
 
#home_logo, #sideMenu { display:none; }
 
#home_logo, #sideMenu { display:none; }
 
#sideMenu, #top_title, .patrollink  {display:none;}
 
#sideMenu, #top_title, .patrollink  {display:none;}
#content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;}
+
#content { width:100%; padding:0px;  margin-top:-7px; margin-left:0px;overflow-x: hidden;}
 
body {background-color:#f6f6e3;}
 
body {background-color:#f6f6e3;}
 
#bodyContent {background-color:#f6f6e3;}
 
#bodyContent {background-color:#f6f6e3;}
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
/**************************************************************** MENU ***************************************************************/
 
/* Wrapper for the menu */
 
 
.igem_2017_menu_wrapper {
 
border-bottom: 3px solid #c2dac0;
 
background-color:#f6f6e3;
 
font-family:'Open Sans', sans-serif;
 
overflow: hidden;
 
}
 
 
.igem_2017_menu_wrapper a { 
 
float: left;
 
font-size: 1.2em;
 
color: #6c5070;
 
text-align: center;
 
padding: 25px 20px;
 
text-decoration: none;
 
}
 
 
.munu_img img{
 
position: fixed;
 
height: 9%;
 
}
 
 
/* this hides the scrollbar to keep view consistency */
 
.igem_2017_menu_wrappe::-webkit-scrollbar {
 
display: none;
 
}
 
 
.submenu_wrapper {
 
float: left;
 
  overflow: hidden;
 
}
 
 
.submenu_wrapper .menu_button {
 
letter-spacing: 1px;
 
text-transform: uppercase;
 
font-size: 1.2em;
 
border: none;
 
outline: none;
 
color: #6c5070;
 
padding: 25px 20px;
 
background-color: inherit;
 
}
 
 
.igem_2017_menu_wrapper a:hover, .submenu_wrapper:hover .menu_button {
 
color: #DF6A6A;
 
}
 
 
.submenu_button {
 
display: none;
 
position: absolute;
 
background-color: rgba(246, 246, 227, 0.7);
 
min-width: 160px;
 
z-index: 1;
 
}
 
 
.submenu_button a {
 
float: none;
 
color: #6c5070;
 
padding: 8px 16px;
 
text-decoration: none;
 
display: block;
 
text-align: left;
 
}
 
 
.submenu_button a:hover {
 
font-size: 1.3em;
 
 
}
 
 
.submenu_wrapper:hover .submenu_button {
 
display: block;
 
}
 
 
/*menu_wrapper left space*/
 
.igem_2017_menu_wrapper .menu_right_margin {
 
margin-left: 160px;
 
}
 
 
/*menu_wrapper right space*/
 
.igem_2017_menu_wrapper .menu_bottom_padding {
 
width: 100%;
 
height: 30px;
 
float:left;
 
}
 
 
/* styling for the menu button when it is the current page */
 
.current_page {
 
color:#df6a6a !important;
 
}
 
 
/* when the page size is bigger than 800px, this show/hide control is hidden by default */
 
.igem_2017_menu_wrapper #display_menu_control {
 
display:none;
 
text-align:center;
 
}
 
 
 
  
Line 117: Line 20:
 
display:block;
 
display:block;
 
float:left;
 
float:left;
font-family:'Open Sans', sans-serif;
+
font-family:'Helvetica', sans-serif;
 
background-color: #F6F6E3;
 
background-color: #F6F6E3;
 
}
 
}
Line 136: Line 39:
  
 
.igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 .igem_2017_content_wrapper h3, .igem_2017_content_wrapper h4, .igem_2017_content_wrapper h5, .igem_2017_content_wrapper h6 {
 
.igem_2017_content_wrapper h1, .igem_2017_content_wrapper h2 .igem_2017_content_wrapper h3, .igem_2017_content_wrapper h4, .igem_2017_content_wrapper h5, .igem_2017_content_wrapper h6 {
padding: 40px 0px 15px 0px;  
+
font-family: Helvetica;
 +
padding: 50px 0px 15px 0px;  
 
border-bottom: 0px;  
 
border-bottom: 0px;  
 
color: #2C2C2C;
 
color: #2C2C2C;
Line 143: Line 47:
 
}
 
}
  
#pdf {
+
 
 +
.igem_2017_content_wrapper .content {
 
width: 950px;
 
width: 950px;
height: 1200px;
 
 
margin: 2em auto;
 
margin: 2em auto;
padding-top: 20px;
 
 
}
 
}
  
#pdf object {
+
.igem_2017_content_wrapper .content p{
display: block;
+
font-family: Helvetica;
border: solid 2px #2c2c2c;
+
color: #2C2C2C;
 +
font-size: 1.4em;
 +
line-height: 1.3em;
 +
padding: 0px 0px;
 +
text-align: justify;
 +
text-justify:inter-ideograph;
 
}
 
}
  
/***************************************************** RESPONSIVE STYLING ****************************************************/
 
  
/* IF THE SCREEN IS LESS THAN 1200PX */
+
.igem_2017_content_wrapper .content img{
@media only screen and (max-width: 1200px) {
+
margin: auto;
 +
display: block;
 +
float: center;
 +
padding: 20px 0px 30px 0px;
 +
}
  
#content {width:100%; }
+
.column .full_size {
.igem_2017_menu_wrapper {width:100%; right:0;}
+
width: 100%;
.highlight {padding:10px 0px;}
+
padding-top: 50px;
.igem_2017_menu_wrapper #display_menu_control { display:none; }
+
#menu_content { display:block;}
+
.menu_button.direct_to_page {padding-left: 17px;}
+
+
 
}
 
}
  
/* IF THE SCREEN IS LESS THAN 800PX */
+
/* class for a half width column */
@media only screen and (max-width: 800px) {
+
.column .half_size {
 +
width: 50%;
 +
float: left;
 +
}
  
.igem_2017_menu_wrapper { width:100%; height: 15%; position:relative; left:0%;}
+
#pdf {
.igem_2017_content_wrapper {width:100%; margin-left:0px;}
+
width: 950px;
.column.half_size  {width:100%; }
+
height: 1200px;
.column.full_size img, .column.half_size img {  width: 100%; padding: 10px 0px;}
+
margin: 2em auto;
.highlight {padding:15px 5px;}
+
padding-top: 20px;
.igem_2017_menu_wrapper #display_menu_control { display:block; }
+
}
#menu_content { display:none;}
+
 
.igem_2017_menu_wrapper .menu_button .expand_collapse_icon { width: 5%; }
+
#pdf object {
.menu_bottom_padding {display:none;}
+
display: block;
.menu_button.direct_to_page { padding-left: 36px; }
+
border: solid 2px #2c2c2c;
 
}
 
}
 
 
</style>
 
</style>
  
Line 194: Line 103:
 
</head>
 
</head>
  
<!-- <div class="munu_img">
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan">
 
<img src="https://static.igem.org/mediawiki/2017/1/1f/T--NTHU_Taiwan--HOME--logo.png">
 
</a>
 
</div> -->
 
 
<div class="igem_2017_menu_wrapper" >
 
<!-- this div is hidden by default and will only be displayed if the screen size is too small -->
 
<div class="menu_button" id="display_menu_control">
 
MENU 
 
</div>
 
 
 
<div id="menu_content">
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan">
 
<div class="menu_button menu_right_margin">
 
HOME
 
</div>
 
</a>
 
 
<div class="submenu_wrapper">
 
<button class="menu_button">TEAM</button>
 
<div class="submenu_button">
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Team">
 
<div id="Team_page">
 
Team
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Attributions">
 
<div  id="Attributions_page">
 
Attributions
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Collaborations">
 
<div  id="Collaborations_page">
 
Collaborations
 
</div>
 
</a>
 
</div>
 
</div>
 
 
<div class="submenu_wrapper">
 
<button class="menu_button">PROJECT</button>
 
<div class="submenu_button">
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Description">
 
<div id="Description_page">
 
Description
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Design">
 
<div  id="Design_page">
 
Design
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Contribution">
 
<div  id="Contribution_page">
 
Contribution
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Model">
 
<div  id="Model_page">
 
Model
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Results">
 
<div  id="Results_page">
 
Results
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Demonstrate">
 
<div  id="Demonstrate_page">
 
Demonstrate
 
</div>
 
</a>
 
 
</div>
 
</div>
 
 
<div class="submenu_wrapper">
 
<button class="menu_button">WET LAB</button>
 
<div class="submenu_button">
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Experiments">
 
<div  id="Experiments_page">
 
Experiments
 
</div>
 
</a>
 
<a href="#">
 
<div  id="Protocol_page">
 
Protocol
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Notebook">
 
<div  id="Notebook_page">
 
Notebook
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/InterLab">
 
<div  id="InterLab_page">
 
InterLab
 
</div>
 
</a>
 
</div>
 
</div>
 
 
<div class="submenu_wrapper">
 
<button class="menu_button">PARTS</button>
 
<div class="submenu_button">
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Basic_Part">
 
<div  id="Basic_Part_page">
 
Basic Parts
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Composite_Part">
 
<div  id="Composite_Part_page">
 
Composite Parts
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Part_Collection">
 
<div  id="Part_Collection_page">
 
Part Collection
 
</div>
 
</a>
 
</div>
 
</div>
 
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Safety">
 
<div class="menu_button">
 
SAFETY
 
</div>
 
</a>
 
 
<div class="submenu_wrapper">
 
<button class="menu_button">HUMAN PRACTICES</button>
 
<div class="submenu_button">
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/HP/Silver">
 
<div id="Silver_page">
 
Silver HP
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/HP/Gold_Integrated">
 
<div  id="Gold_Integrated_page">
 
Integrated and Gold
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Engagement">
 
<div  id="Engagement_page">
 
Public Engagement
 
</div>
 
</a>
 
</div>
 
</div>
 
 
<div class="submenu_wrapper">
 
<button class="menu_button">AWARDS</button>
 
<div class="submenu_button">
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Applied_Design">
 
<div id="Applied_Design_page">
 
Applied Design
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Entrepreneurship">
 
<div  id="Entrepreneurship_page">
 
Integrated Human Practices
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Hardware">
 
<div  id="Hardware_page">
 
Hardware
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Model">
 
<div  id="Model_page">
 
Model
 
</div>
 
</a>
 
<a href="https://2017.igem.org/Team:NTHU_Taiwan/Software">
 
<div  id="Software_page">
 
Software
 
</div>
 
</a>
 
<a href="#">
 
<div>
 
Criteria
 
</div>
 
</a>
 
</div>
 
</div>
 
 
<a href="https://igem.org/2017_Judging_Form?team=NTHU_Taiwan">
 
<div class="menu_button">
 
JUDGING FORM
 
</div>
 
</a>
 
 
</div>
 
 
</div>
 
  
  
Line 396: Line 108:
 
<!-- start of content -->
 
<!-- start of content -->
 
<div class="igem_2017_content_wrapper">
 
<div class="igem_2017_content_wrapper">
<img width="25%" src="https://static.igem.org/mediawiki/2017/e/e2/T--NTHU_Taiwan--Notebook--Top.png">
 
 
<div style="text-align: center">
 
<div style="text-align: center">
 
<h1 style="color:#DF6A6A">Experiments
 
<h1 style="color:#DF6A6A">Experiments
Line 403: Line 114:
 
<hr width="20%" />
 
<hr width="20%" />
 
</div>
 
</div>
<p>
+
<div class="content">
<font size=4>
+
<b>
+
<h2>
Integration
+
Integration
</b>
+
</h2>
</font>
+
</p>
+
<br>
+
  
<p>
 
<font size=4>
 
The first thing to do is that we should integrate a plasmid into E.coli and it can produce the protein we want. So we get our target sequence synthesized by IDT and cloned it into pSB1C3.Finally, we transform it into E.coli than we can get the target protein. In order to make the protein more effective, we purify the protein by his-tag column.
 
</font>
 
</p>
 
<br>
 
  
<p>
+
<p>
<font size=4>
+
The first thing we should do is to transform a plasmid into <I>E. coli</I> and express the protein we want. So we get our target sequence synthesized by IDT and cloned into pSB1C3.Finally, we transform it into <I>E. coli</I> and get the target protein. In order to make the protein more effective, we purify the protein by his-tag column.
<b>
+
</p><br><br><br>
Double Heat Shock
+
</b>
+
</font>
+
</p>
+
<br>
+
  
<p>
 
<font size=4>
 
Transform is an important part of the experiment. It determines whether your plasmid can be amplified or not. There are two ways to transform our plasmid in our lab, mix and go and heat shock. First, mix and go is a convenient and fast way, but the success rate is low.Heat shock is more effective but it causes more time to do.But in some experiments, even using heat shock also has a low success rate.So we change little parts of heat shock protocol.We incubate the competent cells at 42 degrees for two times.
 
</font>
 
</p>
 
<br>
 
  
<p>
+
<h2>
<img width="50%" src="https://static.igem.org/mediawiki/2017/a/ad/T--NTHU_Taiwan--Experiments--step.png">
+
Double Heat Shock
</p>
+
</h2>
  
<p>
 
-----------------------------------------------------------------------------------------------------------------
 
</p>
 
  
<p>
+
<p>
<b>
+
Transform is an important part of the experiment. It determines whether your plasmid can be amplified or not. There are two ways to transform our plasmid in our lab, mix and go and heat shock. First, mix and go is a convenient and fast way, but the success rate is low.Heat shock is more effective but it causes more time to do. However, in some experiments, even using heat shock also has a low success rate. Therefore, we change a small part of heat shock protocol, which is to incubate the competent cells at 42 degrees for two times.
<font size=4>
+
</p>
Degradation test ( HRP ,
+
<font color=#0000FF>
+
Part : BBa_K2354012
+
</font>
+
)
+
</b>
+
</font>
+
</p>
+
<br>
+
  
<p>
 
<font size=4>
 
In order to verify whether our enzymes (HRP) can degrade EDCs or not, we added HRP, diluted H2O2 which is cofactors for HRP to react, and BPA ( NP ) to the 1 mL water totally. H2O2 and BPA (NP) will be degraded by HRP in 40°C incubator and shocked smoothly for 24 hours for the purpose of reacting completely. After a day, we denatured and spun down HRP for fear that it may degrade BPA ( NP ) continuously. Taking 3µL supernatant of the sample and detect the compounds via LC PDA, We could determine the ability of enzymes to decompose BPA (NP). We will add HRP and various concentrations of BPA (NP) together to test the decomposition efficiency of HRP in different environments.
 
</font>
 
</p>
 
<br>
 
  
<p>
+
<img width="50%" src="https://static.igem.org/mediawiki/2017/a/ad/T--NTHU_Taiwan--Experiments--step.png">
<font size=4>
+
+
<font color=#0000FF>
+
Protocal
+
</font>
+
</p>
+
  
<p>
+
<h2>
<font size=4>
+
Degradation test ( HRP ,
+
<u>
<font color=#0000FF>
+
<a href="http://parts.igem.org/Part:BBa_K2354012">K2354012</a></td>)
Results
+
</u>
</font>
+
</h2>
</p>
+
<br>
+
  
<p>
+
<p>
<font size=4>
+
In order to verify whether our enzymes (HRP) can degrade EDCs or not, we added HRP, diluted H2O2, which is a cofactor for HRP to react, and BPA ( NP ) to 1 mL water totally. H2O2 and BPA (NP) will be degraded by HRP in 40°C incubator and shocked smoothly for 24 hours for the purpose of a complete reaction. After a day, we denatured and spun down HRP for fear that it may degrade BPA ( NP ) continuously. By taking 3µL supernatant of the sample and detect the compounds via LC PDA, we can determine the ability of enzymes to decompose BPA (NP). We will add HRP and various concentrations of BPA (NP) together to test the decomposition efficiency of HRP in different environments.(<a href="https://2017.igem.org/Team:NTHU_Taiwan/Results">Results</a></td>)
<b>
+
</p><br><br><br>
Detection test
+
( ER-α Part :
+
<font color=#0000FF>
+
Bba_K2354011
+
</font>
+
and Monobody
+
<font color=#0000FF>
+
Part :Bba_K2354010
+
</font>
+
)
+
</b>
+
</font>
+
</p>
+
<br>
+
  
<p>
 
<font size=4>
 
In the detection part of our experiment, we used two composite proteins to build our detector, one is ERα (estrogen receptor alpha) which will be expressed on the surface of modified E.coli to capture BPA (NP), and the other is monobody that had been assembled on a gold electrode surface. Before detection test, we need to prepare modified E.coli with Erα and the samples of Monobody.
 
</font>
 
</p>
 
  
<p>
+
<h2>
<font size=4>
+
Detection test
The following are the steps we used to produce proteins :
+
( ER-α Part :
</font>
+
<a href="http://parts.igem.org/Part:BBa_K2354011">K2354011</a></td>
</p>
+
and Monobody
<br>
+
<a href="http://parts.igem.org/Part:BBa_K2354010">K2354010</a></td>
 +
)
 +
</h2>
  
<p>
+
<p>
<font size=4>
+
In the detection part of our experiment, we used two composite proteins to build our detector, including ERα (Estrogen Receptor alpha) which will be expressed on the surface of modified <I>E. coli</I> to capture BPA (NP) and monobody that is assembled on a gold electrode surface. Before detection test, we need to prepare modified <I>E. coli</I> with Erα and the samples of Monobody.
<font color=##FF0000>
+
</p>
Erα :
+
</font>
+
we incubated 5 mL culture to reach OD=0.5 and induced with IPTG, after expressing the culture for 5 hours, the cells were be centrifuged and resuspended in PBS buffer. To reduce the activity of E.coli, we freeze our cells in -80°C.
+
</font>
+
</p>
+
<br>
+
  
<p>
+
<p>
<font size=4>
+
The following are the steps we used to produce proteins :
<font color=##FF0000>
+
</p><br><br>
Monobody :
+
<p><font color=##FF0000>
</font>
+
Erα :
we incubated 300 mL culture to reach OD=0.5 and induced with IPTG, expressing our culture for 12hours, then cells were harvested by centrifugation at 4 °C. Proteins will be obtained after purification and be stored at 20°C.
+
</font>
</font>
+
We incubated 5 mL culture to reach OD=0.5 and induced with IPTG. After expressing the culture for 5 hours, the cells were centrifuged and resuspended in PBS buffer. To reduce the activity of <I>E. coli</I>, we freeze our cells in -80°C.
</p>
+
</p><br>
<br>
+
  
<p>
 
<font size=4>
 
As long as we mixed the sample with BPA (NP) solution and E.coli expressing ER-alpha together, ERα will capture BPA (NP), they can change their structures of complexes. On the other hand, we dropped 10µL of the solution of monobody on the gold surface and store it in 4°C for 5 hours. When the time was up, we blotted the solution of monobody gently and dropped 10µL of the sample on the place containing monobody for 30 minutes to finish our samples.
 
</font>
 
</p>
 
<br>
 
  
<p>
+
<p><font color=##FF0000>
<font size=4>
+
Monobody :
Theoretically, Erα which captured BPA (NP) can bind to monobody, causing some E.coli to stick on the gold surface. We can check our samples via IR test to prove the experiment.(Figure 1.)
+
</font>
</font>
+
We incubated 300 mL culture to reach OD=0.5 and induced with IPTG. After expressing the culture for 12 hours, the cells were harvested by centrifugation at 4 °C. Proteins will be obtained after purification and be stored at 20°C.
</p>
+
</p>
<br>
+
  
<p>
 
<font size=4>
 
 
<font color=#0000FF>
 
Results
 
</font>
 
</p>
 
  
<p>
+
<p>
<font size=4>
+
As long as we mix the sample with BPA (NP) solution and <I>E. coli</I> expressing ER-alpha together, ERα will capture BPA (NP) and change their structures of complexes. On the other hand, we dropped 10µL of the solution of monobody on the gold surface and store it in 4°C for 5 hours. When the time was up, we blotted the solution of monobody gently and dropped 10µL of the sample on the place containing monobody for 30 minutes to finish our samples.
In order to estimate the corresponding concentration of EDCs, we washed the sample by ddH2O and dropped crystal violet solution to stain E.coli on the gold surface for 2 min, then we washed crystal violet solution by ddH2O and get the density of E.coli under a microscope.
+
</p>
</font>
+
</p>
+
<br>
+
  
<p>
+
<p>
<font size=4>
+
Theoretically, Erα which captured BPA (NP) can bind to monobody, causing some <I>E. coli</I> to stick on the gold surface. We can check our samples via IR test to prove the experiment.(Figure 1.)(<a href="https://2017.igem.org/Team:NTHU_Taiwan/Results">Results</a></td>)
+
</p>
<font color=#0000FF>
+
Results
+
</font>
+
</p>
+
  
<p>
 
<font size=4>
 
 
<font color=#0000FF>
 
Protocal
 
</font>
 
</p>
 
<br>
 
  
<p>
 
<font size=1>
 
Figure 1. 20171015 IR test
 
</font>
 
</p>
 
  
<p>
+
<p>
<font size=1>
+
In order to estimate the corresponding concentration of EDCs, we washed the sample by ddH2O and dropped crystal violet solution to stain <I>E. coli</I> on the gold surface for 2 min, then we washed crystal violet solution by ddH2O and get the density of <I>E. coli</I> under a microscope.(<a href="https://2017.igem.org/Team:NTHU_Taiwan/Results">Results</a></td>)
Figure 2. 20171014 IR test(chip1-5) + microscope test(chip6-11)
+
</p>
</font>
+
       
</p>
+
        <p>
<br>
+
        <img width="40%" src="https://static.igem.org/mediawiki/2017/2/2e/T--NTHU_Taiwan--Experiments--Figure_1._20171015_IR_test.png">
 +
        </p>    
  
<p>
+
<p><center><font size="2">
<font size=4>
+
Figure 1. 20171015 IR test
<b>
+
</font></center></p>
Function of ice nucleation protein (INP)
+
       
</b>
+
        <p>
</font>
+
        <img width="40%" src="https://static.igem.org/mediawiki/2017/0/02/T--NTHU_Taiwan--Experiments--Figure_2._20171014_IR_test%28chip1-5%29_%2B_microscope_test%28chip6-11%29.png">
</p>
+
        </p>
<br>
+
  
<p>
 
<font size=4>
 
INP is a protein which can bring other proteins to the membrane surface of E.coli. To check function of INP, we transformed E.coli which contained RFP with INP and the other sample which contained RFP without INP. The results can be obtained by comparing the difference between RFP and RFP-IP after we spun down lysis of cells.
 
</font>
 
</p>
 
  
<p>
+
<p><center><font size="2">
<font size=4>
+
Figure 2. 20171014 IR test(chip1-5) + microscope test(chip6-11)
+
</font></center></p><br><br><br>
<font color=#0000FF>
+
Results
+
</font>
+
</p>
+
<br>
+
  
<p>
+
<h2>
<font size=4>
+
Function of ice nucleation protein (INP)
<b>
+
</h2>
Function of gold binding protein (GBP)
+
</b>
+
</font>
+
</p>
+
<br>
+
  
<p>
 
<font size=4>
 
In our experiment, we used GBP to bind Monobody on the surface of gold flakes. We dropped 10µL of the solution of purified monobody with GBP on the gold surface, then stored it in 4°C for 5 hours to let monoboby bind to the gold surface as far as possible.
 
</font>
 
</p>
 
<br>
 
  
<p>
+
<p>
<font size=4>
+
INP is a protein which can bring other proteins to the membrane surface of <I>E. coli</I>. To check the function of INP, we transformed <I>E. coli</I> which contained RFP with INP and the other sample which contained RFP without INP. The results can be obtained by comparing the difference between RFP and RFP-IP after we spun down lysis of cells.(<a href="https://2017.igem.org/Team:NTHU_Taiwan/Results">Results</a></td>)
We can prove the function of GBP by comparing the results between the gold surface and the gold surface contained Monobody via IR test.
+
</p><br><br><br>
</font>
+
</p>
+
<br>
+
  
 
</div>
 
  
<script type="Text/JavaScript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js"></script>
+
<h2>
 +
Function of gold binding protein (GBP)
 +
</h2>
  
<script>
 
  
// This is the jquery part of your template.
+
<p>
// Try not modify any of this code too much since it makes your menu work.
+
In our experiment, we used GBP to bind Monobody on the surface of gold flakes. We dropped 10µL of the solution of purified monobody with GBP on the gold surface, then stored it in 4°C for 5 hours to let monoboby bind to the gold surface as far as possible.
 +
</p>
  
$(document).ready(function() {
+
<p>
 +
We can prove the function of GBP by comparing the results between the gold surface and the gold surface contained Monobody via IR test.(<a href="https://2017.igem.org/Team:NTHU_Taiwan/Results">Results</a></td>)
 +
</p><br><br><br>
  
$("#HQ_page").attr('id','');
+
<h2>
 +
Functional test of ER-alpha
 +
</h2>
  
// call the functions that control the menu
+
<p>
menu_functionality();
+
To ensure the function of ER-alpha on the surface of <I>E. coli</I>, we compared the difference between BL-21 <I>E. coli</I> and <I>E. coli</I> which expressed ER-alpha in the different concentration of BPA and NP. From the <a href="https://2017.igem.org/Team:NTHU_Taiwan/Results">results</a></td>, we found that BL-21 can’t affect the outcomes of the biosensing chip.
hide_show_menu();
+
</p>
  
  
  
//this function controls the expand and collapse buttons of the menu and changes the +/- symbols
 
function menu_functionality() {
 
  
//when clicking on a "menu_button", it will change the "+/-" accordingly and it will show/hide the corresponding submenu
 
$(".menu_button").click(function(){
 
  
// add or remove the class "open" , this class holds the "-"
 
$(this).children().toggleClass("open");
 
// show or hide the submenu
 
$(this).next('.submenu_wrapper').fadeToggle(400);
 
});
 
  
// when the screen size is smaller than 800px, the display_menu_control button appears and will show/hide the whole menu
+
</div>
$("#display_menu_control").click(function(){
+
</div>
$('#menu_content').fadeToggle(400);
+
});
+
 
+
// call the current page highlight function
+
highlight_current_page();
+
}
+
 
+
 
+
// call the highlight current page function to show it on the menu with a different background color
+
function highlight_current_page() {
+
 
+
// select a page from the menu based on the id assigned to it and the current page name and add the class "current page" to make it change background color
+
$("#"+  wgPageName.substring(wgPageName.lastIndexOf("/")+1, wgPageName.length ) + "_page").addClass("current_page");
+
 
+
// now that the current_page class has been added to a menu item, make the submenu fade in
+
$(".current_page").parents(".submenu_wrapper").fadeIn(400);
+
// change the +/- symbol of the corresponding menu button
+
$(".current_page").parents(".submenu_wrapper").prev().children().toggleClass("open");
+
+
}
+
 
+
 
+
 
+
// allow button on the black menu bar to show/hide the side menu
+
function hide_show_menu() {
+
+
// in case you preview mode is selected, the menu is hidden for better visibility
+
if (window.location.href.indexOf("submit") >= 0) {
+
$(".igem_2017_menu_wrapper").hide();
+
}
+
 
+
// if the black menu bar has been loaded
+
  if (document.getElementById('bars_item')) {
+
 
+
// when the "bars_item" has been clicked
+
$("#bars_item").click(function() {
+
$("#sideMenu").hide();
+
 
+
// show/hide the menu wrapper
+
$(".igem_2017_menu_wrapper").fadeToggle("100");
+
});
+
  }
+
 
+
// because the black menu bars loads at a different time than the rest of the page, this function is set on a time out so it can run again in case it has not been loaded yet
+
else {
+
    setTimeout(hide_show_menu, 15);
+
}
+
}
+
 
+
 
+
});
+
 
+
 
+
</script>
+
  
 
</html>
 
</html>

Latest revision as of 16:08, 1 November 2017

Experiments


Integration

The first thing we should do is to transform a plasmid into E. coli and express the protein we want. So we get our target sequence synthesized by IDT and cloned into pSB1C3.Finally, we transform it into E. coli and get the target protein. In order to make the protein more effective, we purify the protein by his-tag column.




Double Heat Shock

Transform is an important part of the experiment. It determines whether your plasmid can be amplified or not. There are two ways to transform our plasmid in our lab, mix and go and heat shock. First, mix and go is a convenient and fast way, but the success rate is low.Heat shock is more effective but it causes more time to do. However, in some experiments, even using heat shock also has a low success rate. Therefore, we change a small part of heat shock protocol, which is to incubate the competent cells at 42 degrees for two times.

Degradation test ( HRP , K2354012)

In order to verify whether our enzymes (HRP) can degrade EDCs or not, we added HRP, diluted H2O2, which is a cofactor for HRP to react, and BPA ( NP ) to 1 mL water totally. H2O2 and BPA (NP) will be degraded by HRP in 40°C incubator and shocked smoothly for 24 hours for the purpose of a complete reaction. After a day, we denatured and spun down HRP for fear that it may degrade BPA ( NP ) continuously. By taking 3µL supernatant of the sample and detect the compounds via LC PDA, we can determine the ability of enzymes to decompose BPA (NP). We will add HRP and various concentrations of BPA (NP) together to test the decomposition efficiency of HRP in different environments.(Results)




Detection test ( ER-α Part : K2354011 and Monobody K2354010 )

In the detection part of our experiment, we used two composite proteins to build our detector, including ERα (Estrogen Receptor alpha) which will be expressed on the surface of modified E. coli to capture BPA (NP) and monobody that is assembled on a gold electrode surface. Before detection test, we need to prepare modified E. coli with Erα and the samples of Monobody.

The following are the steps we used to produce proteins :



Erα : We incubated 5 mL culture to reach OD=0.5 and induced with IPTG. After expressing the culture for 5 hours, the cells were centrifuged and resuspended in PBS buffer. To reduce the activity of E. coli, we freeze our cells in -80°C.


Monobody : We incubated 300 mL culture to reach OD=0.5 and induced with IPTG. After expressing the culture for 12 hours, the cells were harvested by centrifugation at 4 °C. Proteins will be obtained after purification and be stored at 20°C.

As long as we mix the sample with BPA (NP) solution and E. coli expressing ER-alpha together, ERα will capture BPA (NP) and change their structures of complexes. On the other hand, we dropped 10µL of the solution of monobody on the gold surface and store it in 4°C for 5 hours. When the time was up, we blotted the solution of monobody gently and dropped 10µL of the sample on the place containing monobody for 30 minutes to finish our samples.

Theoretically, Erα which captured BPA (NP) can bind to monobody, causing some E. coli to stick on the gold surface. We can check our samples via IR test to prove the experiment.(Figure 1.)(Results)

In order to estimate the corresponding concentration of EDCs, we washed the sample by ddH2O and dropped crystal violet solution to stain E. coli on the gold surface for 2 min, then we washed crystal violet solution by ddH2O and get the density of E. coli under a microscope.(Results)

Figure 1. 20171015 IR test

Figure 2. 20171014 IR test(chip1-5) + microscope test(chip6-11)




Function of ice nucleation protein (INP)

INP is a protein which can bring other proteins to the membrane surface of E. coli. To check the function of INP, we transformed E. coli which contained RFP with INP and the other sample which contained RFP without INP. The results can be obtained by comparing the difference between RFP and RFP-IP after we spun down lysis of cells.(Results)




Function of gold binding protein (GBP)

In our experiment, we used GBP to bind Monobody on the surface of gold flakes. We dropped 10µL of the solution of purified monobody with GBP on the gold surface, then stored it in 4°C for 5 hours to let monoboby bind to the gold surface as far as possible.

We can prove the function of GBP by comparing the results between the gold surface and the gold surface contained Monobody via IR test.(Results)




Functional test of ER-alpha

To ensure the function of ER-alpha on the surface of E. coli, we compared the difference between BL-21 E. coli and E. coli which expressed ER-alpha in the different concentration of BPA and NP. From the results, we found that BL-21 can’t affect the outcomes of the biosensing chip.