Difference between revisions of "Team:Kyoto/Result"

(Created page with "{{Kyoto}} {{Kyoto/header}} <html> <head> <meta charset="UTF-8"> </head> <style type="text/css"> ul.result { margin-left:10%; list-style:none; text-align:lef...")
 
 
(139 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Kyoto}}
 
{{Kyoto}}
 
{{Kyoto/header}}
 
{{Kyoto/header}}
 +
 +
<html lang="en" dir="ltr" class="client-nojs">
 +
<head>
 +
<meta charset="UTF-8" />
 +
<title>Team:Kyoto/Project - 2018.igem.org</title>
 +
</head>
 +
 
<html>
 
<html>
 
<head>
 
<head>
Line 7: Line 14:
  
 
<style type="text/css">
 
<style type="text/css">
  ul.result {
+
a:hover { text-decoration:underline;
 +
}
 +
        a:link {color:#007081;
 +
        }
 +
        a:visited {color:#ffbe4b;
 +
        }
 +
        a:hover {color:#25B6CA;
 +
        }
 +
        a:active {color:#FFFC7A;
 +
        }
 +
 
 +
  .reference{
 +
    list-style:none;
 +
    color:#757575;
 
     margin-left:10%;
 
     margin-left:10%;
 +
    margin-right:10%;
 +
  }
 +
 +
  ul.index1 {
 
     list-style:none;
 
     list-style:none;
 
     text-align:left;
 
     text-align:left;
     font-family: serif, 'Times New Roman';
+
     font-family: 'Segoe UI';
     font-size:150%;
+
     font-size:140%;
 +
    margin-top: 15px;
 +
    margin-left:10%;
 +
    margin-right:10%;
 +
    margin-bottom: 10px;
 +
    color: #f0f8ff;
 
   }
 
   }
  p.res{
+
  ul.index1 ul{
     font-size:200%;
+
     list-style:none;  
 
   }
 
   }
  p.pic{
+
 
     text-align:center;
+
  li{
    margin: 0 auto;
+
     list-style:none;
 
   }
 
   }
  p.caption{
+
 
     color:#606060;
+
  ul.reference {
     text-align:left;
+
     list-style:none;
     font-size: 20px;
+
     font-family: 'Segoe UI';
 +
     font-size:140%;
 +
    margin-left:10%;
 +
    margin-right:10%;
 +
    color: #757575;
 
   }
 
   }
 
+
    ul.reference ul{
.”caption”{
+
  margin-left:10%;
+
  margin-right:10%;
+
  text-align:left;
+
  font-size: 14.5px;
+
  color:#000000;
+
}
+
  ul.reference{
+
    color:#606060;
+
 
     list-style:none;
 
     list-style:none;
 +
    color:#757575;
 +
 +
  }
 +
 +
 +
 +
  p.fig {
 +
    text-align:center;
 +
    margin-left:0 auto;
 +
    margin-right:0 auto;}
 +
 +
  p.description2{
 +
    text-align:center;
 +
    margin-left:47%;
 +
    margin-right:10%;
 +
  }
 +
 +
ul.reference {
 +
    list-style:none;
 +
    font-family: 'Segoe UI';
 +
    font-size:140%;
 
     margin-left:10%;
 
     margin-left:10%;
 
     margin-right:10%;
 
     margin-right:10%;
     font-family: serif, 'Times New Roman';
+
     color: #757575;
    font-size:150%;
+
 
   }
 
   }
#proof_left {
+
    ul.reference ul{
  text-align:center;
+
    list-style:none;
  display: table-cell;
+
    color:#757575;
  vertical-align: bottom;
+
 
    width: 524px;
+
  }
}
+
 
#proof_right {
+
 
  text-align:center;
+
 
  display: table-cell;
+
h1{ margin: 15px;
  vertical-align: bottom;
+
  }
    width: 524px;
+
 
 +
h2 {
 +
background: linear-gradient(transparent 90%, #25B6CA 80%);
 +
margin-left: 10%;
 
}
 
}
 +
  
 
#jump{
 
#jump{
 
     position:fixed;
 
     position:fixed;
     bottom:10%;
+
     bottom:5%;
     right:7%;
+
     right:0;
 
     width:9%;
 
     width:9%;
 
}
 
}
 
#jump img{
 
#jump img{
     width:100%;
+
     width:70%;
 
}
 
}
  
p.picture{
+
.accbox {
     text-align:center;
+
     margin: 2em 0;
     margin:5%;
+
     padding: 0;
 +
    max-width: 100%;/*最大幅*/
 
}
 
}
footer{
+
 
     background-color:#ffffff;
+
/*ラベル*/
 +
.accbox label {
 +
     display: block;
 +
    margin: 1.5px 0;
 +
    padding : 30px 12px 20px 10%;
 +
    color :#ffffff;
 +
    font-weight: bold;
 +
    font-family:"Segoe ui";
 +
    font-size:170%;
 +
    background :#25B6CA;
 +
    cursor :pointer;
 +
    transition: all 0.5s;
 
}
 
}
</style>
 
  
 +
/*ラベルホバー時*/
 +
.accbox label:hover {
 +
    background :#fffc7a;
 +
    color:#757575;
 +
    font-weight: normal;
 +
    font-weight: bold;
 +
    font-size:170%;
 +
}
 +
 +
/*チェックは隠す*/
 +
.accbox input {
 +
    display: none;
 +
}
 +
 +
/*中身を非表示にしておく*/
 +
.accbox .accshow {
 +
    height: 0;
 +
    padding: 0;
 +
    overflow: hidden;
 +
    opacity: 0;
 +
    transition: 0.8s;
 +
}
 +
 +
/*クリックで中身表示*/
 +
.cssacc:checked + .accshow {
 +
    height: auto;
 +
    padding:  5px;
 +
    background: #ffffff;
 +
    opacity: 1;
 +
}
 +
 +
 +
</style>
  
 
<body>
 
<body>
<div id="jump"><a href="#wrapper"><img src="https://static.igem.org/mediawiki/2017/c/c5/Kyoto_notebook_jump.png"></a></div>
+
<div class="clear"></div>
  <div id="BACKGROUND">
+
<div id="jump">
  <div id="wrapper">
+
  <h1>Results</h1>
+
    <h5>Table of contents</h5>
+
  <ul class="result">
+
      <li><a href="#res1">1) Observe that <I>B. xylophilus</I> feeds on yeast</a></li>
+
      <li><a href="#res2">2) Identify <I>B. xylophilus</I> which feeds yeast by fluorescence</a></li>
+
      <li><a href="#res3">3) Choose dsRNA</a></li>
+
      <li><a href="#res4">4) Conduct feeding RNAi in yeast</a></li>
+
      <li><a href="#res5">5) Observe that <I>B. xylophilus</I> feeds yeast expressing dsRNA</a></li>
+
      <li><a href="#res6">6) Improve transition of mRNA to cytosol</a></li>
+
  </ul>
+
<h5 id="res1">1) Observe that <I>B. xylophilus </I>feeds on yeast</h5>
+
<p>Dr. Y Takeuchi, a researcher of <I>B. xylophilus</I>, gave us a strain that was bred in the laboratory. These nematodes were cultivated with gray mold. It was also possible to grow nematodes on the plate growing gray mold.</p>
+
<p>After we washed nematodes cultured in mold with lactic acid to remove mold, we placed them with budding yeast on a new plate. At first we observed nematodes by microscope, but we could not observe them eating yeast. Although they tried to pierce yeast with their stylet, it seemed to be difficult for them to penetrate it well because the yeast was not fixed on the plate then moved, and also originally the yeast was too small.</p>
+
<p>So we thought it would be easier to pierce with a stylet if the yeast was bigger, and we modified the conditions and used diploid yeast instead of haploid yeast, which had been used thus far. Visually, diploid yeast is different from haploid with respect to shape and size, where diploid is bigger than haploid (fig 1-a). Therefore, we decided to continue observation with diploid yeast.</p>
+
<p class="pic"><img src="https://static.igem.org/mediawiki/2017/3/3d/Kyoto_fig1a.jpeg" width="50%">
+
<p class="caption"><b>Figure 1-a</b> <i>S. cerevisiae</i> cells.<br>
+
Diploid (light blue) and haploid (orange) cells were mixed and photographed to compare their sizes. </p>
+
<br>
+
  
