Difference between revisions of "Team:NYMU-Taipei/Project-Experiment"

 
(60 intermediate revisions by 5 users not shown)
Line 3: Line 3:
  
 
<html>
 
<html>
 +
 
<head>
 
<head>
<link href="https://2016.igem.org/Team:NYMU-Taipei/StyleSheets/subpage?action=raw&ctype=text/javascript" rel="stylesheet">
 
<style>
 
  
#vertical_menu
+
<link href="https://fonts.googleapis.com/css?family=Product+Sans" rel="stylesheet" type="text/css">
{
+
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
font-family:Arial,微軟正黑體,新細明體;
+
<link href="https://2016.igem.org/Team:NYMU-Taipei/StyleSheets/sheet?action=raw&ctype=text/css" rel="stylesheet">
font-size:13px;
+
<style type="text/css">
width:230px;
+
position:fixed;
+
z-index:90;
+
align:right;
+
height:1000px;
+
background-color:#CCFF00;
+
+
}
+
  
#vertical_menu span
+
#DIV2{
{
+
width:30%;
display:block;
+
padding:0.3em 0.5em;
+
background:url(bg.png);
+
}
+
  
#vertical_menu ol {margin:0px;padding:0px;}
+
//line-height:50px;
#vertical_menu ol li
+
padding:5px;
{
+
//border:2px green solid;
list-style:none;
+
float:left;
margin:0px;
+
margin-right:5px;
background-color:#333;
+
}
color:#FFF;
+
</style>
}
+
  
 +
</head>
  
#vertical_menu ul.collapsed,#vertical_menu ul.expand
+
<body>
{
+
margin:0px;
+
width:230px;
+
}
+
  
#vertical_menu ul.collapsed
+
<div class="prototypeprototypesp">
{
+
<div class="imageimage00">
height:0px;
+
<img src="https://static.igem.org/mediawiki/2016/9/92/T--NYMU-Taipei--%E5%88%86%E9%A0%81_project_%E6%89%8B%E6%A9%9F%E7%89%88experiment.jpg" width="100%" height="100%" />
overflow: hidden;
+
</div>
padding:0px;
+
</div>
margin:0px;
+
*position:relative;
+
background-color:#DE1072;
+
}
+
  
#vertical_menu ul.expand
+
<div class="prototypeprototype">
{
+
<div class="imageimage00">
overflow: hidden;
+
<img src="https://static.igem.org/mediawiki/2016/f/f7/T--NYMU-Taipei--photo-media-analysis-%E5%88%86%E9%A0%81_project_%E5%8A%A0%E5%AD%97%E7%89%88_experiment.jpg" width="100%" height="100%" />
padding:0px;
+
</div>
margin:0px;
+
</div>
*position:relative;
+
background-color:#DE1072;
+
}
+
  
#vertical_menu ul.collapsed li,
+
<div id="wrap">
#vertical_menu ul.expand li
+
{
+
display:block;
+
background-color:#DE1072;
+
}
+
  
#vertical_menu ul.collapsed a,
 
#vertical_menu ul.collapsed a:link,
 
#vertical_menu ul.collapsed a:visited,
 
#vertical_menu ul.expand a,
 
#vertical_menu ul.expand a:link,
 
#vertical_menu ul.expand a:visited
 
{
 
color:#FFF;
 
display:block;
 
padding:0.3em 0.5em;
 
text-decoration:none;
 
}
 
  
#vertical_menu ul.collapsed a:hover,
+
<div class="fund">
#vertical_menu ul.expand a:hover
+
{
+
color:#000;
+
display:block;
+
background-color:#AAA;
+
padding:0.3em 0.5em;
+
text-decoration:none;
+
}
+
  
</style>
 
  
<script type="text/javascript">
+
<h2 style="margin-top:30px; margin-bottom:10px;">Selection markers</h2><hr>
  
var bVer=parseInt(navigator.appVersion);
+
<p style="font-size:16px;">Firstly we tested for effective fungal selection marker <i>hph</i> and <i>ble</i> (Corresponding  antibiotics: hygromycin and phleomycin)
var bName=navigator.appName.toLowerCase();
+
</p>
var _agent=navigator.userAgent.toLowerCase();
+
  
