Difference between revisions of "Team:Pasteur Paris/Microbiology week8"

Line 5: Line 5:
 
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
 
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
 
<style type="text/css">
 
<style type="text/css">
 
  
 
body{
 
body{
Line 14: Line 13:
 
h2 {
 
h2 {
 
         display:block;
 
         display:block;
font-size: 42px;
+
  font-size: 42px;
 
         font-family: 'Oswald', Arial, sans-serif;
 
         font-family: 'Oswald', Arial, sans-serif;
color:#333;
+
  color:#333;
padding-top:-10px;
+
  padding-top:-10px;
 
         margin-left:10%;
 
         margin-left:10%;
 
}
 
}
 
 
  
 
h3 {
 
h3 {
 
         display:block;
 
         display:block;
font-size: 27px;
+
  font-size: 27px;
 
         font-family: 'Oswald', Arial, sans-serif;
 
         font-family: 'Oswald', Arial, sans-serif;
color:#333;
+
  color:#333;
padding-top:1%;
+
  padding-top:1%;
 
         margin-left:10%;
 
         margin-left:10%;
 
}
 
}
Line 34: Line 31:
 
h4 {
 
h4 {
 
         display:block;
 
         display:block;
font-size: 20px;
+
  font-size: 20px;
 
         font-family: 'Oswald', Arial, sans-serif;
 
         font-family: 'Oswald', Arial, sans-serif;
padding-top:1%;
+
  padding-top:1%;
 
         margin-left:10%;
 
         margin-left:10%;
 
}
 
}
 
h5 {
 
h5 {
 
         display:block;
 
         display:block;
font-size: 30px;
+
        font-size: 30px;
 
         color:#17A3B5;
 
         color:#17A3B5;
 
         font-family: 'Oswald', Arial, sans-serif;
 
         font-family: 'Oswald', Arial, sans-serif;
padding-top:1%;
+
        padding-top:1%;
 
         margin-left:10%;
 
         margin-left:10%;
 +
}
 +
 +
h6 {
 +
display : block;
 +
font-family: 'Oswald', Arial, sans-serif;
 +
line-height : 1.5;
 
}
 
}
  
Line 132: Line 135:
  
 
strong {
 
strong {
font-weight: bold;  
+
  font-weight: bold;  
 
}
 
}
  
Line 138: Line 141:
  
 
table {
 
table {
background: #f5f5f5;
+
  background: #f5f5f5;
border-collapse: separate;
+
  border-collapse: separate;
box-shadow: inset 0 1px 0 #fff;
+
  box-shadow: inset 0 1px 0 #fff;
font-size: 12px;
+
  font-size: 12px;
line-height: 24px;
+
  line-height: 24px;
margin: 30px auto;
+
  margin: 30px auto;
text-align: left;
+
  text-align: left;
width: 400px;
+
  width: 400px;
}
+
}  
  
 
th {
 
th {
background: linear-gradient(#777, #444);
+
  background: linear-gradient(#777, #444);
border-left: 1px solid #555;
+
  border-left: 1px solid #555;
border-right: 1px solid #777;
+
  border-right: 1px solid #777;
border-top: 1px solid #555;
+
  border-top: 1px solid #555;
border-bottom: 1px solid #333;
+
  border-bottom: 1px solid #333;
box-shadow: inset 0 1px 0 #999;
+
  box-shadow: inset 0 1px 0 #999;
color: #fff;
+
  color: #fff;
 
   font-weight: bold;
 
   font-weight: bold;
padding: 10px 15px;
+
  padding: 10px 15px;
position: relative;
+
  position: relative;
text-shadow: 0 1px 0 #000;
+
  text-shadow: 0 1px 0 #000;
text-align:center;
+
 
}
 
}
  
 
th:after {
 
th:after {
background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
+
  background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
content: '';
+
  content: '';
display: block;
+
  display: block;
height: 25%;
+
  height: 25%;
left: 0;
+
  left: 0;
margin: 1px 0 0 0;
+
  margin: 1px 0 0 0;
position: absolute;
+
  position: absolute;
top: 25%;
+
  top: 25%;
width: 100%;
+
  width: 100%;
 
}
 
}
  
 
th:first-child {
 
th:first-child {
border-left: 1px solid #777;
+
  border-left: 1px solid #777;
box-shadow: inset 1px 1px 0 #999;
+
  box-shadow: inset 1px 1px 0 #999;
 
}
 
}
  
 
th:last-child {
 
th:last-child {
box-shadow: inset -1px 1px 0 #999;
+
  box-shadow: inset -1px 1px 0 #999;
 
}
 
}
  
 
td {
 
td {
border-right: 1px solid #fff;
+
  border-right: 1px solid #fff;
border-left: 1px solid #e8e8e8;
+
  border-left: 1px solid #e8e8e8;
border-top: 1px solid #fff;
+
  border-top: 1px solid #fff;
border-bottom: 1px solid #e8e8e8;
+
  border-bottom: 1px solid #e8e8e8;
padding: 10px 15px;
+
  padding: 10px 15px;
position: relative;
+
  position: relative;
transition: all 300ms;
+
  transition: all 300ms;
 
}
 
}
  
 
td:first-child {
 
td:first-child {
box-shadow: inset 1px 0 0 #fff;
+
  box-shadow: inset 1px 0 0 #fff;
}
+
}  
  
 
td:last-child {
 
td:last-child {
border-right: 1px solid #e8e8e8;
+
  border-right: 1px solid #e8e8e8;
box-shadow: inset -1px 0 0 #fff;
+
  box-shadow: inset -1px 0 0 #fff;
}
+
}  
  
  
  
 
tr:nth-child(odd) td {
 
tr:nth-child(odd) td {
background: #f1f1f1 ;
+
  background: #f1f1f1 ;  
 
}
 
}
  
 
+
#home{
 +
font-size:0;
 +
width: 20%;
 +
margin-top:1%;
 +
  margin-left:45%;
 +
}
  
 
</style>
 
</style>
 +
  
  
Line 217: Line 225:
 
<body>
 
<body>
  
 +
<div>
  
 +
  <a href="https://2016.igem.org/Team:Pasteur_Paris/Microbiology"><h2><B>Microbiology Notebook</B></h2><a/>
 +
</div>
 +
 +
<div id="home">
 +
<center></a><a href="https://2016.igem.org/Team:Pasteur_Paris/Microbiology"><img src="https://static.igem.org/mediawiki/2016/5/5a/Labwork_pasteur.png" width="40%" alt=""/></img></a></center>
 +
</div>
  
 
<div id="week8">
 
<div id="week8">
Line 1,163: Line 1,178:
 
<U>Results: </U><br/>
 
<U>Results: </U><br/>
 
None of the bands of our samples can be seen because the temperature is not suitable (too hot). This experiment has to be redone another time at lower temperature. <br/>
 
None of the bands of our samples can be seen because the temperature is not suitable (too hot). This experiment has to be redone another time at lower temperature. <br/>
<img src = “picture of the gel”; alt “”/><br/>
+
<center><img src = “https://static.igem.org/mediawiki/2016/0/07/Week_8_Figure_1_Electrophoresis_PCR_C1-C2.jpg”; alt “PCR gel of C1/C2”/><br/>
<center> Figure 1</center>
+
<i><p><U>Figure 1 :</U> PCR gel of C1/C2 </p></i></center>
 
</br></br></br>
 
</br></br></br>
 
         </p>
 
         </p>
Line 1,280: Line 1,295:
 
4. Follow the QIAGEN gel extraction Kit protocol <br/>
 
4. Follow the QIAGEN gel extraction Kit protocol <br/>
 
<U>Results :</U><br/>
 
<U>Results :</U><br/>
<img scr = “picture of the gel”; alt “”/><br/>
+
<center><img scr = “https://static.igem.org/mediawiki/2016/3/3c/Week_8_Figure_2_PCR_C1-C2.jpg”; alt “PCR gel of C1/C2”/>
<center> Figure 2 </center>
+
<i><p>Figure 2 :</U> PCR gel of C1/C2 </p></i></center>
 
1: Ladder<br/>
 
1: Ladder<br/>
 
2: Without DNA<br/>
 
2: Without DNA<br/>
Line 1,608: Line 1,623:
  
 
The concentration of proteins is too high so this experiment has to be redone<br/>
 
The concentration of proteins is too high so this experiment has to be redone<br/>
<img src = “”; alt = “”/>
+
<center><img src = "https://static.igem.org/mediawiki/2016/4/43/Week_8_Figure_3_SDS_PAGE_gel_proteins.jpg"; alt = "SDS PAGE gel of our protein"/>
<center> Figure 3 </center>
+
<i><p><U>Figure 3 :</U> SDS PAGE gel of our protein </p></i></center>
 
</br></br></br>
 
</br></br></br>
 
         </p>
 
         </p>
Line 1,624: Line 1,639:
 
     <figcaption>
 
     <figcaption>
  
<p><U> Aim:</U> Revelation of proteins in each well. <br/> <br/>
+
<p>
<U>What we did in the lab :</U><br/>
+
<h6><U> Aim :</U></h6> Revelation of proteins in each well. <br/><br/>
<U>Materials :</U><br/>
+
<h6><U>What we did in the lab :</U></h6><br />
&bull; TGS 10X<br/>
+
<h6><U>Materials :</U></h6>
&bull; PAGE ruler molecular weight marker (Thermofisher) <br/>
+
&bull; TGS 10X<br />
&bull; Distilled water<br/>
+
&bull; PAGE ruler molecular weight marker (Thermofisher) <br />
&bull; Protein fraction solutions from FPLC<br/>
+
&bull; Distilled water<br />
&bull; Buffer A<br/>
+
&bull; Protein fraction solutions from FPLC<br />
&bull; Laemli 2X<br/>
+
&bull; Buffer A<br />
 +
&bull; Laemli 2X<br />
 
&bull; SDS PAGE gel, electrophoresis chamber, 3000 V power supply (Biorad)
 
&bull; SDS PAGE gel, electrophoresis chamber, 3000 V power supply (Biorad)
<br/><br/>
+
<br /><br />
<U> Method </U><br/>
+
<h6><U> Method :</U></h6>
1. Prepare 400 ml of TGS 1X with 40 ml of TGS 10X and 360 ml of distilled water <br/>
+
1. Prepare 400 ml of TGS 1X with 40 ml of TGS 10X and 360 ml of distilled water <br />
2. Dilute protein solutions : <br/>
+
2. Dilute protein solutions : <br />
 
<table>
 
<table>
<caption align="bottom" align="center">Table 19</caption>
+
<caption align="bottom" align="center"><i>Table 19 : Volumes<i></caption>
 
   <thead>
 
   <thead>
 
       <tr>  
 
       <tr>  
Line 1,655: Line 1,671:
 
             <tr>
 
             <tr>
 
       <td align="center" ; valign = “center”> 30, 34, 36 </td>
 
       <td align="center" ; valign = “center”> 30, 34, 36 </td>
       <td align="center" ; valign = “center”> (1&#8260;100) in buffer A </td>
+
       <td align="center" ; valign = “center”> (1/100) in buffer A </td>
 
       <td align="center" ; valign = “center”> 1 &#181;l of protein with 99 &#181;l of buffer A </td>
 
       <td align="center" ; valign = “center”> 1 &#181;l of protein with 99 &#181;l of buffer A </td>
 
</tr>
 
</tr>
 
             <tr>
 
             <tr>
 
       <td align="center" ; valign = “center”> 37, 38, 39 </td>
 
       <td align="center" ; valign = “center”> 37, 38, 39 </td>
       <td align="center" ; valign = “center”>(1&#8260;10) in buffer A </td>
+
       <td align="center" ; valign = “center”>(1/10) in buffer A </td>
 
       <td align="center" ; valign = “center”> 1 &#181;l of protein with 9 &#181;l of buffer A </td>
 
       <td align="center" ; valign = “center”> 1 &#181;l of protein with 9 &#181;l of buffer A </td>
 
</tr>
 
</tr>
 
</tbody>
 
</tbody>
</table><br>
+
</table><br />
3. In each gel well, add 10 &#181;l of diluted protein solution and 10 &#181;l of laemli 2X <br/>
+
3. In each gel well, add 10 &#181;l of diluted protein solution and 10 &#181;l of laemli 2X. <br />
4. Put all samples at 95&#176;C during 5 minutes and follow the protocol for SDS PAGE gel
+
4. Put all samples at 95°C during 5 minutes and follow the protocol for SDS PAGE gel.
<br/><br/>
+
<br /><br />
<U>Results :</U><br/>
+
<h6><U>Results :</U></h6>
The distribution of samples in lanes is the same as the previous experiment:<br/>
+
The distribution of samples in lanes is the same as the previous experiment :<br />
<img src = “”; alt = “”/>
+
<center><img src = "https://static.igem.org/mediawiki/2016/0/0e/Week_8_Figure_4_SDS_PAGE_gel_of_diluted_proteins.jpg"; alt = "SDS PAGE gel of diluted proteins"/>
<center> Figure 4 </center>
+
<i><p> <U>Figure 4 :</U> SDS PAGE gel of diluted proteins </p></i></center>
1 : Ladder <br/>
+
1 : Ladder <br />
2 : Well 19<br/>
+
2 : Well 19<br />
3 : Well 21<br/>
+
3 : Well 21<br />
4 : Well 25<br/>
+
4 : Well 25<br />
5 : Well 30<br/>
+
5 : Well 30<br />
6 : Well 34<br/>
+
6 : Well 34<br />
7 : Well 36 <br/>
+
7 : Well 36 <br />
8 : Well 37<br/>
+
8 : Well 37<br />
9 : Well 38<br/>
+
9 : Well 38<br />
10 :Well 39
+
10 :Well 39<br />
 
</br></br></br>
 
</br></br></br>
 
         </p>
 
         </p>
Line 1,696: Line 1,712:
 
     <figcaption>
 
     <figcaption>
  
<p><U> Aim:</U> Test the specificity of our two primers : For and Rev. Use a different DNA polymerase<br/> <br/>
+
<p>
<U> Protocol:</U> follow in this <a href="https://static.igem.org/mediawiki/2016/b/be/T--Pasteur_Paris--PCR_protocol.pdf">link</a><br/><br/>
+
<h6><U> Aim:</U></h6> Test the specificity of our two primers : For and Rev. Use a different DNA polymerase<br /><br />
<U>What we did in the lab :</U><br/>
+
<h6><U> Protocol:</U></h6> follow in this <a href="https://static.igem.org/mediawiki/2016/b/be/T--Pasteur_Paris--PCR_protocol.pdf">link</a><br /><br />
<U>Materials :</U><br/>
+
<h6><U>What we did in the lab :</U></h6><br />
&bull; dNTPs <br/>
+
<h6><U>Materials :</U></h6>
&bull; Solution of MgCl<sub>2</sub> <br/>
+
&bull; dNTPs <br />
&bull; RNA free <br/>
+
&bull; Solution of MgCl<sub>2</sub> <br />
&bull; Buffer 10X pfu DNA polymerase  <br/>
+
&bull; RNA free <br />
&bull; Inserts C1 v2 and C2 v2  <br/>
+
&bull; Buffer 10X pfu DNA polymerase  <br />
&bull; For primer (see PCR protocol for sequence) <br/>
+
&bull; Inserts C1 v2 and C2 v2  <br />
&bull; Rev primer  (see PCR protocol for sequence) <br/>
+
&bull; For primer (see PCR protocol for sequence) <br />
&bull; 2 ml Eppendorfs  <br/>
+
&bull; Rev primer  (see PCR protocol for sequence) <br />
 +
&bull; 2 ml Eppendorfs  <br />
 
&bull; Distilled water
 
&bull; Distilled water
<br/><br/>
+
<br /><br />
<U> Method </U><br/>
+
<h6><U> Method </U></h6>
1. Make a global mix for the 7 samples : <br/>
+
1. Make a global mix for the 7 samples : <br />
 
<table>
 
<table>
<caption align="bottom" align="center">Table 20</caption>
+
<caption align="bottom" align="center"><i>Table 20 : Volumes</i></caption>
 
   <thead>
 
   <thead>
 
       <tr>  
 
       <tr>  
 
         <th>  </th>
 
         <th>  </th>
         <th> Volumes (&#956;l) </th>
+
         <th> Volumes (&#181;l) </th>
 
</tr>
 
</tr>
 
   </thead>
 
   </thead>
Line 1,742: Line 1,759:
 
</tr>
 
</tr>
 
</tbody>
 
</tbody>
</table><br/>
+
</table><br />
2. Distribute the global mix in each tubes and add DNA : <br/>
+
2. Distribute the global mix in each tubes and add DNA : <br />
 
<table>
 
<table>
<caption align="bottom" align="center">Table 21</caption>
+
<caption align="bottom" align="center"><i>Table 21 : Volumes</i></caption>
 
   <thead>
 
   <thead>
 
       <tr>  
 
       <tr>  
 
         <th> Tubes </th>
 
         <th> Tubes </th>
 
         <th> Name </th>
 
         <th> Name </th>
         <th> V(premix) (&#956;l) </th>
+
         <th> V(premix) (&#181;l) </th>
 
         <th> V(C1 v2) (&#181;l) </th>
 
         <th> V(C1 v2) (&#181;l) </th>
 
         <th> V(C2 v2) (&#181;l) </th>
 
         <th> V(C2 v2) (&#181;l) </th>
Line 1,830: Line 1,847:
 
</tr>
 
</tr>
 
</tbody>
 
</tbody>
</table><br/>
+
</table><br />
3. Put the tubes in a PCR machine heat to 94&#176;C during 1 minute and then add the enzyme.
+
3. Put the tubes in a PCR machine heat to 94°C during 1 minute and then add the enzyme. <br />
</br></br></br>
+
<br /><br /><br />
 
         </p>
 
         </p>
 
       </figcaption>
 
       </figcaption>
Line 1,845: Line 1,862:
 
     <figcaption>
 
     <figcaption>
  
<p><U> Aim:</U> Test the specificity of our two primers : For and Rev. <br/><br/>
+
<p>
<U> Protocol:</U> follow in this <a href="https://static.igem.org/mediawiki/2016/6/60/T--Pasteur_Paris--Gel_electrophoresis_protocol.pdf">link</a><br/><br/>
+
<h6><U> Aim :</U></h6> Test the specificity of our two primers : For and Rev. <br /><br />
<U>What we did in the lab :</U><br/>
+
<h6><U> Protocol :</U></h6> follow in this <a href="https://static.igem.org/mediawiki/2016/6/60/T--Pasteur_Paris--Gel_electrophoresis_protocol.pdf">link</a><br /><br />
<U>Materials :</U><br/>
+
<h6><U>What we did in the lab :</U></h6><br />
&bull; 100 ml Erlenmeyer<br/>
+
<h6><U>Materials :</U></h6>
&bull; TAE 1X <br/>
+
&bull; 100 ml Erlenmeyer<br />
&bull; Agarose gel <br/>
+
&bull; TAE 1X <br />
&bull; Ethidium bromide drops (EB) <br/>
+
&bull; Agarose gel <br />
&bull; Gel electrophoresis apparatus <br/>
+
&bull; Ethidium bromide drops (EB) <br />
&bull; Gene ruler ladder <br/>
+
&bull; Gel electrophoresis apparatus <br />
&bull; Loading buffer 6X <br/>
+
&bull; Gene ruler ladder <br />
 +
&bull; Loading buffer 6X <br />
 
&bull; DNA (C1 and C2, For and Rev)
 
&bull; DNA (C1 and C2, For and Rev)
<br/><br/>
+
<br /><br />
<U> Method </U><br/>
+
<h6><U> Method :</U></h6>
1. Prepare a 0.71&#37; agarose gel :<br/>
+
1. Prepare a 0.7% agarose gel :<br />
&emsp; 1.a In an Erlenmeyer of 100 ml, put 50 ml of TAE 1X and add 0.35 g of agarose <br/>
+
&emsp; 1.a In an Erlenmeyer of 100 ml, put 50 ml of TAE 1X and add 0.35 g of agarose <br />
&emsp; 1.b Warm it in a microwave 2 minutes and let it cool down a little <br/>
+
&emsp; 1.b Warm it in a microwave 2 minutes and let it cool down a little <br />
&emsp; 1.c Add 2 drops of EB and mix it <br/>
+
&emsp; 1.c Add 2 drops of EB and mix it <br />
&emsp; 1.d Transfer it on combs in a gel caster and let it solidify <br/>
+
&emsp; 1.d Transfer it on combs in a gel caster and let it solidify <br />
2. Put samples in the wells:<br/>
+
2. Put samples in the wells:<br />
 
<table>
 
<table>
 
<caption align="bottom" align="center">Table 22</caption>
 
<caption align="bottom" align="center">Table 22</caption>
Line 1,876: Line 1,894:
 
       <tr>
 
       <tr>
 
       <td align="center" ; valign = “center”><strong><p> 1 </p></strong></td>
 
       <td align="center" ; valign = “center”><strong><p> 1 </p></strong></td>
       <td align="center" ; valign = “center”> 7 &#956;l of gene ruler </td>
+
       <td align="center" ; valign = “center”> 7 &#181;l of gene ruler </td>
 
</tr>
 
</tr>
 
       <tr>
 
       <tr>
 
       <td align="center" ; valign = “center”><strong><p> 2 </p></strong></td>
 
       <td align="center" ; valign = “center”><strong><p> 2 </p></strong></td>
       <td align="center" ; valign = “center”> 2 &#956;l of 6X + 10 &#956;l of DNA (C1 For and Rev) </td>
+
       <td align="center" ; valign = “center”> 2 &#181;l of 6X + 10 &#181;l of DNA (C1 For and Rev) </td>
 
</tr>
 
</tr>
 
       <tr>
 
       <tr>
 
       <td align="center" ; valign = “center”><strong><p> 3 </p></strong></td>
 
       <td align="center" ; valign = “center”><strong><p> 3 </p></strong></td>
       <td align="center" ; valign = “center”> 2 &#956;l of load 6X + 10 &#956;l of DNA (C1 For) </td>
+
       <td align="center" ; valign = “center”> 2 &#181;l of load 6X + 10 &#181;l of DNA (C1 For) </td>
 
</tr>
 
</tr>
 
       <tr>
 
       <tr>
 
       <td align="center" ; valign = “center”><strong><p> 4 </p></strong></td>
 
       <td align="center" ; valign = “center”><strong><p> 4 </p></strong></td>
       <td align="center" ; valign = “center”> 2 &#956;l of load 6X + 10 &#956;l of DNA (C1 Rev) </td>
+
       <td align="center" ; valign = “center”> 2 &#181;l of load 6X + 10 &#181;l of DNA (C1 Rev) </td>
 
</tr>
 
</tr>
 
       <tr>
 
       <tr>
 
       <td align="center" ; valign = “center”><strong><p> 5 </p></strong></td>
 
       <td align="center" ; valign = “center”><strong><p> 5 </p></strong></td>
       <td align="center" ; valign = “center”> 2 &#956;l of load 6X + 10 &#956;l of DNA (C2 For and Rev) </td>
+
       <td align="center" ; valign = “center”> 2 &#181;l of load 6X + 10 &#181;l of DNA (C2 For and Rev) </td>
 
</tr>
 
</tr>
 
       <tr>
 
       <tr>
 
       <td align="center" ; valign = “center”><strong><p> 6 </p></strong></td>
 
       <td align="center" ; valign = “center”><strong><p> 6 </p></strong></td>
       <td align="center" ; valign = “center”> 2 &#956;l of load 6X + 10 &#956;l of DNA (C2 For) </td>
+
       <td align="center" ; valign = “center”> 2 &#181;l of load 6X + 10 &#181;l of DNA (C2 For) </td>
 
</tr>
 
</tr>
 
       <tr>
 
       <tr>
 
       <td align="center" ; valign = “center”><strong><p> 7 </p></strong></td>
 
       <td align="center" ; valign = “center”><strong><p> 7 </p></strong></td>
       <td align="center" ; valign = “center”> 2 &#956;l of load 6X + 10 &#956;l of DNA (C2 Rev) </td>
+
       <td align="center" ; valign = “center”> 2 &#181;l of load 6X + 10 &#181;l of DNA (C2 Rev) </td>
 
</tr>
 
</tr>
 
       <tr>
 
       <tr>
 
       <td align="center" ; valign = “center”><strong><p> 8 </p></strong></td>
 
       <td align="center" ; valign = “center”><strong><p> 8 </p></strong></td>
       <td align="center" ; valign = “center”> 2 &#956;l of load 6X + 10 &#956;l of distilled water </td>
+
       <td align="center" ; valign = “center”> 2 &#181;l of load 6X + 10 &#181;l of distilled water </td>
 
</tr>
 
</tr>
 
</tbody>
 
</tbody>
</table><br/><br/>
+
</table><br /><br />
<U>Results :</U><br/>
+
<h6><U>Results :</U></h6>
<img src = “”; alt “”><br/>
+
<center><img src = "https://static.igem.org/mediawiki/2016/0/02/Week_8_Figure_5_Agarose_gel_Electrophoresis_C1-C2.jpg"; alt "PCR gel of C1 v2 / C2 v2"/><br/>
<center> Figure 5 </center>
+
<i><p>Figure 5 :</U> PCR gel of C1 v2 / C2 v2 </p></i></center>
 
1 : Gene ruler 7 &#956;l <br/>
 
1 : Gene ruler 7 &#956;l <br/>
 
2 : C1 For + Rev <br/>
 
2 : C1 For + Rev <br/>

Revision as of 18:44, 19 October 2016