<p>We also improved the filming conditions. We stopped observing the nematodes on the medium directly, and changed to a method of sandwiching the medium and yeast between the slide glass and the cover glass and injecting nematodes from the side. By doing so, the yeast was fixed firmly on the medium and we could solve the problem that the yeast moved when nematodes were trying to pierce it with their stylet.</p>
+
<a href="#wrapper">
<p>Shown in the movie below is the moment <I>B. xylophilus</I> preyed on budding yeast (Movie 1). This was filmed for the first time in the world. The needle-shaped structure found near the nematode's mouth is a stylet. The nematode pushed the stylet against the yeast and inserted it in the yeast. The yeast started to shrink rapidly sometime after the nematode pierced it, and in the end its shape almost disappeared. Yeast has a robust cell wall, but it seems to be crushed with a strong force.</p>
+
<img src="https://static.igem.org/mediawiki/2018/1/11/T--Kyoto--upbotton.jpg"></a></div>
<p class="picture"><video controls><source src="https://static.igem.org/mediawiki/2017/e/e9/B.xylophilus.mp4" width="300px" height="400px"></video><br>Movie 1 The moment <i>B. xylophilus</i> prey on <i>S. cerevisiae</i>.
+
<div id="BACKGROUND">
</p>
+
<p>The results of experiments on whether or not <I>B. xylophilus</I> that ate <I>S. cerevisiae</I> would grow was shown in the figure (Figure 1-b).</p>
+
<p class="pic"><img src="https://static.igem.org/mediawiki/2017/1/16/Kyoto_fig1b.png" width="60%">
+
<p class="caption"><b>Figure 1-b</b> Survival rate of <i>B. xylophilus</i> with different foods.<br>
+
Diploid or haploid cells were grown in SD liquid culture and spread on agar plates. 100 nematodes were grown on each plate and the number of survivors were counted at the indicated time points. (n=3)
+
</p>
+
<br>
+
<p>In the case of haploid or no food, the survival rate decreases at Day 4, but when using diploids the survival rate increases. The large cell diploid yeast seems easier to ingest for <i>B. xylophilus</i>.</p>
+
  
  
<h5 id="res2">2) Identify <I>B. xylophilus</I> which ate yeast by fluorescence</h5>
+
<div style='padding-top: 100px;'><h1 id="wrapper"><img src="https://static.igem.org/mediawiki/2018/7/7e/T--Kyoto--Result.png" width="30%"></div></h1>
<p>In order to confirm the effect of RNAi, we needed a marker to distinguish nematodes that preyed on yeast from the others within the experimental period. Cultured nematodes included many growth stages, so it was anticipated that they included some nematodes at the stages where they could not eat yeast. In order to distinguish only the individuals which ate yeast and identify the effect, we decided to repeat the feeding experiment using yeast which fluoresces with eGFP.</p>
+
<p>The results of observation of nematodes which ate yeast with a fluorescence microscope are shown in the figure (Figure 2-a~Figure 2-d).</p>
+
<p>The intestines of <I>B. xylophilus</I> were highlighted by green fluorescence penetrating through the center throughout the entire body. The mouth is on the left side and the anus is on the right side. eGFP seemed to be very stable in the intestine, and the entire intestine fluoresced uniformly. There was some fluorescence discontinued in the center, and this was correspondent with the part where <I>B. xylophilus</I> gonads crossed over the intestine.</p>
+
<p>From the above results, it was found that by expressing eGFP, it became possible to clearly distinguish nematodes that preyed on yeast from the others. By expressing dsRNA simultaneously with eGFP, it should be possible to measure the effect of dsRNA efficiently. As can be seen from this photograph, feeding nematodes on yeast expressing GFP also made it possible to clearly observe the structure of <I>B. xylophilus</I> intestine. This method seemed to be effective for closely observing abnormalities occurring in an intestine of <I>B. xylophilus</I>, like gastroscopy using barium in humans.</p>
+
  
<p class="pic"><img src="https://static.igem.org/mediawiki/2017/2/27/Kyoto_fig2a2b.png" width="60%"></p>
+
<div class="accbox">
<p class="pic"><img src="https://static.igem.org/mediawiki/2017/b/b6/Kyoto_fig2c2d.png" width="60%"></p>
+
  <!--ラベル1-->
<p class="caption">
+
    <label for="label1">1) Salt concentration has various effects on protein-protein interaction</label>
<b>Figure 2-a</b> eGFP expression cassette.<br>
+
    <input type="checkbox" id="label1" class="cssacc" />
<b>Figure 2-b</b> Yeast cells expressing eGFP.<br>
+
    <div class="accshow">
eGFP expression cassette was cloned into a plasmid and introduced into wild type <i>S. cerevisiae</i> strain.
+
      <!--ここに隠す中身-->
Images were recorded by fluorescence microscopy.<br>
+
      <p>
<b>Figure 2-c</b> Nematodes with GFP signal.<br>
+
&emsp; To start, we conducted an experiment demonstrating how the salt concentration of the solution actually affects protein-protein interaction. As the model protein, we chose GFP(<a href="http://parts.igem.org/Part:BBa_E0040">BBa_E0040</a>), which is commonly used in many experiments as a model protein.<br> TDH3 promoter and CYC1 terminator were added to either end of ORF and cloned into pRS316, a shuttle vector from <i>E. coli</i> to <i>S. cerevisiae</i>. The resulting plasmid was transformed into wild-type yeast strain BY4741 to overexpress GFP. In a comparative experiment, yeast expressing RFP(<a href="http://parts.igem.org/Part:BBa_E0040">BBa_E0010</a>) with the same set of promoter and terminator was used.<br>
Nematodes fed on Yeast were visualized by fluorescence microscopy. Fed on eGFP(+) yeast (left) and EGFP(-) yeast (right) are shown. Scale bar: 50μm<br>
+
<b>Figure 2-d</b> Nematodes with GFP signal 2.<br>
+
(top) Nematode with GFP fluorescence was inspected by confocal microscopy. XY plane and Z plane (cross section) are shown, respectively.<br>
+
(bottom) Negative control. Yeast cells with no eGFP plasmid were used. Scale bar: 25μm
+
</p>
+
<br>
+
  
 +
In Figure 1 we show cell pellets recovered from the yeast culture used in this experiment.<br><br>
 +
<center><img src="https://static.igem.org/mediawiki/2018/3/33/T--Kyoto--GFPRFP.png" width="40%"><p class="fig">Figure1. A picture of yeast expresses RFP or GFP</p></center><br>
 +
<p>
 +
&emsp; As can be easily seen, the yeast pellet overexpressing GFP was a pale yellow color while the yeast overexpressing RFP was a thin red color. From this, it was confirmed that both GFP of BBa_E0040 and RFP of BBa_E0010 can be highly expressed in yeast cells even without codon optimization, and that the expression level is high enough to be observed under visible light without lysing the yeast or protein purification.
  
 +
<br><br>
 +
&emsp; In order to investigate yeast proteins interacting with GFP, an experiment was conducted to purify expressed GFP protein from yeast lysate using immunoprecipitation. The yeast was placed in a mortar with liquid nitrogen and crushed, and a lysate was prepared with a buffer having a salt concentration of zero. The color from both fluorescent proteins was clearly transferred to the supernatant by this treatment. Anti-GFP nanobody (GST-GFPnb, GST fusion protein on Glutathione sepharose beads) was used for sedimentation, and the obtained precipitate was visualized by SDS-PAGE and subsequent Silver Stain. Figure 2 shows the results of electrophoresis of GFP pull down after adding Sepharose beads conjugated with anti-GFP nanobody to this lysate.
  
<p>Among the nematodes being cultured, how many nematodes were thought to surely eat yeast? We collected nematodes on the 3rd and 7th day from the start of the culture by eGFP yeast and observed what proportion of them were fluorescent using a fluorescence microscope.
+
<br></p>
The results are shown in the figure (Figure 2-e). </p>
+
<center><img src="https://static.igem.org/mediawiki/2018/9/96/T--Kyoto--silverstain.png" width="50%"><p class="fig">Figure 2. Immunoprecipitation of GFP from yeast lysate
<p>In observation immediately after giving yeast, nematodes emitting fluorescence could not be observed, but about 30% of nematodes emitted fluorescence at Day 3. From this, it was found that at least 30% of nematodes at day 3 were ingesting yeast by this time (Figure 2-e). Interestingly, keeping the plate warm as it was continued observation, it was observed that the number of fluorescent nematodes was reduced to about half (15% of the total) in Day 7. (p = 0.001) Yeasts applied to nutrient-free water agar may die due to starvation or dryness by this time, and the supply of new GFP to nematodes has stopped, which may be the cause of this decrease. The fact that the proportion of fluorescent nematodes declines means that GFP in the intestine of nematodes is digested and degraded over time.</p>
+
</p></center>
<p class="pic"><img src="https://static.igem.org/mediawiki/2017/8/8e/Flo2.png" width="45%">
+
<p>&emsp; As shown in Figure 2, the band labelled ① is GST-GFPnb, and the band labelled ② (5-8) is GFP. GFP is clearly immunoprecipitated by GST-GFPnb. Furthermore, since the band intensities of ① and ② are equal, we can expect that GFP and GFPnanobody interact at a 1:1 ratio. This indicates that the binding between GFP and GST-GFPnb is strong and GFP is in excess in the lysate.
<p class="caption"><b>Figure 2-e</b> Time course of the rate of eGFP(+) nematodes.<br>
+
<br>
Nematodes were grown on eGFP(+) yeast and examined by fluorescence microscopy at the indicated time. (n=18)  
+
For the band labelled ③, protein is seen at low salt concentration, yet becomes thinner as the salt concentration becomes higher. This is thought to be due to the nonspecific interaction under low salt concentration between GST-GFPnb and some protein present in the lysate. In addition, the band labelled ④ (lane 8) can only be detected at 1000 mM salt and in the presence of GFP (note that it is not detected in lane 4). This is thought to be due to the non-specific interaction under high salt concentration between GFP and some protein in the lysate. These data indicate that the salt concentration can influence three-dimensional structure of a protein, influencing protein-protein interactions.
</p>
+
  
 +
<br><br>
 +
&emsp; In the next section, we will show how we aimed to prepare yeast which adjusts salt concentration in solution.
 
<br>
 
<br>
<h5 id="res3">3) Choose dsRNA</h5>
 
<p>In order to kill <I>B. xylophilus</I>, it is necessary to efficiently knock-down genes essential for growth. Examining the literature, we found a paper that succeeded in knocking down essential genes and reducing the survival rate by submerging <I>B. xylophilus</I> in high concentrations of dsRNA for a certain period of time (soaking RNAi) [1]. In this paper, the target was mRNA of arginine kinase AK1 which was an essential gene expressed in the intestines and RNAi of AK1 showed a fatal effect also in C. elegans. AK1 is an invertebrate-specific key enzyme of energy metabolism so it is often used as a target for development of invertebrate-specific inhibitors. It was a promising candidate for dsRNA expressed in yeast.
 
In order to select the most ideal target, we prepared dsRNA of several target mRNAs including AK1 in vitro and tried soaking RNAi. We obtained target sequence from a public database, designed oligos, and cloned genes by RT-PCR. At this time, we put the T7 promoter on both ends of the DNA so that dsRNA was synthesized by in vitro transcription. After transcription, association of dsRNA was induced by an annealing operation, and the template was removed with DNase. We confirmed the dsRNA finally obtained by electrophoresis (Figure 3-a).
 
</p>
 
<p class="pic"><img src="https://static.igem.org/mediawiki/2017/7/79/Kyoto_fig3a.png" width="45%">
 