_slideMenu_ie6  = (_agent.indexOf("msie 6.0") != -1);
+
<p style="font-size:16px;"> The concentration for hygromycin selection ranges from 200-1000 µg/ml<sup>[1]</sup> and phleomycin-ranges from 10-50 µg/ml <sup>[2]</sup> for fungi.
_slideMenu_ie7  = (_agent.indexOf("msie 7.0") != -1);
+
  
_slideMenu_isIE = (_slideMenu_ie6 || _slideMenu_ie7);
+
We chose this series of antibiotic concentration:
 +
</p>
 +
<p style="font-size:16px;">    Hygromycin (μg/mL): 0, 50, 100, 150, 200
 +
</p>
 +
<p style="font-size:16px;"> Phleomycin (μg/mL): 0, 25, 50
 +
</p>
 +
<p style="font-size:16px;">
 +
<i>M. anisopliae</i> were incubated in each of the antibiotics test plates and incubated at 25°C.
 +
</p>
  
function slideMenu(id){
+
<div style="border:1px solid:black">
this.id=id;
+
this.menu=document.getElementById(id);
+
this.submenu=this.menu.getElementsByTagName("span");
+
this.speed=3;
+
this.delay=30;
+
this.onloadFuns=window.onload;
+
}
+
  
slideMenu.prototype.init=function(){
+
<img src="https://static.igem.org/mediawiki/parts/1/11/Hyg.jpeg" width="40%">
var pointer=this, a, c;
+
  
for(var i=0; i<this.submenu.length; i++) {
+
<p style="font-size:16px;">Fig.1 Hygromycin test plates (1-5: 0, 50, 100, 150, 200 ug/mL)  
eval('this.submenu['+i+'].'+this.handler+'=function(){pointer.collapseOther(this.parentNode);pointer.slide(this.parentNode);}');
+
</p>
}
+
  
if (this.autoexpand){
+
</p>
window.onload=function(){
+
if(pointer.onloadFuns!=null && typeof pointer.onloadFuns=='function') {
+
pointer.onloadFuns();
+
}
+
pointer.highlight();
+
}
+
    }
+
}
+
  
slideMenu.prototype.highlight=function(){
+
<div style="border:1px solid:black">
var currentLink=(_slideMenu_isIE)?window.location.toString().toLowerCase():window.location.pathname.toString().toLowerCase();
+
var alink=document.getElementById(this.id).getElementsByTagName('a');
+
for (var i=0;i<alink.length;i++){
+
var path=alink[i].getAttribute('href').toLowerCase();
+
if (!/\//.test(path)){
+
var currentLink=currentLink.substring(currentLink.lastIndexOf('/')+1,currentLink.length);
+
}
+
if (path==currentLink){
+
alink[i].className=this.currentStyle;
+
alink[i].parentNode.className=this.currentStyle;
+
this.expandMenu(alink[i].parentNode.parentNode);
+
break;
+
}
+
}
+
}
+
  
slideMenu.prototype.slide=function(submenu){
+
<img src="https://static.igem.org/mediawiki/parts/6/63/Phe_done.png" width="40%">
var smenu=submenu.getElementsByTagName('ul')[0];
+
if (typeof smenu=='undefined'){
+
this.collapseOther();
+
}else{
+
if (smenu.className=='collapsed'){
+
this.expandMenu(smenu);
+
}
+
if (smenu.className=='expand'){
+
this.collapseMenu(smenu);
+
}
+
}
+
}
+
  
slideMenu.prototype.expandMenu=function(submenu){
+
<p style="font-size:16px;">Fig.2 Phleomycin test plates (1-3: 0, 25, 50 ug/mL)  
var cHeight=0;
+
</p>
var cHeight_pre=cHeight;
+
var li=submenu.getElementsByTagName("li");
+
for (var i=0;i<li.length;i++){
+
cHeight+=li[i].offsetHeight;
+
}
+
  
var slideBy=Math.round(this.speed*li.length);
+
<p style="font-size:16px;">As the images shown above, the growing situation of wild type strain <i>M. anisopliae</i> on hygromycin or phleomycin plates are nearly the same comparing to the control. It indicated that our chassis fungi <i>Metarhizium anisopliae</i> ARSEF549 is not sensitive to hygromycin and phleomycin, that means hygromycin and phleomycin can not select transformants during transformation.
 +
</p>
 +
</div>
  
var pointer=this;
 
var interval=setInterval(function() {
 
var newHeight=submenu.offsetHeight+slideBy;
 
if (newHeight<cHeight){
 
submenu.style.height=newHeight+'px';
 
}else {
 
clearInterval(interval);
 
submenu.style.height=cHeight+'px';
 
submenu.className='expand';
 
pointer.collapseOther(submenu);
 
}
 
}, pointer.delay);
 
}
 
  
  
