Difference between revisions of "Team:Paris Bettencourt/Sustainability/Continuity"
Line 65: | Line 65: | ||
<div class="column-left" style="width: 35%"> | <div class="column-left" style="width: 35%"> | ||
<p>Our differentiation system is inspired by the Brainbow system, initially developed for tracking the axons of neurons in mammalian's brain. We modified it so it becomes extendable.</p> | <p>Our differentiation system is inspired by the Brainbow system, initially developed for tracking the axons of neurons in mammalian's brain. We modified it so it becomes extendable.</p> | ||
− | <p>This system is randomized on a single-cell level, so each cell produce one —and only one—, vitamin pathway. Having one cell expressing only one pathway should theoretically preclude unexpected interactions between different pathways, thus making an extendable framework where every synthesis function is decoupled.<br/> | + | <p>This system is randomized on a single-cell level, so each cell produce one —and only one—, vitamin pathway. In most research work, metabolic engineering has been done only one target compound at a time, and little is known about what happens when production pathways are used simultaneously in the same cell (<b>A</b>).<br/> |
+ | Having one cell expressing only one pathway should theoretically preclude unexpected interactions between different pathways, thus making an extendable framework where every synthesis function is decoupled (<b>B</b>).<br/> | ||
The different vitamin-producing pathways can be prototyped separately on a classical lab strain, and it is then easy to put them all together in the same chassis for a multi-functional organism.</p> | The different vitamin-producing pathways can be prototyped separately on a classical lab strain, and it is then easy to put them all together in the same chassis for a multi-functional organism.</p> | ||
</div> | </div> | ||
Line 76: | Line 77: | ||
<div style="clear:both"></div> | <div style="clear:both"></div> | ||
− | + | <h2 id="the-chassis">Under the hood: the chassis</h2> | |
− | + | ||
− | <h2 id="the-chassis"> | + | |
− | + | ||
Before addition of any metabolic pathways, this is what our empty chassis would look like. The following cassette is integrated in the chromosome. | Before addition of any metabolic pathways, this is what our empty chassis would look like. The following cassette is integrated in the chromosome. | ||
<div class="figure"> | <div class="figure"> | ||
− | <img src="https://static.igem.org/mediawiki/2015/1/14/PB_chassis.png | + | <img src="https://static.igem.org/mediawiki/2015/1/14/PB_chassis.png" /> |
</div> | </div> | ||
− | All proteins' coding regions are followed by a terminator. | + | <span class="caption">All proteins' coding regions are preceded by a Ribosome Binding Site and followed by a transcription terminator.</span> |
<p><img src="https://static.igem.org/mediawiki/2015/e/ee/PB_1.png"/> <strong>Constitutive promoter:</strong> Thanks to this promoter, a RNA transcript of the cassette will be produced until the first terminator is reached.</p> | <p><img src="https://static.igem.org/mediawiki/2015/e/ee/PB_1.png"/> <strong>Constitutive promoter:</strong> Thanks to this promoter, a RNA transcript of the cassette will be produced until the first terminator is reached.</p> | ||
Line 111: | Line 109: | ||
<h2 id="landing-pads">The Landing Pad</h2> | <h2 id="landing-pads">The Landing Pad</h2> | ||
<div class="column-left"> | <div class="column-left"> | ||
− | <p>Starting from this chassis, up to four metabolic pathways can be added by using the attB sequence as a landing pad. Like the Lox sites, this sequence comes from a bacteriophage: the PhiC31 phage | + | <p>Starting from this chassis, up to four metabolic pathways can be added by using the attB sequence as a landing pad. Like the Lox sites, this sequence comes from a bacteriophage: the PhiC31 phage uses it to integrate itself in the genome of the host. To insert a new sequence in this landing pad, all you need to do is build a plasmid with the matching "attP" site and express the PhiC31 integrase. |
− | <ul> | + | <ul style="font-size:13px"> |
<li>attB: GTGCGGGTGCCAGGGCGTGCCC<strong>TT</strong>GGGCTCCCCGGGCGCGTACTCCA</li> | <li>attB: GTGCGGGTGCCAGGGCGTGCCC<strong>TT</strong>GGGCTCCCCGGGCGCGTACTCCA</li> | ||
<li>attP: AGTGCCCCAACTGGGGTAACCT<strong>TT</strong>GAGTTCTCTCAGTTGGGGGCGT</li> | <li>attP: AGTGCCCCAACTGGGGTAACCT<strong>TT</strong>GAGTTCTCTCAGTTGGGGGCGT</li> | ||
</ul> | </ul> | ||
When inserting something in the landing pad, a new landing pad should be added for subsequent integration. This landing pad should be orthogonal to the first one to avoid multiple successive integrations. The same integrase can be used, the central <strong>TT</strong> just has to be replaced by <strong>CC</strong> to make the two sites orthogonal.</p> | When inserting something in the landing pad, a new landing pad should be added for subsequent integration. This landing pad should be orthogonal to the first one to avoid multiple successive integrations. The same integrase can be used, the central <strong>TT</strong> just has to be replaced by <strong>CC</strong> to make the two sites orthogonal.</p> | ||
− | + | <p>In summary, a new gene to be added in the system should have the following standard structure (<b>A</b>): | |
+ | <ul> | ||
+ | <li>An attP sequence different from the one that was used just before,</li> | ||
+ | <li>A Lox sequence (Lox sequences should be added in the same order they come in the Lox Array),</li> | ||
+ | <li>The operon to be expressed,</li> | ||
+ | <li>An attB sequence, orthogonal to the attP used for integration,</li> | ||
+ | <li>A selection system.</li> | ||
+ | </ul> | ||
+ | The CRISPR-Cas9 system from <em>S. pyogenes</em> should work well for selecting the cells who integrated the plasmid, as the attB contains the protospacer adjacent motif "NGG" next to the two central bases (Mojica 2009). It is therefore possible to kill the cells who still have an intact attB site, just by using CRISPR spacers targeting the following sequences: | ||
+ | <ul> | ||
+ | <li>GCGGGTGCCAGGGCGTGCCCTTGGGCTCCC for killing cells who have not integrated anything in the first attB version,</li> | ||
+ | <li>GCGGGTGCCAGGGCGTGCCCCCGGGCTCCC, for the second attB version.</li> | ||
+ | </ul> | ||
+ | When the phage PhiC31 integrase is expressed, this plasmid will be integrated in the locus (<b>B</b>) and become a new part of the system (<b>C</b>). | ||
+ | </p> | ||
</div> | </div> | ||
+ | |||
<div class="column-right"> | <div class="column-right"> | ||
− | <img src="https://static.igem.org/mediawiki/2015/7/75/PB_landingpad.png"/> | + | <a href="https://static.igem.org/mediawiki/2015/7/75/PB_landingpad.png"><img src="https://static.igem.org/mediawiki/2015/7/75/PB_landingpad.png" style="width:90%"/></a> |
<span class="legend">For clarity, the selection method has not been depicted. Using CRISPR-based system for selection could be a good idea as it avoids the problem of antibiotic resistance removal.</span> | <span class="legend">For clarity, the selection method has not been depicted. Using CRISPR-based system for selection could be a good idea as it avoids the problem of antibiotic resistance removal.</span> | ||
</div> | </div> | ||
Line 128: | Line 141: | ||
<h2 id="division-of-labour">Division of labour</h2> | <h2 id="division-of-labour">Division of labour</h2> | ||
+ | <p>Now that the different genes have been added to the chassis, let us see it in action!</p> | ||
<div class="figure"> | <div class="figure"> | ||
<img src="https://static.igem.org/mediawiki/2015/6/65/PB_brainbow.png"/> | <img src="https://static.igem.org/mediawiki/2015/6/65/PB_brainbow.png"/> | ||
Line 170: | Line 184: | ||
<p>link</p> | <p>link</p> | ||
− | <h1 | + | <h1>Litterature</h1> |
+ | <ul> | ||
+ | <li>Mojica et al., 2009, "Short motif sequences determine the targets of the prokaryotic CRISPR defence system". Microbiology 155 (Pt 3): 733–740.</li> | ||
+ | </ul> | ||
+ | <h1>Attribution</h1> | ||
This project was designed and accomplished by Antoine Vigouroux in consultation with Jason Bland and Ihab Boulas. | This project was designed and accomplished by Antoine Vigouroux in consultation with Jason Bland and Ihab Boulas. | ||
Revision as of 15:12, 18 September 2015