<p class="caption"><b>Figure 3-a</b> In vitro synthesized dsRNAs for soaking RNAi experiments.<br>
 
M DNA size marker, λSty I<br>
 
1 dsAK-2 (692-bp)<br>
 
2 dsEef-1g (528-bp)<br>
 
3 dsAK-1 (449-bp)<br>
 
4 dsAsb (559-bp)<br>
 
5 ds14-3-3zeta (534-bp)<br>
 
6 dsTropomyosin (532-bp)<br>
 
7 ds14-3-3 protein (610-bp)<br>
 
8 dsGFP (649-bp)
 
</p>
 
</p>
 
 
<br>
 
<br>
<p>We prepared these RNAs, adjusted to a concentration of 2 μg /μL, and tried soaking RNAi The results is shown in the figure (Figure 3-b). As is clearly shown, we could not see the phenotype due to the introduction of dsRNA which was inconsistent with the previously reported example. As a result of contacting several <I>B. xylophilus</I> researchers and gathering information, it turned out that even several Japanese researchers have attempted to reproduce <I>B. xylophilus</I> soaking RNAi, but no group was able to observe a clear effect. The reason may be that soaking RNAi of <I>B. xylophilus</I> contains technically unstable steps. Alternatively, since <I>B. xylophilus</I> used this time is derived from wild nematodes collected from the field, there may be a difference between the strain we used and nematodes in the publication where soaking RNAi was effective. </p>
+
      </p>
<p>Although the effect of soaking RNAi was not observed, we decided to target the AK1 gene because there is already the report[1], and constructed the expression system of dsRNA in yeast.</p>
+
    </div>
<p class="pic"><img src="https://static.igem.org/mediawiki/2017/8/83/Kyoto_fig3b.png" width="60%">
+
    <!--//ラベル1-->
<p class="caption"><b>Figure 3-b</b> Effects of soaking RNAi
+
  <!--ラベル2-->
<i>B. xylophilus</i> were soaked into 2 mg/mL dsRNAs shown in Figure 3-a. After 4h incubation, nematodes were washed and incubated on M9 buffer plate (time=0h). Plates were examined for mortality of the nematodes up to 24h. The method of soaking RNAi was based on reference[1].
+
    <label for="label2">2) Creation of salt-absorbing yeast</label>
</p>
+
    <input type="checkbox" id="label2" class="cssacc" />
<h5 id="res4">4) Conduct feeding RNAi in yeast</h5>
+
    <div class="accshow">
<p>In order to express AK1-dsRNA, we placed inverted repeat derived from AK1 ORF downstream of the Gal1 promoter of the part (<a href="http://parts.igem.org/wiki/index.php/Part:BBa_K517000">BBa_K517000</a>), and inserted a small loop sequence of 67-nt between repeats. There was a report that this loop sequence was effective when <I>S. cerevisiae</i> expressed long dsRNA[2]. Since <i>S. cerevisiae</i> has no Dicer homolog, dsRNA is not processed into siRNA. However, overexpression of dsRNA may be toxic to <I>S. cerevisiae</I>, so we adopted the Gal1 conditional promoter. When <I>S.cerevisiae</I> is cultured in the presence of glucose, this promoter is inactive, and many mRNAs are expressed when the carbon source of the medium is replaced with galactose. At the same time, we also used the GPD promoter (<a href="http://parts.igem.org/Part:BBa_K517001">BBa_K517001</a>) which is a constitutive expression type promoter. dsGFP with a sequence specific to GFP and was designed as a negative control. Outline of construction is shown below (Figure 4-a).</p>
+
      <!--ここに隠す中身-->
<br></br>
+
      <p>
<p class="pic"><img src="https://static.igem.org/mediawiki/2017/2/28/%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88_14%404x.png" width="70%">
+
      <b> 2-1) To inhibit Na+ efflux<br></b>
<p class="caption"><b>Figure 4-a</b> dsRNA expression vectors we used.<br>
+
&emsp; In order to make yeast that effectively uptake salt from the environment, we aimed to reconstruct the Na+-isolation system of salt-resistant plants, which sequester Na+ into their vacuoles. We first tried to knockout NHA1 and ENA1, the critical components of Na+ efflux of budding yeast.[1][2]
Left: Design of each dsRNA cassette. Plus strand and minus strand are tandemly transcribed as a single strand RNA.<br> To enhance dsRNA formation, a short hairpin loop sequence was inserted in between.<br>
+
Right: Our plasmids used in this study. Gal1 promoter or GPD promoter was fused to dsAK1 or dsGFP (negative control) cassettes. The cassetes were cloned in YEPlac195 plasmid (2-micron, high-copy number plasmid).
+
</p>
+
 
<br>
 
<br>
 +
Since there is no ENA1 knockout strain in the Yeast Knockout Collection, we amplified a hygromycin resistance cassette from pFA6a-hphMX6 and aimed to knockout the ENA1 gene using homologous recombination. We transformed PCR products into wild type yeast and obtained hygromycin-resistant colonies. Genomic colony PCR identified clones with the desired mutation. Using the same method, we succeeded to make a ΔENA1ΔNHA1 double-mutant strain from a ΔNHA1 strain.
  
<p>We cultured plasmid-containing yeasts in several media, collected RNA, and quantified by qRT-PCR with the "loop" part as a target.Moreover, it is known that various viruses of dsRNA type exist in <I>S. cerevisiae</I>. As a factor closely related to the life cycle of such a virus, Ski gene group is known. Many of these are now revealing detailed functions. The Ski complex binds to the 3 'end of RNA and serves as a cofactor for RNA exosome, which is an exonuclease complex that degrades RNA in the 3-5 direction. By binding to the 3 'end to disband the higher-order structure of RNA, it makes the recognition of substrate by exosome efficient. Since the dsRNA virus is known to proliferate in the ski2Δ strain [3], it was hoped that the use of this strain would greatly increase the yield of the target dsRNA.  
+
Moreover, we obtained the G19 strain that lacks all of ENA1 family genes (W303 yeast have a cluster comprised of ENA1-ENA2-ENA3-ENA4). Although we obtained the G19 strain, we also introduced ENA1,2,5 knockouts (the equivalents of ENA1-4 in W303 yeast) to ΔNHA1 strain, due to the limited repertoire of selection markers that G19 strain has available.
</p>
+
 +
<br>
 +
<br>&emsp; Finally, we prepared 4 strains: ΔNHA1 / ΔENA1ΔNHA1 / ΔENA1 / ΔENA1,2,5ΔNHA1. All genes we disrupted so far encode Na+ or K+ transporters that are responsible for Na+ export from the cytoplasm. Therefore, disruption of any of these genes should lead to decreased export efficiency of excess salt. Some researchers reported that yeast lacking these genes show an increased NaCl-sensitivity. To compare salt-resistance of knockout strains we prepared, we performed in vivo spotting assay.
 +
<br><br>
 +
<center><img src="https://static.igem.org/mediawiki/2018/7/78/T--Kyoto--Fig3new.png" width="60%">
 +
<p class="fig">Figure 3. Spotting assay of KO yeast strains (cultured for 2 days on YPD plate)
 +
</p></center><br>
 
<p>
 
<p>
The following is the result of qRT-PCR (Figure 4-c). First, expression of dsRNA was successfully detected when wild-type yeast into which Gal1 promoter-dsAK1 was introduced was induced by galactose. Almost the same values ​​are obtained even when the target of the primer set used for qRT-PCR is set to the loop portion or set within the AK1 gene. On the other hand, expression was suppressed as expected when replacing the medium with Glucose. From this, it was demonstrated that it is possible to conditionally induce long hairpin RNA expression using our plasmid.
+
Figure 3 shows representative results of spotting assay. With 200 mM NaCl in YPD, wild type strain formed large colonies after 2 days of incubation. In contrast, G19 strain and ΔENA1,2,5ΔNHA1 showed little or no growth, indicating a dramatic increase in salt-sensitivity for these strains. Under the same condition, <i>Zygosaccharomyces rouxii</i>, a yeast strain known for its high salt-resistance (as they have been used to make soy sauce in Japan), made large colonies. These results encouraged us to integrate genes of <i>Z. rouxii</i> to our device.
Interestingly, the expression in Ski2Δ strain is higher than that in WT strain (p <0.05). This indicates that in wild type yeast, Ski complex is degrading targeting foreign dsRNA in addition to RNA virus as expected. From these results, it was found that it is possible to raise the intracellular concentration of exogenous dsRNA by using yeast mutant strain.
+
 
In GPD promoter (<a href="http://parts.igem.org/Part:BBa_K517001">BBa_K517001</a>), dsRNA could not be expressed. This part is composed of only the 112 bp sequence near the center out of the TDH 3 promoter (588 bp). Strong expression was confirmed when the 588 bp full-length promoter (<a href="http://parts.igem.org/Part:BBa_K530008">BBa_K 530008</a>) was used for eGFP expression experiments (Figure 2-a, 2-b), so we believe that there is a high probability that this part is defective.
+
<br><br>
</p>
+
<b>2-2)To increase salt-resistance of yeast</b><br>
<p class="pic"><img src="https://static.igem.org/mediawiki/2017/1/12/Kyoto_fig4b.png" width="60%"></p>
+
&emsp; The result we described above indicates that we successfully disrupted proper genes for our purpose, and thus mutants could not export Na+ from their cytoplasm, which is favorable to make salt-absorbing yeasts. However, from these results, we also noticed a serious problem.
<p class="caption"><b>Figure 4-b</b> Quantification of dsRNA in <i>S. cerevisiae</i><br>
+
Dr. Makoto Kitabatake (Institute for frontier life and medical science, Kyoto University) performed qRT-PCR using purified yeast total RNAs. The indicated strains were grown in SD-Glucose or SD-Galactose and harvested at the mid to late log phase. Total RNAs were isolated by MasterPure Yeast RNA purification kit (Lucigen) and analyzed by SuperScript III Platinum SYBR qRT-PCR kit (Thermo) after DNase treatment. The primers used in this assay are shown. Quantification of dsRNA was normalized by 25S rRNA. (n=3)</p>
+
 