slideMenu.prototype.collapseMenu=function(submenu){
+
<h2 style="margin-top:30px; margin-bottom:10px;">Insect hemolymph bioassays</h2><hr>
var cHeight=0;
+
<p style="font-size:16px;">
var li=submenu.getElementsByTagName("li");
+
    We extracted insect hemolymph from three different species: oriental fruit flies, cherry cockroaches and silkworms.
 +
</p>
  
 +
<div id="DIV2">
  
var slideBy=Math.round(this.speed*li.length);
+
<div>
var delay=Math.max(Math.round(this.delay/li.length),1);
+
  
var pointer=this;
+
<img src="https://static.igem.org/mediawiki/parts/b/b9/Fly.jpeg" height="250" width="250">
var interval=setInterval(function() {
+
var newHeight=submenu.offsetHeight-slideBy;
+
if (newHeight>cHeight){
+
submenu.style.height=newHeight+'px';
+
}else {
+
clearInterval(interval);
+
submenu.style.height=cHeight+'px';
+
submenu.className='collapsed';
+
}
+
}, delay);
+
}
+
  
slideMenu.prototype.collapseOther=function(submenu){
+
<p style="font-size:16px;">Fig.3 Oriental fruit flies
var smenu;
+
</p>
for (var i=0;i< this.submenu.length;i++){
+
smenu=this.submenu[i].parentNode.getElementsByTagName('ul')[0];
+
if (typeof smenu!='undefined'){
+
if (smenu!=submenu && smenu.className=='expand'){
+
this.collapseMenu(smenu);
+
}
+
}
+
}
+
}
+
  
  
function expandCurrentLink(){
 
var currentLink=(_slideMenu_isIE)?window.location.toString().toLowerCase():window.location.pathname.toString().toLowerCase();
 
var alink=document.getElementById(_slideMenu_ID).getElementsByTagName('a');
 
for (var i=0;i<alink.length;i++){
 
if (alink[i].getAttribute('href').toLowerCase()==currentLink){
 
alink[i].parentNode.className='current';
 
_slideMenu_ID.expandMenu(alink[i].parentNode.parentNode);
 
break;
 
}
 
}
 
}
 
  
// JavaScript Document
+
</div> 
function addEvent(obj, evType, fn){
+
if (obj.addEventListener){
+
obj.addEventListener(evType, fn, false);
+
return true;
+
} else if (obj.attachEvent){
+
var r = obj.attachEvent("on"+evType, fn);
+
return r;
+
} else {
+
return false;
+
}
+
}
+
  
</script>
+
</div>
</head>
+
<body>
+
  
<div id="vertical_menu">
+
<div id="DIV2"><div>
    <ol>
+
 
        <li><img src="https://image.freepik.com/free-icon/xbox-logo_318-53731.png" width="200px" height="200px"/>
+
<img src="https://static.igem.org/mediawiki/parts/e/ef/Cockroach.jpeg" height="250" width="250">
            <ul class="collapsed">
+
 
                <li><a href="#">Link 1</a></li>
+
<p style="font-size:16px;">Fig.4 Extracting cherry cockroach's hemolymph
                <li><a href="#">Link 2</a></li>
+
</p>
                <li><a href="#">Link 3</a></li>
+
</div>  
                <li><a href="#">Link 4</a></li>
+
                <li><a href="#">Link 5</a></li>
+
            </ul>
+
        </li>
+
    </ol>
+
    <ol>
+
        <li><span>Main 1</span>
+
            <ul class="collapsed">
+
                <li><a href="#">Link 1</a></li>
+
                <li><a href="#">Link 2</a></li>
+
                <li><a href="#">Link 3</a></li>