<br>
 
<br>
 +
As long as we use the mutants that absorb salt, we have to face the problem of salt-sensitivity. We hypothesized that if we could sequester Na+ in the yeast's vacuoles, salt-resistance might be recovered.
 +
<br> However, even the yeast equipped with Na+ sequestration system, it would suffer from high salt condition to some extent. Hence, we concluded to overcome this problem, we would need to engineer salt-resistance into the yeast.
 +
<br><br>
 +
&emsp; In order to make salt-resistant yeast, we took three approaches: (1) to sequester Na+ into vacuoles by active transport, (2) to prepare compatible solutes to mitigate cell stress caused by osmotic pressure, and (3) to minimize the alteration of the higher order structures of proteins, which is caused by high Na+ concentration, by efficiently expressing chaperons. <br>
  
<h5 id="res5">5) Observe that <I>B. xylophilus </I>feeds on yeast expressing dsRNA</h5>
+
<br>
<p>We let <I>B. xylophilus</I> prey on the yeast prepared as described above and recorded the survival rate and behavior of nematodes as follows.</p>
+
<br><center><img src="https://static.igem.org/mediawiki/2018/1/19/T--Kyoto--plasmidfig.png" width="30%"></center>
 +
<p class="fig">Figure 4. Spotting assay of ΔENA1 expressing Mangrin (pRS316), AVP1 (YCplac111), AtNHXS1 (pRS313), AtHKT1 (pRS426), ZrGPD1 (pRS426), SseNHX1 (pRS426), and Control (empty pRS316). Yeast were cultured for 4 days on SD plates.
 +
</p><br>
  
<p>We counted the number of surviving nematodes which fed on dsRNA / eGFP expressing yeast every other day. We also confirmed the survival rate among nematodes that showed fluorescence of eGFP.</p>
+
<p>
<p class="pic"><img src="https://static.igem.org/mediawiki/2017/9/9c/Kyoto_fig5abc.png" width="60%"></p>
+
Figure 4 shows that all expressed genes, except for AtHKT1, successfully increased salt-resistance of the ΔENA1 strain. Among them, AVP1 and AtNHXS1 showed the greatest effect. Except for AtHKT1, all genes were already reported to confer NaCl-resistance to strains that lack the ENA1 gene family.[3][4][5][6][7] Also, there is a report that indicates AtHKT1 works on the plasma membrane to import increased amount of NaCl. The same study reported AtHKT1-expressing budding yeast showed high sensitivity to salt, consistent with our result.[8] However, in our experiment, we could not conclude AtHKT1 increased salt-sensitivity because AtHKT1-expressing yeast showed remarkably slow growth in the medium without salt.
<p class="caption">
+
<br>
 +
&emsp; All  genes successfully increased salt-resistance of the ΔENA1 strain, making our device viable in high salt medium. Therefore, we are all set to develop a device that accumulates high concentrations of Na+ in their vacuoles. Importantly, these parts are not only relevant for our device development, but may also used for various other purposes. We expect that all of our submitted parts will be widely used as tools to increase the salt-resistance of budding yeast.
 +
<br></p>
  
<p class="caption"><b>Figure 5-a</b> Survival rate of <i>B. xylophilus</i> fed by yeast expressing dsAK1<br>
+
<p>
Diploid yeast strain carrying the both dsAK1 and eGFP plasmids were grown in SD-Glucose (glu) or SD-Galactose (gal) medium and spread on new plates. ~100 nematodes were grown on each plate and examined by microscopy. (n=3) <br>
+
<br>
 +
<b>2-3) How much Na+ can be absorbed by the device</b><br>
 +
&emsp; With the assistance and advice of many experts, we successfully made the parts of interest. We then sub-cloned these genes into the plasmid that could be used in budding yeast and transformed them into yeast. We used a high copy number plasmid derived from 2-micron as an expression vector. We also used a low copy number plasmid derived from CEN plasmid because expression of some exogenous genes from high copy plasmids might lead to cytotoxicity (e.g. growth inhibition). As overexpression of exogenous membrane proteins may lead to stress response such as ERAD(endoplasmic reticulum-associated degradation), we have to be careful about expression of membrane proteins, which are the main components of our parts. Therefore, we have to carefully tune the expression level. Yeast harboring AVP1, AtNHXS1, SseNHX1, and mangrin in high copy plasmids showed significantly low growth rate. Strikingly, yeast harboring the mangrin gene in a high copy plasmid could not even form a colony.
  
<p class="caption"><b>Figure 5-b</b> Mortality of GFP(+) nematodes<br>
+
We cultured various mutants we made in  media containing 400 mM NaCl and measured the amount of Na+ uptake by the flame photometry method during yeast growth (from OD=0.05 to OD=1.0). We show the average intracellular Na+ concentrations in yeast below.
Nematodes fed by diploid yeast carrying dsAK1 and eGFP plasmids were examied by fluorescence microscopy. Gal, yeast culture was prepared by SD-Galactose medium (dsRNA induction). Glu, the same yeast strain was grown in SD-Glucose medium (dsRNA repression). (n=3) <br>
+
<br>
 +
<br>
 +
<center><img src="https://static.igem.org/mediawiki/2018/e/e3/T--Kyoto--fig5.png" width="50%"></center>
 +
<p class="fig">Figure 5. Intracellular sodium ion concentration (N=2)</p><br>
 +
<p>
 +
&emsp; First, we measured Na+ uptake by mutants that do not harbor any plasmids. As shown in Figure 5, even the wild type strain was capable of Na+ import to some extent. As we expected, the strains that lack the elements for Na+ export, such as NHA1 and ENA1, retained more Na+ than wild type in their cytoplasm. Among them, G19 strain, which lack all of the ENA1 family, and ΔENA1,2,5ΔNHA1 strain, showed especially high Na+ concentrations. These results support our ΔENA1,2,5ΔNHA1 hypothesis that these elements are main components of Na+ export and indicate that ΔENA1,2,5ΔNHA1 should be the chassis of Swallowmyces cerevisiae.  
  
<p class="caption"><b>Figure 5-c</b> Survival rate of <i>B. xylophilus</i> fed by Ski2Δ strain<br>
+
<br><br>
Feeding RNAi experiments were performed as in Figure 5-a. Ski2Δ strain instead of WT strain was used as prey. (n=1)
+
<center><img src="https://static.igem.org/mediawiki/2018/c/cb/T--Kyoto--fig6.png" width="50%"></center>
</p>
+
<p class="fig">Figure 6. Intracellular potassium ion concentration (N=2)</p><br>
 +
<p>
 +
Interestingly, K+ concentrations of the same sample sets were greatly different from those of Na+. Again, ΔENA1,2,5ΔNHA1 that we made showed a remarkable feature. Although this strain took in the greatest amount of the Na+, it took up the smallest amount of K+ among 6 strains compared, showing that its selectivity of Na+/K+ uptake is the best among them.
 
<br>
 
<br>
 +
Next we conducted a similar experiment using the ΔENA1 strain which expressed the parts we constructed and tested them for salt absorption.<br>
 +
<br><br>
 +
<center><img src="https://static.igem.org/mediawiki/2018/5/54/T--Kyoto--fig7.png" width="50%"></center>
 +
<p class="fig">Figure 7. Intracellular sodium ion concentration in ΔENA1 (N=2)</p><br>
 +
<p>
 +
&emsp; The result is shown in Figure 7. It turned out that control strain transformed with empty vectors takes up Na+ until the intracellular concentration reaches about 25mM. (NaCl concentration of culture medium is 400 mM). The most efficient intracellular retention of NaCl was observed in the strain expressing SseNHX1, and the strain in which AtNHXS1 was expressed absorbed NaCl at almost the same level, ranking second.
  
 +
<br>
 +
These proteins are expressed in vacuoles and they transport H+ in vacuoles to the cytoplasm and transport cytoplasmic Na+ to vacuoles. In simplest model is like this; Saccharomyces cerevisiae that expressed these factors behaves just as like of salty tolerance plants that store Na+ taken from extracellular into vacuoles, so the amount of Na+ that can be stored by the whole cells remarkably increased.
 +
They showed more Na+ uptake when expressed from low copy plasmid, and when expressed by multicopy plasmid, the effect of both genes was greatly attenuated.
 +
<br><br>
 +
&emsp; The AVP1 gene is a Pyrophosphate-driven H+ pump localized on the vacuolar membrane and plays a major role in the enrichment of H+ in vacuoles. There is a report that by expressing this gene derived from <i>A. thaliana</i> will improve salt tolerance in budding yeast.[5]
 +
<br>
 +
This is interpreted as an increase in the H+ concentration in the vacuole, which promotes the relatively inactive endogenous NHX1 function of <i>Saccharomyces cerevisiae</i> and sequesters cytoplasmic Na+ into vacuoles. Increasing  intracellular Na+ concentrations in strains expressing AVP1 is considered to result from a similar mechanism.
  
<p>From the above results, the number of nematodes did not decline predominantly even when using yeast whose expression of dsAK1 was confirmed (Figure 5-a). According to previous experiments, when the nematodes cultured by eGFP(+) yeast, the rate of eGFP(+) labbeled nematodes was only about 30% (Figure 2-d). For this reason, even if dsRNA taken in kills nematodes, since the proportion of nematodes ingesting a sufficient number of yeasts to obtain the effect is not so high, there is a possibility that the effect given by dsRNA has been diluted. We focused only on nematodes that fed yeast and confirmed the mortality of fluorescent nematodes to evaluate the effect of dsRNA (Figure 5-b).
+
<br><br>
Even in this case, we could not confirm the effect of dsRNA as expected.
+
&emsp; Interesting results were also obtained for AtHKT1. In contrast to the other factors, this factor has been reported to make yeast highly sensitive to salt as described before. However, in this NaCl absorption assay, it was found that it contributes to an increase in the average Na+ concentration in yeast as well as other factors. This suggests that AtHKT1 is involved in afflux of Na+ and anchoring to yeast by a different mechanism from other localized pumps expressed on vacuolar membrane. It has been reported that AtHKT1 is a co-transporter of Na+/ K+, it is localized on the cell membrane and seems to be directly involved in an influx of Na+ from external solution.[8]
Moreover, the survival rate of nematodes is lower when using yeast cultured in +glu SD medium which should suppress the expression of dsRNA.
+
The results were the same even when using ski2Δ yeast in which the expression level of dsRNA was increased (Figure 5-c).
+
This seemingly contradictory result will be discussed later in the discussion.
+
  
We thought that there might be some obstacle before dsRNA was taken up by nematodes and sought out the cause.</p>
+
<br><br>
 +
&emsp; We saw interesting results from expression of the genes mangrin and ZrGPD1 as well. The former is a small peptide that works like a chaperone[3], and so we expected them to protect the host yeast from damage caused by salt. We have never thought that mangrin itself impacts NaCl absorption. However, when we did the experiment, it seemed that mangrin encourages the absorption of Na+ very strongly. Similarly, ZrGPD1, which is involved in the production of glycerol as a compatible solute, was also introduced to protect yeast from osmotic stress.[4] In this case also, although the mechanism is unknown, Na+ uptake of host yeast increased by an introduction of overexpression plasmid.
  
 +
<br><br>
  
 +
&emsp; We also tested their absorbance of Na+ using ΔENA1,2,5ΔNHA1. Strikingly, as shown in Figure 8 below, the strain expressing SseNHX1 gave the highest Na+ uptake value of all the engineered strains. We concluded that SseNHX1 is the best part in our hands to uptake Na+ from the media.
 +
<br>
 +
<center><img src="https://static.igem.org/mediawiki/2018/f/f4/T--Kyoto--finalfig.png" width="50%"></center>
 +
<p class="fig">Figure 8. Intracellular sodium ion concentration in ΔENA1,2,5ΔNHA1 (N=2)</p><br>
  
<h5 id="res6">6) Improve transport of mRNA to cytosol</h5>
+
<p>&emsp; Using our strains established in 2-2, we inquired how much Na+ can be removed from the media. For this purpose, we mixed 1 g yeast to 1 mL culture containing 100 mM NaCl. After incubation for 3.5h, aliquots were obtained and analyzed. As shown in the Figure 9, the strain expressing AVP1-SseNHX1 showed a rapid decrease in Na+ concentration in the media. These results indicate that we have successfully demonstrated our device, Swallowmyces cerevisiae, under realistic conditions.
<p>As shown in the figure (Figure 6-a), the diameter of the stylet is very small, about a fraction of a single cell of yeast. For this reason, <I>B. xylophilus</I> seemed to draw out the cytoplasmic fraction, but large cellular componentns such as the nucleus may not be efficiently consumed by <I>B. xylophilus.</I></p>
+
<p class="pic"><img src="https://static.igem.org/mediawiki/2017/f/fd/Stylet.jpeg" width="60%"></p>
+
<p class="caption">
+
<b>Figure 6-a</b> Nematode’s stylet, diploid yeast, and haploid yeast. Scale bar : 10μm
+
 
</p>
 
</p>
 +
<center><img src="https://static.igem.org/mediawiki/2018/c/c8/T--Kyoto--hyo.jpeg" width="50%"></center>
 +
<p class="fig">Figure 9. Sodium ion concentration of supernant of ΔENA1,2,5ΔNHA1 culture</p><br>
 +
<p>
 +
&emsp; As an aim to construct Swallowmyces cerevisiae, we have successfully made several devices that absorbs NaCl from a culture. Furthermore, we proved that each part actively transports Na+ from the medium into the cell.
  
  
  
 +
<br>
 +
<br>
 +
</p>
 +
   
 +
    </div>
 +
    <!--//ラベル2-->
 +
  <!--ラベル3-->
 +
    <label for="label3">3)Implement reliable biocontainment of genetically modified yeast</label>
 +
    <input type="checkbox" id="label3" class="cssacc" />
 +
    <div class="accshow">
 +
      <!--ここに隠す中身-->
 +
      <p>
 +
&emsp; Our primary goal is to construct a device which removes excessive Na+ from the environment. As indicated above, the construction of yeast which actually absorbs and reduces NaCl in the medium has been completed. However, during our Human Practice activities, the initial projects underwent major changes due to two points. The first change is the extension of future goal. We realized that this biological desalination system could be applied outside the laboratory as a measure against environmental salt damage, which is a big social and economic problem. The second problem is the problem of biocontainment that must be seriously considered when using genetically modified yeast outside the laboratory.
  
<p>A number of studies have been done on the nuclear export of mRNA, and the basic mechanism has been elucidated. It is known that various RNAs such as mRNA, rRNA, tRNA, etc. are recognized by transporters specific to each type and pass through the nuclear pore complex[4]. However, since the dsRNA as prepared this time does not exist in nature, it is not known whether there is a transport factor that recognizes this RNA or whether it is efficiently transported out of nucleus.</p>
+
<br>
 +
As shown in the Figure of Human Practice, a column type container for fixing and using yeast has already been used practically. Originally we planned to use this container as it was.
  
<p>In order to prepare remedies for this problem, we tried experiments utilizing the REV factor of HIV-1 RNA, which is known to have the function of improving the efficiency of nuclear export of RNA.</p>
+
However, we noticed that this system is inefficient as it is. There is a problem that the column cannot be reused because it is difficult to replace the yeast grown inside. Yeast that has absorbed a certain amount of NaCl needs to be recovered or eliminated, such as removing them from the column or incinerating it, so that the incorporated salt does not return to the environment. Because the system utilizes live yeast, the user must pay close attention so that even a small number of engineered yeast do not leak into the environment.
<p>As shown in the figure, REV plays the role of carrying an unspliced RNA genome to the cytoplasm in the life cycle of HIV-1 (Figure 6-b). In the case of ordinary mRNA, there is a retention mechanism that prevent molecules retaining introns from transferring out of the nucleus, thus preventing the transport of immature mRNA. REV binds to a specific part (RRE: Rev responsive element) of the intron on the HIV-1 RNA genome and binds itself to the nuclear export factor CRM1, and overcomes such a retention mechanism and transports RNA to the cytoplasm[5]. Even if the dsRNA is not recognized as a nuclear export factor or even if it is retained in the nuclear retention factor, we thought that it is possible that the efficiency of nuclear export can be improved by inserting REV-RRE system, and provide these new parts to the iGEM community (<a href="http://parts.igem.org/Part:BBa_K2403000">BBa_K2403000</a>,
+
<br><br>
<a href="http://parts.igem.org/Part:BBa_K2403002"> BBa_K2403002</a>)</p>
+
&emsp;In this situation, as a way to simplify the handling of yeast as much as possible, we worked on the creation of yeast artificial aggregation induction system. For this purpose, we focused on a very strong interaction between SdrG and FgBeta.[9] If yeast's surface display system can be used to present these two proteins on different yeast surfaces, yeasts will be tied together by strong interactions and form large cell clusters. Such a cell mass can be handled easier than handling a single small yeast cell. We considered this approach to be effective for preventing leakage of genetically modified yeast to the natural world.
<br></br>
+
<br><br>
<p class="pic"><img src="https://static.igem.org/mediawiki/2017/d/de/Kyoto_fig6b.jpeg" width="60%"></p>
+
&emsp; We fused the binding domain of SdrG/FgBeta to the following two parts; an artificial sequence which becomes the stalk region as a linker, and the anchoring domain of Sed1 for displaying SdrG/FgBeta on the yeast cell surface.[10] Plasmids expressing GFP and RFP (used for the immunoprecipitation described above) were simultaneously introduced into yeast expressing SdrG and FgBeta, respectively, so that each cell type could be distinguished.
<p class="caption">
+
<br><br>
<b>Figure 6-b</b> Rev protein induces nuclear export of RRE-containing RNAs.
+
&emsp; In order to see the interaction between SdrG and FgBeta created in vitro, these proteins were synthesized in a cell-free translation system and pulled down with a His tag fused to SdrG and a Flag tag fused to FgBeta. The results are shown in Figure 10 below.  
</p>
+
  
<p>The results of microinjection of RI-labeled dsRNA with RRE into the nucleus of Xenopus oocytes are shown in the figure (Figure6c ~ Figure6f). Nuclear and cytoplasm were separated after a certain period of time following injection, RNA was recovered from each and analyzed . </p>
+
<center><img src="https://static.igem.org/mediawiki/2018/7/75/T--Kyoto--pic.png"></center>
<br></br>
+
<p class="fig">Figure 10. TnT assay Gel</p><p>
<p class="pic"><img src="https://static.igem.org/mediawiki/2017/8/86/Kyoto_fig6c.png" width="50%"></p>
+
<br></br>
+
<p class="pic"><img src="https://static.igem.org/mediawiki/2017/7/75/Kyoto_fig6d.png" width="60%"></p>
+
<br></br>
+
<p class="pic"><img src="https://static.igem.org/mediawiki/2017/6/6f/Kyoto_fig6fe.png" width="60%"></p>
+
<br></br>
+
<p class="caption">
+
* Dr. Taniguchi, Institute for fronter life and medical science, Kyoto university, conducted an experiment on the process of treating RI on and after in vitro transcription.<br>
+
<p class="caption"><b>Figure 6-c</b> Outline of Xenopus oocyte microinjection<br>
+
<p class="caption"><b>Figure 6-d</b> RNAs produced by in vitro transcription<br>
+
U6 and U6-RRE are used as controls.
+
 
<br>
 