+
                <li><a href="#">Link 4</a></li>
+
                <li><a href="#">Link 5</a></li>
+
            </ul>
+
        </li>
+
    </ol>
+
    <ol>
+
        <li><span>Main 1</span>
+
            <ul class="collapsed">
+
                <li><a href="#">Link 1</a></li>
+
                <li><a href="#">Link 2</a></li>
+
                <li><a href="#">Link 3</a></li>
+
                <li><a href="#">Link 4</a></li>
+
                <li><a href="#">Link 5</a></li>
+
            </ul>
+
        </li>
+
    </ol>
+
 
</div>
 
</div>
<style type="text/css">
 
.highlight {background-color:#000;color:#ccc}
 
.highlight a {background-color:#000;color:#ccc}
 
</style>
 
<script type="text/javascript">
 
    var vertical_menu=new slideMenu('vertical_menu');
 
    vertical_menu.handler='onclick';
 
    //設定要不要自動展開
 
    vertical_menu.autoexpand=true;
 
    //作用中連結樣式
 
    vertical_menu.currentStyle='highlight';
 
    vertical_menu.init();
 
</script>
 
  
<p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p><p>menu</p>
+
<div id="DIV2">
 +
<div>
 +
<img src="https://static.igem.org/mediawiki/parts/f/f7/Silkworm.jpeg" height="250" width="250">
 +
 
 +
<p style="font-size:16px;">Fig.5 Silkworms
 +
</p>
 +
</div>  
 +
</div>
 +
 
 +
<div style="clear:both;"></div>
 +
 
 +
 
 +
 +
 
 +
<p style="font-size:16px;">
 +
After 24 hours(in cherry cockroach and silkworm's hemolymph) and 30 hours(in oriental fruit fly's hemolymph) cultivation, the fungal cells were observed using the bright field microscopy(Magnification: 1000X).
 +
</p>
 +
<div id="DIV2">
 +
 
 +
<img src="https://static.igem.org/mediawiki/parts/e/e8/Fly_done.png" height="250" width="250">
 +
 
 +
<p style="font-size:16px;">Fig.6 <i>M. anisopliae</i> in oriental fruit fly's hemolymph for 30 hours
 +
</p>
 +
</div>
 +
 
 +
 
 +
<div id="DIV2">
 +
 
 +
<img src="https://static.igem.org/mediawiki/parts/6/65/Coach_done.png" height="250" width="250">
 +
 
 +
<p style="font-size:16px;">Fig.7 <i>M. anisopliae</i> in cherry coach's hemolymph for 24 hours
 +
</p>
 +
</div>
 +
 
 +
<div id="DIV2">
 +
 
 +
<img src="https://static.igem.org/mediawiki/parts/f/fc/Silkworm_done.png" height="250" width="250">
 +
 
 +
<p style="font-size:16px;">Fig.8 <i>M. anisopliae</i> in silkworm's hemolymph for 24 hours
 +
</p>
 +
 
 +
<p style="font-size:16px;"> Appressorium development can be clearly observed after 24h induction within the hemolymph of silkworms.
 +
</p>
 +
</div>
 +
 
 +
<div style="clear:both;"></div>
 +
 
 +
<h2 style="margin-top:30px; margin-bottom:10px;"><i>Mcl1</i> promoter</h2><hr>
 +
 
 +
<p style="font-size:16px;">  
 +
    We designed the primers PMcl1-f(ACGTC//CTGCAG//AATCATGCAGCGCTATGAG, with a PstI site underlined) and PMcl1-r(ATAA//GCGGCCGC//CATGATGGTCTAGGGAACG with a NotI site underlined), according to the <i>PMcl1</i> sequence<sup>[1]</sup>, to amplify the <i>Mcl1</i> promoter region with <i>Mcl1</i> mRNA 5'-untranslated region at the 5' end of the coding region. The whole length is 2772bp.
 +
</p>
 +
 
 +
<p style="font-size:16px;">  
 +
    The gel image below shows that we succeed extracting the <i>Mcl1</i> promoter and its 5'-untranslated region (99bp downstream the promoter) from the genomic DNA of our chassis organism <i>M. anisopliae</i> ARSEF549.
 +
</p>
 +
 
 +
<div style="border:1px solid:black">
 +
 
 +
<img src="https://static.igem.org/mediawiki/parts/d/de/PMcl1_PCR.png" width="40%">
 +
 
 +
<p style="font-size:16px;">Fig.9  Amplify <i>PMcl1</i> from gDNA
 +
</p>
 +
</div>
 +
 
 +
<p style="font-size:16px;">   Then we digested the DNA fragment with NotI and PstI in order to insert it into the backbone. However, when we ran gel electrophoresis to check the digestion result, we found that there is still one unknown PstI cut site inside the PMcl1 region.
 +
</p>
 +
 
 +
<div style="border:1px solid:black">
 +
<img src="https://static.igem.org/mediawiki/parts/0/05/PMcl1_digest.jpeg" width="40%">
 +
<p style="font-size:16px;">Fig.10  The broken PMcl1 fragment
 +
</p>
 +
</div>
 +
 
 +
<p style="font-size:16px;">  
 +
    We decided to sequence this DNA fragment we extracted and mutate the PstI site, but we didn't have enough time to finish our relative vectors construction.
 +
</p>
 +
 
 +
<h2 style="margin-top:30px; margin-bottom:10px;">KillerRed expression in <i>M. anisopliae</i></h2><hr>
 +
 
 +
<p style="font-size:16px;">   We constructed a KillerRed expression cassette with a fungal promoter <i>PgpdA</i> and a fungal terminator <i>TtrpC</i>. This cassette was used to confirm that KillerRed can be expressed in <i>M. anisopliae</i>
 +
</p>
 +
<img src="https://static.igem.org/mediawiki/2016/0/02/T-NYMU-Taipei-photo-PMcl1_KR_TtrpC1.jpeg" width="60%">
 +
 
 +
<p style="font-size:16px;">   *The fluorescence images below indicated that KillerRed protein was successfully expressed in <i>M. anisopliae</i>.
 +
</p>
 +
<img src="https://static.igem.org/mediawiki/parts/0/0f/PKT_FL.jpeg" width="90%">
 +
<p style="font-size:16px;">   As we observed, the growth situations of <i>M. anisopliae</i> KR transformants on media will not be affected greatly since irradiation of KillerRed localized in cell cytosol has a weak effect on cell survival in eukaryotic cells<sup>[3]</sup>.
 +
<img src="https://static.igem.org/mediawiki/parts/f/f7/KR-WT.jpeg" width="60%">
 +
</p>
 +
<p style="font-size:16px;">
 +
    Surely, one should select some ROS-sensitive intracellular localizations, such as mitochondria, plasma membrane, or chromatin to increase efficiency of KillerRed-mediated oxidative stress.
 +
    The following two ways have been found to be effective for killing the eukaryotic cells using KillerRed: (1) via an apoptotic pathway using KillerRed targeted to mitochondria, and (2) via membrane lipid oxidation using membrane-localized KillerRed<sup>[3]</sup>.
 +
 
 +
</p>
 +
<p style="font-size:16px;">
 +
    Under consideration, we decided to fuse a SV40 NLS to the KillerRed protein(<a href="http://parts.igem.org/Part:BBa_K2040122">BBa_K2040122</a>) so that KillerRed can function in the ROS-sensitive intracellular localizations, the chromatin in nucleus, due to the NLS.
 +
</p>
 +
 
 +
<h2 style="margin-top:30px; margin-bottom:10px;">Reference</h2><hr>
 +
 
 +
<p>1. <a hred="https://www.thermofisher.com/tw/zt/home/life-science/cell-culture/transfection/selection/hygromycin-b.html">Hygromycin B | Thermo Fisher Scientific</a></p>  
 +
<p>2. <a hred="http://www.invivogen.com/PDF/Phleomycin_TDS.pdf">Victor Ilyin - Voprosy filosofii i psikhologii - 2015</a></p>
 +
<p>3. <a hred="http://evrogen.com/products/KillerRed/KillerRed_Detailed_description.shtml">Evrogen KillerRed: Detailed description</a></p>
 +
 
 +
</div>
 +
 
 +
</div>
  
 
</body>
 
</body>
  
<html/>
+
</html>

Latest revision as of 02:00, 20 October 2016

Selection markers


Firstly we tested for effective fungal selection marker hph and ble (Corresponding antibiotics: hygromycin and phleomycin)

The concentration for hygromycin selection ranges from 200-1000 µg/ml[1] and phleomycin-ranges from 10-50 µg/ml [2] for fungi. We chose this series of antibiotic concentration:

Hygromycin (μg/mL): 0, 50, 100, 150, 200

Phleomycin (μg/mL): 0, 25, 50

M. anisopliae were incubated in each of the antibiotics test plates and incubated at 25°C.

Fig.1 Hygromycin test plates (1-5: 0, 50, 100, 150, 200 ug/mL)

Fig.2 Phleomycin test plates (1-3: 0, 25, 50 ug/mL)

As the images shown above, the growing situation of wild type strain M. anisopliae on hygromycin or phleomycin plates are nearly the same comparing to the control. It indicated that our chassis fungi Metarhizium anisopliae ARSEF549 is not sensitive to hygromycin and phleomycin, that means hygromycin and phleomycin can not select transformants during transformation.

Insect hemolymph bioassays


We extracted insect hemolymph from three different species: oriental fruit flies, cherry cockroaches and silkworms.

Fig.3 Oriental fruit flies

Fig.4 Extracting cherry cockroach's hemolymph

Fig.5 Silkworms

After 24 hours(in cherry cockroach and silkworm's hemolymph) and 30 hours(in oriental fruit fly's hemolymph) cultivation, the fungal cells were observed using the bright field microscopy(Magnification: 1000X).

Fig.6 M. anisopliae in oriental fruit fly's hemolymph for 30 hours

Fig.7 M. anisopliae in cherry coach's hemolymph for 24 hours

Fig.8 M. anisopliae in silkworm's hemolymph for 24 hours

Appressorium development can be clearly observed after 24h induction within the hemolymph of silkworms.

Mcl1 promoter


We designed the primers PMcl1-f(ACGTC//CTGCAG//AATCATGCAGCGCTATGAG, with a PstI site underlined) and PMcl1-r(ATAA//GCGGCCGC//CATGATGGTCTAGGGAACG with a NotI site underlined), according to the PMcl1 sequence[1], to amplify the Mcl1 promoter region with Mcl1 mRNA 5'-untranslated region at the 5' end of the coding region. The whole length is 2772bp.

The gel image below shows that we succeed extracting the Mcl1 promoter and its 5'-untranslated region (99bp downstream the promoter) from the genomic DNA of our chassis organism M. anisopliae ARSEF549.

Fig.9 Amplify PMcl1 from gDNA

Then we digested the DNA fragment with NotI and PstI in order to insert it into the backbone. However, when we ran gel electrophoresis to check the digestion result, we found that there is still one unknown PstI cut site inside the PMcl1 region.

Fig.10 The broken PMcl1 fragment

We decided to sequence this DNA fragment we extracted and mutate the PstI site, but we didn't have enough time to finish our relative vectors construction.

KillerRed expression in M. anisopliae


We constructed a KillerRed expression cassette with a fungal promoter PgpdA and a fungal terminator TtrpC. This cassette was used to confirm that KillerRed can be expressed in M. anisopliae

*The fluorescence images below indicated that KillerRed protein was successfully expressed in M. anisopliae.

As we observed, the growth situations of M. anisopliae KR transformants on media will not be affected greatly since irradiation of KillerRed localized in cell cytosol has a weak effect on cell survival in eukaryotic cells[3].

Surely, one should select some ROS-sensitive intracellular localizations, such as mitochondria, plasma membrane, or chromatin to increase efficiency of KillerRed-mediated oxidative stress. The following two ways have been found to be effective for killing the eukaryotic cells using KillerRed: (1) via an apoptotic pathway using KillerRed targeted to mitochondria, and (2) via membrane lipid oxidation using membrane-localized KillerRed[3].

Under consideration, we decided to fuse a SV40 NLS to the KillerRed protein(BBa_K2040122) so that KillerRed can function in the ROS-sensitive intracellular localizations, the chromatin in nucleus, due to the NLS.

Reference


1. Hygromycin B | Thermo Fisher Scientific

2. Victor Ilyin - Voprosy filosofii i psikhologii - 2015

3. Evrogen KillerRed: Detailed description