<br>
<p class="caption"><b>Figure 6-e</b> Microinjection of dsGFP with or without RRE into Xenopus oocyte<br>
+
As shown in Figure 10, SdrG was synthesized in a cell-free translation system and showed a clear band of the expected size. Pull-down by Ni-NTA is also shown, indicating that the target tag sequence is also working. However, it appeared that FgBeta was hardly expressed in the cell-free translation system. Since the monoclonal antibody used for immunoprecipitation was strongly detected at the time of Western blotting and became noise interfering with protein detection, it can not be concluded that translation products do not necessarily exist. However, both Rabbit Reticulocyte Lysate and Wheat Germ Extract showed the same tendency (for both SdrG can be observed but FgBeta cannot), leading us to conclude that FgBeta is unstable in lysate. Probably due to this reason, coprecipitation of FgBeta and SdrG could not be observed in either lysate.
Indicated RNAs with or without Rev protein were injected into Xenopus oocyte nucleus. The oocytes were dissected at the indicated time points (t=0, 60 min). The nuclear RNAs (N) and the cytoplasmic RNAs (C) were extracted and analyzed by PAGE. The left pannel shows dsGFP with RRE (GFP-RRE + GFPrev), the right pannel shows dsGFP without RRE (GFPfwd + GFPrev).<br>
+
<br><br>
<p class="caption"><b>Figure 6-f</b> Long exposure
+
&emsp; From another experiment we could obtain evidence that FgBeta is actually expressed in the cell and displayed on the surface of the yeast.
</p>
+
 
<p>
+
As expected, when U6-RRE is injected together with buffer without Rev, U6-RRE remains in the nucleus, whereas U6 - RRE is injected with buffer containing Rev, U6-RRE was remarkably transported outside the nucleus. This result demonstrated that nuclear export of RNA is promoted depending on both the RRE sequence and the Rev protein in the case of U6 RNA originally staying in the nucleus. These effects indicate that these parts are promising as devices for efficiently transporting highly structured RNA, which is often used in synthetic biology, to the cytoplasm.(<a href=" http://parts.igem.org/Part:BBa_K2403000">BBa_K2403000</a>
+
<a href="http://parts.igem.org/Part:BBa_K2403002">BBa_K2403002</a>)
+
Unfortunately, transcription products of GFP-RRE were too thin to understand whether they responded to Rev. However, from the figure on the right of Figure 6-f, it was also found that dsRNA remained in the nucleus a lot. It is suggested that implementation of a system to promote nucleocytoplasmic transport is effective.
+
Compared to the signal at T = 0, since many signals are lost at 60 minutes after injection, there may be a mechanism for degrading dsRNA in cells. In addition to promoting transportation efficiency, there will be room for improvement to improve stability.
+
 
<br>
 
<br>
<p>This is the Result obtained in this project.
+
In the experiment, we pulled down yeast displaying FgBeta on the cell surface with magnetic beads coated with anti-Flag antibody, and after washing with PBS, the bound cells were observed with a fluorecent microscope.  
We would like to discuss Discussion on interpretation of Result and Future plan.</p>
+
 
  <h6>Reference</h6>
+
<br></p>
      <ul class="reference">
+
 
<li>[1] X. rong Wang, X. Cheng, Y. dong Li, J. ai Zhang, Z. fen Zhang, and H. rong Wu, “Cloning arginine kinase gene and its RNAi in <i>Bursaphelenchus xylophilus</i> causing pine wilt disease,” Eur. J. Plant Pathol., vol. 134, no. 3, pp. 521–532, 2012.<li>
+
<center><img src="https://static.igem.org/mediawiki/2018/c/cd/T--Kyoto--AggregationFluoro.png" width="50%"></center>
<li>[2] A. Sigova, N. Rhind, and P. D. Zamore, “A single Argonaute protein mediates both transcriptional and posttranscriptional silencing in Schizosaccharomyces pombe,” genes Dev., 2004.</li>
+
<p class="fig">Figure 11. Fluorecent picture after fishing with magnetic beads (upper left: FdBeta・anti-Flag antibody beads, upper right: FdBeta・SdrG・anti-Flag antibody beads, bottom: SdrG・anti-Flag antibody beads)</p><p>
<li>[3] R. Esteban and R. B. Wickner, “A new non-mendelian genetic element of yeast that increases cytopathology produced by M1 double-stranded RNA in ski strains.,” Genetics, 1987.</li>
+
 
<li>[4] M. T. B. Sloan, Katherine E, Pierre-Emmanuel Gleizes, “Nucleocytoplasmic Transport of RNAs and RNA–Protein Complexes,” J. Mol. Biol., vol. 428, no. 10, pp. 2040–2059, 2016.</li>
+
The results are shown in the Figure 11. As expected, yeast containing FeBeta (Flag) bound very well to anti-Flag antibody beads. It was observed that yeast with many RFP signals were bound to the washed beads. In contrast, when yeast displaying SdrG (His 6) was extracted in the same manner, yeast with GFP signal were not recovered. This indicates that the anti-Flag antibody beads do not randomly precipitate yeast at all, but rather specifically recognizes the Flag sequence displayed on the yeast cell surface. From the above results, the following was clarified.
<li>[5] V. W. Pollard and M. H. Malim, “the Hiv-1 Rev Protein,” Annu. Rev. Microbiol., vol. 52, no. 1, pp. 491–532, 1998.</li>
+
 
<br>
 
<br>
<br>
+
(1) FgBeta (Flag) was appropriately displayed on the surface of yeast cells by fusion with Sed1 anchoring domain.<br>
</ul>
+
 
 +
(2) Only specific yeasts could be immobilized on magnetic beads using the antigen placed on the surface.<br>
 +
 
 +
SdrG (His 6) was similarly displayed on the cell surface by Sed 1 anchoring domain, but SdrG (His 6) expressing cells could not be recovered with His-trap magnetic beads. This may be due to the presented His6 tag sequence being inaccessible to magnetic beads due to steric hindrance, or because SdrG (His 6) has a lower expression level per cell.<br>
 +
In addition, FgBeta(FLAG) expressing cells mixed with SdrG (His 6) expressing cells was captured with magnetic beads coated with anti-Flag antibody. The upper right figure shows significant decrease in the number of captured cells compared to the upper left image. From this data we cannot draw a clear conclusion, however we suspect it may be consequence of poor interaction between FgBeta and SdrG. <br>
 +
 
 +
</p>
 +
    </div>
 +
  <!--//ラベル3-->
 +
</div><!--//.accbox-->
 +
 
 +
 
 +
<div class="reference">
 +
  <h6>Reference</h6>
 +
      <ul class"reference">
 +
<li>[1] R. Haro, B. Garciadeblas, A. Rodriguez-Navarro (1991) A novel P-type ATPase from yeast involved in sodium transport, <i>FEBS Letters</i> Vol.291 Issue2 189-191</li>
 +
        <li>[2] Jos6 A. Miirquez, Ramdn Serrano (1996) Multiple transduction pathways regulate the sodium-extrusion gene PMR2/ENA1 during salt stress in yeast, <i>FEBS Letters</i> Vol.382 Issue1-2 89-92</li>
 +
        <li>[3] A. Yamada, T. Saitoh, T. Mimura et al. (2002) Expression of Mangrove Allene Oxide Cyclase Enhances Salt Tolerance in <i>Escherichia coli</i>, Yeast, and Tobacco Cells, <i>Plant and cell physiology</i> 903-910
 +
</li>
 +
<li>[4] Hou,Lihua Wang,Meng Wang,Cong Wang,Chunling Wang,Haiyong (2013) Analysis of salt-tolerance genes in zygosaccharomyces rouxii, <i>Applied Biochemistry and Biotechnoloogy</i> 1417-1425 </li>
 +
<li>[5] R. Gaxiola, R. Rao, A. Sherman et al. (1999) The Arabidopsis thaliana proton transporters, AtNhx1 and Avp1, can function in cation detoxification in yeast, <i>Proceedings of the National Academy of Sciences of the United States of America</i> Vol.96 Issue4 1480-5 </li>
 +
<li>[6] K. Xu, H. Zheng, E. Blumwald et al. (2010) A novel plant vacuolar Na+/H+antiporter gene evolved by DNA shuffling confers improved salt tolerance in yeast, <i>Journal of Biological Chemistry</i> Vol.285 Issue30 22999-23006 </li>
 +
        <li>[7] G. Wu, G. Wang, J. Ji et al. (2015) A chimeric vacuolar Na+/H+antiporter gene evolved by DNA family shuffling confers increased salt tolerance in yeast, <i>Journal of Biotechnology</i> Vol.203 1-8 </li>
 +
        <li>[8] N. Uozumi, E. Kim, F. Rubio et al. (2000) The Arabidopsis HKT1 gene homolog mediates inward Na(+) currents in xenopus laevis oocytes and Na(+) uptake in Saccharomyces cerevisiae., <i>Plant physiology</i> Vol.122 Issue April 1249-1259 </li>
 +
        <li>[9] L. Milles, K. Schulten, H. Gaub et al. (2018) Molecular mechanism of extreme mechanostability in a pathogen adhesin, <i>Science</i> Vol.359 Issue6383 1527-1533 </li>
 +
        <li>[10] K. Inokuma, T. Bamba, J. Ishii et al. (2016) Enhanced cell-surface display and secretory production of cellulolytic enzymes with Saccharomyces cerevisiae Sed1 signal peptide, <i>Biotechnology and Bioengineering</i> Vol.113 Issue11 2358-2366 </li>
 +
<br><br>
 +
 
 +
</ul></div>
  
 
   </div>
 
   </div>

Latest revision as of 15:39, 7 December 2018

Team:Kyoto/Project - 2018.igem.org

  To start, we conducted an experiment demonstrating how the salt concentration of the solution actually affects protein-protein interaction. As the model protein, we chose GFP(BBa_E0040), which is commonly used in many experiments as a model protein.
TDH3 promoter and CYC1 terminator were added to either end of ORF and cloned into pRS316, a shuttle vector from E. coli to S. cerevisiae. The resulting plasmid was transformed into wild-type yeast strain BY4741 to overexpress GFP. In a comparative experiment, yeast expressing RFP(BBa_E0010) with the same set of promoter and terminator was used.
In Figure 1 we show cell pellets recovered from the yeast culture used in this experiment.

Figure1. A picture of yeast expresses RFP or GFP


  As can be easily seen, the yeast pellet overexpressing GFP was a pale yellow color while the yeast overexpressing RFP was a thin red color. From this, it was confirmed that both GFP of BBa_E0040 and RFP of BBa_E0010 can be highly expressed in yeast cells even without codon optimization, and that the expression level is high enough to be observed under visible light without lysing the yeast or protein purification.

  In order to investigate yeast proteins interacting with GFP, an experiment was conducted to purify expressed GFP protein from yeast lysate using immunoprecipitation. The yeast was placed in a mortar with liquid nitrogen and crushed, and a lysate was prepared with a buffer having a salt concentration of zero. The color from both fluorescent proteins was clearly transferred to the supernatant by this treatment. Anti-GFP nanobody (GST-GFPnb, GST fusion protein on Glutathione sepharose beads) was used for sedimentation, and the obtained precipitate was visualized by SDS-PAGE and subsequent Silver Stain. Figure 2 shows the results of electrophoresis of GFP pull down after adding Sepharose beads conjugated with anti-GFP nanobody to this lysate.

Figure 2. Immunoprecipitation of GFP from yeast lysate

  As shown in Figure 2, the band labelled ① is GST-GFPnb, and the band labelled ② (5-8) is GFP. GFP is clearly immunoprecipitated by GST-GFPnb. Furthermore, since the band intensities of ① and ② are equal, we can expect that GFP and GFPnanobody interact at a 1:1 ratio. This indicates that the binding between GFP and GST-GFPnb is strong and GFP is in excess in the lysate.
For the band labelled ③, protein is seen at low salt concentration, yet becomes thinner as the salt concentration becomes higher. This is thought to be due to the nonspecific interaction under low salt concentration between GST-GFPnb and some protein present in the lysate. In addition, the band labelled ④ (lane 8) can only be detected at 1000 mM salt and in the presence of GFP (note that it is not detected in lane 4). This is thought to be due to the non-specific interaction under high salt concentration between GFP and some protein in the lysate. These data indicate that the salt concentration can influence three-dimensional structure of a protein, influencing protein-protein interactions.

  In the next section, we will show how we aimed to prepare yeast which adjusts salt concentration in solution.

2-1) To inhibit Na+ efflux
  In order to make yeast that effectively uptake salt from the environment, we aimed to reconstruct the Na+-isolation system of salt-resistant plants, which sequester Na+ into their vacuoles. We first tried to knockout NHA1 and ENA1, the critical components of Na+ efflux of budding yeast.[1][2]
Since there is no ENA1 knockout strain in the Yeast Knockout Collection, we amplified a hygromycin resistance cassette from pFA6a-hphMX6 and aimed to knockout the ENA1 gene using homologous recombination. We transformed PCR products into wild type yeast and obtained hygromycin-resistant colonies. Genomic colony PCR identified clones with the desired mutation. Using the same method, we succeeded to make a ΔENA1ΔNHA1 double-mutant strain from a ΔNHA1 strain. Moreover, we obtained the G19 strain that lacks all of ENA1 family genes (W303 yeast have a cluster comprised of ENA1-ENA2-ENA3-ENA4). Although we obtained the G19 strain, we also introduced ENA1,2,5 knockouts (the equivalents of ENA1-4 in W303 yeast) to ΔNHA1 strain, due to the limited repertoire of selection markers that G19 strain has available.

  Finally, we prepared 4 strains: ΔNHA1 / ΔENA1ΔNHA1 / ΔENA1 / ΔENA1,2,5ΔNHA1. All genes we disrupted so far encode Na+ or K+ transporters that are responsible for Na+ export from the cytoplasm. Therefore, disruption of any of these genes should lead to decreased export efficiency of excess salt. Some researchers reported that yeast lacking these genes show an increased NaCl-sensitivity. To compare salt-resistance of knockout strains we prepared, we performed in vivo spotting assay.

Figure 3. Spotting assay of KO yeast strains (cultured for 2 days on YPD plate)


Figure 3 shows representative results of spotting assay. With 200 mM NaCl in YPD, wild type strain formed large colonies after 2 days of incubation. In contrast, G19 strain and ΔENA1,2,5ΔNHA1 showed little or no growth, indicating a dramatic increase in salt-sensitivity for these strains. Under the same condition, Zygosaccharomyces rouxii, a yeast strain known for its high salt-resistance (as they have been used to make soy sauce in Japan), made large colonies. These results encouraged us to integrate genes of Z. rouxii to our device.

2-2)To increase salt-resistance of yeast
  The result we described above indicates that we successfully disrupted proper genes for our purpose, and thus mutants could not export Na+ from their cytoplasm, which is favorable to make salt-absorbing yeasts. However, from these results, we also noticed a serious problem.
As long as we use the mutants that absorb salt, we have to face the problem of salt-sensitivity. We hypothesized that if we could sequester Na+ in the yeast's vacuoles, salt-resistance might be recovered.
However, even the yeast equipped with Na+ sequestration system, it would suffer from high salt condition to some extent. Hence, we concluded to overcome this problem, we would need to engineer salt-resistance into the yeast.

  In order to make salt-resistant yeast, we took three approaches: (1) to sequester Na+ into vacuoles by active transport, (2) to prepare compatible solutes to mitigate cell stress caused by osmotic pressure, and (3) to minimize the alteration of the higher order structures of proteins, which is caused by high Na+ concentration, by efficiently expressing chaperons.


Figure 4. Spotting assay of ΔENA1 expressing Mangrin (pRS316), AVP1 (YCplac111), AtNHXS1 (pRS313), AtHKT1 (pRS426), ZrGPD1 (pRS426), SseNHX1 (pRS426), and Control (empty pRS316). Yeast were cultured for 4 days on SD plates.


Figure 4 shows that all expressed genes, except for AtHKT1, successfully increased salt-resistance of the ΔENA1 strain. Among them, AVP1 and AtNHXS1 showed the greatest effect. Except for AtHKT1, all genes were already reported to confer NaCl-resistance to strains that lack the ENA1 gene family.[3][4][5][6][7] Also, there is a report that indicates AtHKT1 works on the plasma membrane to import increased amount of NaCl. The same study reported AtHKT1-expressing budding yeast showed high sensitivity to salt, consistent with our result.[8] However, in our experiment, we could not conclude AtHKT1 increased salt-sensitivity because AtHKT1-expressing yeast showed remarkably slow growth in the medium without salt.
  All genes successfully increased salt-resistance of the ΔENA1 strain, making our device viable in high salt medium. Therefore, we are all set to develop a device that accumulates high concentrations of Na+ in their vacuoles. Importantly, these parts are not only relevant for our device development, but may also used for various other purposes. We expect that all of our submitted parts will be widely used as tools to increase the salt-resistance of budding yeast.


2-3) How much Na+ can be absorbed by the device
  With the assistance and advice of many experts, we successfully made the parts of interest. We then sub-cloned these genes into the plasmid that could be used in budding yeast and transformed them into yeast. We used a high copy number plasmid derived from 2-micron as an expression vector. We also used a low copy number plasmid derived from CEN plasmid because expression of some exogenous genes from high copy plasmids might lead to cytotoxicity (e.g. growth inhibition). As overexpression of exogenous membrane proteins may lead to stress response such as ERAD(endoplasmic reticulum-associated degradation), we have to be careful about expression of membrane proteins, which are the main components of our parts. Therefore, we have to carefully tune the expression level. Yeast harboring AVP1, AtNHXS1, SseNHX1, and mangrin in high copy plasmids showed significantly low growth rate. Strikingly, yeast harboring the mangrin gene in a high copy plasmid could not even form a colony. We cultured various mutants we made in media containing 400 mM NaCl and measured the amount of Na+ uptake by the flame photometry method during yeast growth (from OD=0.05 to OD=1.0). We show the average intracellular Na+ concentrations in yeast below.

Figure 5. Intracellular sodium ion concentration (N=2)


  First, we measured Na+ uptake by mutants that do not harbor any plasmids. As shown in Figure 5, even the wild type strain was capable of Na+ import to some extent. As we expected, the strains that lack the elements for Na+ export, such as NHA1 and ENA1, retained more Na+ than wild type in their cytoplasm. Among them, G19 strain, which lack all of the ENA1 family, and ΔENA1,2,5ΔNHA1 strain, showed especially high Na+ concentrations. These results support our ΔENA1,2,5ΔNHA1 hypothesis that these elements are main components of Na+ export and indicate that ΔENA1,2,5ΔNHA1 should be the chassis of Swallowmyces cerevisiae.

Figure 6. Intracellular potassium ion concentration (N=2)


Interestingly, K+ concentrations of the same sample sets were greatly different from those of Na+. Again, ΔENA1,2,5ΔNHA1 that we made showed a remarkable feature. Although this strain took in the greatest amount of the Na+, it took up the smallest amount of K+ among 6 strains compared, showing that its selectivity of Na+/K+ uptake is the best among them.
Next we conducted a similar experiment using the ΔENA1 strain which expressed the parts we constructed and tested them for salt absorption.


Figure 7. Intracellular sodium ion concentration in ΔENA1 (N=2)


  The result is shown in Figure 7. It turned out that control strain transformed with empty vectors takes up Na+ until the intracellular concentration reaches about 25mM. (NaCl concentration of culture medium is 400 mM). The most efficient intracellular retention of NaCl was observed in the strain expressing SseNHX1, and the strain in which AtNHXS1 was expressed absorbed NaCl at almost the same level, ranking second.
These proteins are expressed in vacuoles and they transport H+ in vacuoles to the cytoplasm and transport cytoplasmic Na+ to vacuoles. In simplest model is like this; Saccharomyces cerevisiae that expressed these factors behaves just as like of salty tolerance plants that store Na+ taken from extracellular into vacuoles, so the amount of Na+ that can be stored by the whole cells remarkably increased. They showed more Na+ uptake when expressed from low copy plasmid, and when expressed by multicopy plasmid, the effect of both genes was greatly attenuated.

  The AVP1 gene is a Pyrophosphate-driven H+ pump localized on the vacuolar membrane and plays a major role in the enrichment of H+ in vacuoles. There is a report that by expressing this gene derived from A. thaliana will improve salt tolerance in budding yeast.[5]
This is interpreted as an increase in the H+ concentration in the vacuole, which promotes the relatively inactive endogenous NHX1 function of Saccharomyces cerevisiae and sequesters cytoplasmic Na+ into vacuoles. Increasing intracellular Na+ concentrations in strains expressing AVP1 is considered to result from a similar mechanism.

  Interesting results were also obtained for AtHKT1. In contrast to the other factors, this factor has been reported to make yeast highly sensitive to salt as described before. However, in this NaCl absorption assay, it was found that it contributes to an increase in the average Na+ concentration in yeast as well as other factors. This suggests that AtHKT1 is involved in afflux of Na+ and anchoring to yeast by a different mechanism from other localized pumps expressed on vacuolar membrane. It has been reported that AtHKT1 is a co-transporter of Na+/ K+, it is localized on the cell membrane and seems to be directly involved in an influx of Na+ from external solution.[8]

  We saw interesting results from expression of the genes mangrin and ZrGPD1 as well. The former is a small peptide that works like a chaperone[3], and so we expected them to protect the host yeast from damage caused by salt. We have never thought that mangrin itself impacts NaCl absorption. However, when we did the experiment, it seemed that mangrin encourages the absorption of Na+ very strongly. Similarly, ZrGPD1, which is involved in the production of glycerol as a compatible solute, was also introduced to protect yeast from osmotic stress.[4] In this case also, although the mechanism is unknown, Na+ uptake of host yeast increased by an introduction of overexpression plasmid.

  We also tested their absorbance of Na+ using ΔENA1,2,5ΔNHA1. Strikingly, as shown in Figure 8 below, the strain expressing SseNHX1 gave the highest Na+ uptake value of all the engineered strains. We concluded that SseNHX1 is the best part in our hands to uptake Na+ from the media.

Figure 8. Intracellular sodium ion concentration in ΔENA1,2,5ΔNHA1 (N=2)


  Using our strains established in 2-2, we inquired how much Na+ can be removed from the media. For this purpose, we mixed 1 g yeast to 1 mL culture containing 100 mM NaCl. After incubation for 3.5h, aliquots were obtained and analyzed. As shown in the Figure 9, the strain expressing AVP1-SseNHX1 showed a rapid decrease in Na+ concentration in the media. These results indicate that we have successfully demonstrated our device, Swallowmyces cerevisiae, under realistic conditions.

Figure 9. Sodium ion concentration of supernant of ΔENA1,2,5ΔNHA1 culture


  As an aim to construct Swallowmyces cerevisiae, we have successfully made several devices that absorbs NaCl from a culture. Furthermore, we proved that each part actively transports Na+ from the medium into the cell.

  Our primary goal is to construct a device which removes excessive Na+ from the environment. As indicated above, the construction of yeast which actually absorbs and reduces NaCl in the medium has been completed. However, during our Human Practice activities, the initial projects underwent major changes due to two points. The first change is the extension of future goal. We realized that this biological desalination system could be applied outside the laboratory as a measure against environmental salt damage, which is a big social and economic problem. The second problem is the problem of biocontainment that must be seriously considered when using genetically modified yeast outside the laboratory.
As shown in the Figure of Human Practice, a column type container for fixing and using yeast has already been used practically. Originally we planned to use this container as it was. However, we noticed that this system is inefficient as it is. There is a problem that the column cannot be reused because it is difficult to replace the yeast grown inside. Yeast that has absorbed a certain amount of NaCl needs to be recovered or eliminated, such as removing them from the column or incinerating it, so that the incorporated salt does not return to the environment. Because the system utilizes live yeast, the user must pay close attention so that even a small number of engineered yeast do not leak into the environment.

 In this situation, as a way to simplify the handling of yeast as much as possible, we worked on the creation of yeast artificial aggregation induction system. For this purpose, we focused on a very strong interaction between SdrG and FgBeta.[9] If yeast's surface display system can be used to present these two proteins on different yeast surfaces, yeasts will be tied together by strong interactions and form large cell clusters. Such a cell mass can be handled easier than handling a single small yeast cell. We considered this approach to be effective for preventing leakage of genetically modified yeast to the natural world.

  We fused the binding domain of SdrG/FgBeta to the following two parts; an artificial sequence which becomes the stalk region as a linker, and the anchoring domain of Sed1 for displaying SdrG/FgBeta on the yeast cell surface.[10] Plasmids expressing GFP and RFP (used for the immunoprecipitation described above) were simultaneously introduced into yeast expressing SdrG and FgBeta, respectively, so that each cell type could be distinguished.

  In order to see the interaction between SdrG and FgBeta created in vitro, these proteins were synthesized in a cell-free translation system and pulled down with a His tag fused to SdrG and a Flag tag fused to FgBeta. The results are shown in Figure 10 below.

Figure 10. TnT assay Gel


As shown in Figure 10, SdrG was synthesized in a cell-free translation system and showed a clear band of the expected size. Pull-down by Ni-NTA is also shown, indicating that the target tag sequence is also working. However, it appeared that FgBeta was hardly expressed in the cell-free translation system. Since the monoclonal antibody used for immunoprecipitation was strongly detected at the time of Western blotting and became noise interfering with protein detection, it can not be concluded that translation products do not necessarily exist. However, both Rabbit Reticulocyte Lysate and Wheat Germ Extract showed the same tendency (for both SdrG can be observed but FgBeta cannot), leading us to conclude that FgBeta is unstable in lysate. Probably due to this reason, coprecipitation of FgBeta and SdrG could not be observed in either lysate.

  From another experiment we could obtain evidence that FgBeta is actually expressed in the cell and displayed on the surface of the yeast.
In the experiment, we pulled down yeast displaying FgBeta on the cell surface with magnetic beads coated with anti-Flag antibody, and after washing with PBS, the bound cells were observed with a fluorecent microscope.

Figure 11. Fluorecent picture after fishing with magnetic beads (upper left: FdBeta・anti-Flag antibody beads, upper right: FdBeta・SdrG・anti-Flag antibody beads, bottom: SdrG・anti-Flag antibody beads)

The results are shown in the Figure 11. As expected, yeast containing FeBeta (Flag) bound very well to anti-Flag antibody beads. It was observed that yeast with many RFP signals were bound to the washed beads. In contrast, when yeast displaying SdrG (His 6) was extracted in the same manner, yeast with GFP signal were not recovered. This indicates that the anti-Flag antibody beads do not randomly precipitate yeast at all, but rather specifically recognizes the Flag sequence displayed on the yeast cell surface. From the above results, the following was clarified.
(1) FgBeta (Flag) was appropriately displayed on the surface of yeast cells by fusion with Sed1 anchoring domain.
(2) Only specific yeasts could be immobilized on magnetic beads using the antigen placed on the surface.
SdrG (His 6) was similarly displayed on the cell surface by Sed 1 anchoring domain, but SdrG (His 6) expressing cells could not be recovered with His-trap magnetic beads. This may be due to the presented His6 tag sequence being inaccessible to magnetic beads due to steric hindrance, or because SdrG (His 6) has a lower expression level per cell.
In addition, FgBeta(FLAG) expressing cells mixed with SdrG (His 6) expressing cells was captured with magnetic beads coated with anti-Flag antibody. The upper right figure shows significant decrease in the number of captured cells compared to the upper left image. From this data we cannot draw a clear conclusion, however we suspect it may be consequence of poor interaction between FgBeta and SdrG.

Reference
  • [1] R. Haro, B. Garciadeblas, A. Rodriguez-Navarro (1991) A novel P-type ATPase from yeast involved in sodium transport, FEBS Letters Vol.291 Issue2 189-191
  • [2] Jos6 A. Miirquez, Ramdn Serrano (1996) Multiple transduction pathways regulate the sodium-extrusion gene PMR2/ENA1 during salt stress in yeast, FEBS Letters Vol.382 Issue1-2 89-92
  • [3] A. Yamada, T. Saitoh, T. Mimura et al. (2002) Expression of Mangrove Allene Oxide Cyclase Enhances Salt Tolerance in Escherichia coli, Yeast, and Tobacco Cells, Plant and cell physiology 903-910
  • [4] Hou,Lihua Wang,Meng Wang,Cong Wang,Chunling Wang,Haiyong (2013) Analysis of salt-tolerance genes in zygosaccharomyces rouxii, Applied Biochemistry and Biotechnoloogy 1417-1425
  • [5] R. Gaxiola, R. Rao, A. Sherman et al. (1999) The Arabidopsis thaliana proton transporters, AtNhx1 and Avp1, can function in cation detoxification in yeast, Proceedings of the National Academy of Sciences of the United States of America Vol.96 Issue4 1480-5
  • [6] K. Xu, H. Zheng, E. Blumwald et al. (2010) A novel plant vacuolar Na+/H+antiporter gene evolved by DNA shuffling confers improved salt tolerance in yeast, Journal of Biological Chemistry Vol.285 Issue30 22999-23006
  • [7] G. Wu, G. Wang, J. Ji et al. (2015) A chimeric vacuolar Na+/H+antiporter gene evolved by DNA family shuffling confers increased salt tolerance in yeast, Journal of Biotechnology Vol.203 1-8
  • [8] N. Uozumi, E. Kim, F. Rubio et al. (2000) The Arabidopsis HKT1 gene homolog mediates inward Na(+) currents in xenopus laevis oocytes and Na(+) uptake in Saccharomyces cerevisiae., Plant physiology Vol.122 Issue April 1249-1259
  • [9] L. Milles, K. Schulten, H. Gaub et al. (2018) Molecular mechanism of extreme mechanostability in a pathogen adhesin, Science Vol.359 Issue6383 1527-1533
  • [10] K. Inokuma, T. Bamba, J. Ishii et al. (2016) Enhanced cell-surface display and secretory production of cellulolytic enzymes with Saccharomyces cerevisiae Sed1 signal peptide, Biotechnology and Bioengineering Vol.113 Issue11 2358-2366