EstebanDLPT (Talk | contribs) m |
|||
(15 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
<head> | <head> | ||
<style> | <style> | ||
+ | .cd-vertical-nav li:first-of-type a::after { | ||
+ | /* change icon using image sprites */ | ||
+ | background-position: 0px -48px; | ||
+ | /* fix bug with transitions - set scale(0.01) rather than scale(0) */ | ||
+ | -webkit-transform: translateX(-50%) translateY(4.5em) scale(0.01); | ||
+ | -moz-transform: translateX(-50%) translateY(4.5em) scale(0.01); | ||
+ | -ms-transform: translateX(-50%) translateY(4.5em) scale(0.01); | ||
+ | -o-transform: translateX(-50%) translateY(4.5em) scale(0.01); | ||
+ | transform: translateX(-50%) translateY(4.5em) scale(0.01); | ||
+ | } | ||
+ | .cd-vertical-nav li:first-of-type a::before { | ||
+ | -webkit-transform: translateX(-50%) translateY(4.5em) scale(0.25); | ||
+ | -moz-transform: translateX(-50%) translateY(4.5em) scale(0.25); | ||
+ | -ms-transform: translateX(-50%) translateY(4.5em) scale(0.25); | ||
+ | -o-transform: translateX(-50%) translateY(4.5em) scale(0.25); | ||
+ | transform: translateX(-50%) translateY(4.5em) scale(0.25); | ||
+ | } | ||
+ | .cd-vertical-nav li:nth-of-type(2) a::after { | ||
+ | background-position: 0px -32px; | ||
+ | -webkit-transform: translateX(-50%) translateY(1.5em) scale(0.01); | ||
+ | -moz-transform: translateX(-50%) translateY(1.5em) scale(0.01); | ||
+ | -ms-transform: translateX(-50%) translateY(1.5em) scale(0.01); | ||
+ | -o-transform: translateX(-50%) translateY(1.5em) scale(0.01); | ||
+ | transform: translateX(-50%) translateY(1.5em) scale(0.01); | ||
+ | } | ||
+ | .cd-vertical-nav li:nth-of-type(2) a::before { | ||
+ | -webkit-transform: translateX(-50%) translateY(1.5em) scale(0.25); | ||
+ | -moz-transform: translateX(-50%) translateY(1.5em) scale(0.25); | ||
+ | -ms-transform: translateX(-50%) translateY(1.5em) scale(0.25); | ||
+ | -o-transform: translateX(-50%) translateY(1.5em) scale(0.25); | ||
+ | transform: translateX(-50%) translateY(1.5em) scale(0.25); | ||
+ | } | ||
+ | .cd-vertical-nav li:nth-of-type(3) a::after { | ||
+ | background-position: 0px -16px; | ||
+ | -webkit-transform: translateX(-50%) translateY(-1.5em) scale(0.01); | ||
+ | -moz-transform: translateX(-50%) translateY(-1.5em) scale(0.01); | ||
+ | -ms-transform: translateX(-50%) translateY(-1.5em) scale(0.01); | ||
+ | -o-transform: translateX(-50%) translateY(-1.5em) scale(0.01); | ||
+ | transform: translateX(-50%) translateY(-1.5em) scale(0.01); | ||
+ | } | ||
+ | .cd-vertical-nav li:nth-of-type(3) a::before { | ||
+ | -webkit-transform: translateX(-50%) translateY(-1.5em) scale(0.25); | ||
+ | -moz-transform: translateX(-50%) translateY(-1.5em) scale(0.25); | ||
+ | -ms-transform: translateX(-50%) translateY(-1.5em) scale(0.25); | ||
+ | -o-transform: translateX(-50%) translateY(-1.5em) scale(0.25); | ||
+ | transform: translateX(-50%) translateY(-1.5em) scale(0.25); | ||
+ | } | ||
+ | .cd-vertical-nav li:nth-of-type(4) a::after { | ||
+ | background-position: 0px 0px; | ||
+ | -webkit-transform: translateX(-50%) translateY(-4.5em) scale(0.01); | ||
+ | -moz-transform: translateX(-50%) translateY(-4.5em) scale(0.01); | ||
+ | -ms-transform: translateX(-50%) translateY(-4.5em) scale(0.01); | ||
+ | -o-transform: translateX(-50%) translateY(-4.5em) scale(0.01); | ||
+ | transform: translateX(-50%) translateY(-4.5em) scale(0.01); | ||
+ | } | ||
+ | .cd-vertical-nav li:nth-of-type(4) a::before { | ||
+ | -webkit-transform: translateX(-50%) translateY(-4.5em) scale(0.25); | ||
+ | -moz-transform: translateX(-50%) translateY(-4.5em) scale(0.25); | ||
+ | -ms-transform: translateX(-50%) translateY(-4.5em) scale(0.25); | ||
+ | -o-transform: translateX(-50%) translateY(-4.5em) scale(0.25); | ||
+ | transform: translateX(-50%) translateY(-4.5em) scale(0.25); | ||
+ | } | ||
.masthead { | .masthead { | ||
background: url(https://static.igem.org/mediawiki/2018/a/a2/T--Tec-Monterrey--Header_Description.jpg); | background: url(https://static.igem.org/mediawiki/2018/a/a2/T--Tec-Monterrey--Header_Description.jpg); | ||
Line 67: | Line 129: | ||
</head> | </head> | ||
<body> | <body> | ||
+ | <!------------------------------------------------------------------------------------------------------------------------> | ||
+ | <!----------------------------------------------------- sidebar dots navigation ------------------------------------------> | ||
+ | <!------------------------------------------------------------------------------------------------------------------------> | ||
+ | <script src="https://2018.igem.org/Team:Tec-Monterrey/T--Tec-Monterrey--modernizr?action=raw&ctype=text/javascript"</script> | ||
+ | <script src="https://2018.igem.org/Team:Tec-Monterrey/T--Tec-Monterrey--main-vertical-nav?action=raw&ctype=text/javascript"></script> | ||
+ | <!-- Modernizr --> | ||
+ | |||
+ | |||
+ | <!------------SideBar dots navigation --------> | ||
+ | <nav class="cd-vertical-nav"> | ||
+ | <ul class="vertical-nav"> | ||
+ | <li><a href="#page-top"><span class="label">Header<br><br></span></a></li> | ||
+ | <li><a href="#overview"><span class="label">Overview<br><br></span></a></li> | ||
+ | <li><a href="#system"><span class="label">System<br><br></span></a></li> | ||
+ | <li><a href="#references"><span class="label">References<br><br></span></a></li> | ||
+ | </ul> | ||
+ | </nav> | ||
+ | <!-- .cd-vertical-nav --> | ||
+ | |||
+ | <script src="https://2018.igem.org/Team:Tec-Monterrey/T--Tec-Monterrey--main?action=raw&ctype=text/javascript"></script> | ||
+ | <!-- Resource jQuery --> | ||
+ | |||
<!-- Header --> | <!-- Header --> | ||
<header class="masthead" id="page-top"> | <header class="masthead" id="page-top"> | ||
Line 72: | Line 156: | ||
<div class="articulo"> | <div class="articulo"> | ||
− | <section id=" | + | <section id="overview" class="seccion-responsiva"> |
<div class="body-title">Overview</div> | <div class="body-title">Overview</div> | ||
− | CRISPR-Cas technology has the capability of storing information. This year, iGEM team Tec-Monterrey aims to use the CRISPR-Cas system to store specific DNA sequences in the genome of E. coli in order to save information about the environment surrounding the bacteria. To make this possible, Cas1-Cas2 proteins, which create the protospacer acquisition in the CRISPR system, are used to insert a synthetic DNA sequence in the CRISPR array within the genome of the bacteria. This synthetic sequence is produced by a second system, called SCRIBE. The final step of our project is reading out the inserted DNA sequence. Specific primers for polymerase chain reaction (PCR) are used to amplify a section of the CRISPR array where the sequence is inserted. Taking together both systems, our project intends to act as a biological tape recorder capable of sensing external stimuli in the environment and storing their presence in the genome. | + | <br> |
+ | CRISPR-Cas technology has the capability of storing information. This year, iGEM team Tec-Monterrey aims to use the CRISPR-Cas system to store specific DNA sequences in the genome of <i>E. coli</i> in order to save information about the environment surrounding the bacteria. To make this possible, Cas1-Cas2 proteins, which create the protospacer acquisition in the CRISPR system, are used to insert a synthetic DNA sequence in the CRISPR array within the genome of the bacteria. This synthetic sequence is produced by a second system, called SCRIBE. The final step of our project is reading out the inserted DNA sequence. Specific primers for polymerase chain reaction (PCR) are used to amplify a section of the CRISPR array where the sequence is inserted. Taking together both systems, our project intends to act as a biological tape recorder capable of sensing external stimuli in the environment and storing their presence in the genome. | ||
</section> | </section> | ||
<div class="body-title" style="margin: 5%;">System Functionality</div> | <div class="body-title" style="margin: 5%;">System Functionality</div> | ||
− | <section class="container-description"> | + | <section id="system" class="container-description"> |
<div class="main-info-container-left"> | <div class="main-info-container-left"> | ||
<div class="main-info" style="margin-top: 0;"> <!-- Primero --> | <div class="main-info" style="margin-top: 0;"> <!-- Primero --> | ||
− | + | The construct shown in Figure 1 codes for the SCRIBE system adaptation. | |
<br> | <br> | ||
This system generates single-stranded DNA inside of living cells in response to gene regulatory signals. | This system generates single-stranded DNA inside of living cells in response to gene regulatory signals. | ||
Line 101: | Line 186: | ||
<div class="main-info" style="margin-top: 5%;"> <!-- Segundo --> | <div class="main-info" style="margin-top: 5%;"> <!-- Segundo --> | ||
<img class="gif" src="https://static.igem.org/mediawiki/2018/3/3a/T--Tec-Monterrey--Gif_RT.gif"> | <img class="gif" src="https://static.igem.org/mediawiki/2018/3/3a/T--Tec-Monterrey--Gif_RT.gif"> | ||
+ | <div class="leyenda">Figure 2: Retrotranscriptase action</div> | ||
</div> | </div> | ||
+ | <br> | ||
<div class="main-info" style="margin-top:25%;"> <!-- Tercero --> | <div class="main-info" style="margin-top:25%;"> <!-- Tercero --> | ||
− | + | This hybrid <h4 class="azul">RNA-ssDNA</h4> molecule contains the <h4 class="rosa">message of interest</h4>. | |
<br> | <br> | ||
− | This message has a PAM sequence, a crucial component for the identification by the CRISPR-Cas complex. | + | This message has a PAM sequence, a crucial component for the identification by the CRISPR-Cas complex. (Figure 3) |
</div> | </div> | ||
<div class="main-info" style="margin-top: 60%;"> <!-- Cuarto --> | <div class="main-info" style="margin-top: 60%;"> <!-- Cuarto --> | ||
<img class="gif" src="https://static.igem.org/mediawiki/2018/4/43/T--Tec-Monterrey--Gif_Cas1_2.gif"> | <img class="gif" src="https://static.igem.org/mediawiki/2018/4/43/T--Tec-Monterrey--Gif_Cas1_2.gif"> | ||
+ | <div class="leyenda">Figure 4: Cas 1 and Cas 2 construct</div> | ||
</div> | </div> | ||
<div class="main-info" style="margin-top:40%;"> <!-- Quinto --> | <div class="main-info" style="margin-top:40%;"> <!-- Quinto --> | ||
− | These proteins have to detect the PAM sequence in order to enable their function as endonucleases, in other words, their activity to work as scissors that cut DNA sequences. | + | These proteins (Figure 5) have to detect the PAM sequence in order to enable their function as endonucleases, in other words, their activity to work as scissors that cut DNA sequences. |
</div> | </div> | ||
<div class="main-info" style="margin-top:20%;"> <!-- Sexto --> | <div class="main-info" style="margin-top:20%;"> <!-- Sexto --> | ||
<img class="gif" src="https://static.igem.org/mediawiki/2018/8/8a/T--Tec-Monterrey--Gif_Integration.gif"> | <img class="gif" src="https://static.igem.org/mediawiki/2018/8/8a/T--Tec-Monterrey--Gif_Integration.gif"> | ||
+ | <div class="leyenda">Figure 6: Message insertion</div> | ||
</div> | </div> | ||
</div> | </div> | ||
<div class="main-info-container-right"> | <div class="main-info-container-right"> | ||
− | <div class="main-info" style="margin-top: | + | <div class="main-info" style="margin-top: 1%;"> <!-- Primero --> |
<img class="gif" src="https://static.igem.org/mediawiki/2018/d/df/T--Tec-Monterrey--Design_Scribe_System.png"> | <img class="gif" src="https://static.igem.org/mediawiki/2018/d/df/T--Tec-Monterrey--Design_Scribe_System.png"> | ||
− | <div class="leyenda">Construct for SCRIBE system</div> | + | <div class="leyenda">Figure 1: Construct for SCRIBE system</div> |
</div> | </div> | ||
<div class="main-info" style="margin-top: 28%;"> <!-- Segundo --> | <div class="main-info" style="margin-top: 28%;"> <!-- Segundo --> | ||
− | + | Then, the retrotranscriptase acts on the <h4 class="verde">msd</h4> (RNA) sequence and produces a hybrid RNA-ssDNA molecule called <h4 class="azul">msDNA</h4>, as shown in Figure 2. | |
</div> | </div> | ||
<div class="main-info" style="margin-top: 35%;"> <!-- Tercero --> | <div class="main-info" style="margin-top: 35%;"> <!-- Tercero --> | ||
− | <img class="gif" src="https://static.igem.org/mediawiki/2018/ | + | <img class="gif" src="https://static.igem.org/mediawiki/2018/d/d3/T--Tec-Monterrey--Cas_Video.gif"> |
+ | <div class="leyenda">Figure 3: Message acquisition by Cas proteins</div> | ||
</div> | </div> | ||
<div class="main-info" style="margin-top: 28%;"> <!-- Cuarto --> | <div class="main-info" style="margin-top: 28%;"> <!-- Cuarto --> | ||
− | Here is where our beloved CRISPR-Cas complex comes into place. | + | Here is where our beloved <h4 class="celeste">CRISPR-Cas</h4> complex comes into place. (Figure 4) |
<br> | <br> | ||
− | CRISPR-Cas is a prokaryotic immune system that protects bacteria from phages and plasmids. With this complex, foreign DNA in the form of spacers is incorporated into the bacteria’s genome, specifically at the CRISPR locus. This acquisition of new DNA generates a memory of each “infection”. | + | <h4 class="celeste">CRISPR-Cas</h4> is a prokaryotic immune system that protects bacteria from phages and plasmids. With this complex, <b>foreign DNA</b>, in the form of <b><i>spacers</i></b>, is incorporated into the bacteria’s genome, specifically at the CRISPR locus. This <b><i>acquisition</i></b> of new DNA generates a memory of each “infection”. |
<br> | <br> | ||
Several Cas proteins are involved in this system, but Cas1 and Cas2 are the only proteins needed for acquisition of new spacers. | Several Cas proteins are involved in this system, but Cas1 and Cas2 are the only proteins needed for acquisition of new spacers. | ||
Line 137: | Line 227: | ||
<div class="main-info" style="margin-top:20%;"> <!-- Quinto --> | <div class="main-info" style="margin-top:20%;"> <!-- Quinto --> | ||
<img src="https://static.igem.org/mediawiki/2018/4/42/T--Tec-Monterrey--Design_Cas1_2.png"> | <img src="https://static.igem.org/mediawiki/2018/4/42/T--Tec-Monterrey--Design_Cas1_2.png"> | ||
+ | <div class="leyenda">Figure 5: Cas 1 and Cas 2 complex</div> | ||
</div> | </div> | ||
<div class="main-info" style="margin-top:35%;"> <!-- Sexto --> | <div class="main-info" style="margin-top:35%;"> <!-- Sexto --> | ||
− | Once the PAM sequence is detected, the Cas1-Cas2 complex cuts the target sequence and integrates it into the bacteria’s genome. | + | Once the PAM sequence is detected, the Cas1-Cas2 complex cuts the target sequence and integrates it into the bacteria’s genome, as shown in Figure 6. |
</div> | </div> | ||
</div> | </div> | ||
Line 145: | Line 236: | ||
</section> | </section> | ||
− | <section id="references | + | <section id="references" class="seccion-responsiva"> |
<div class="referencias"> | <div class="referencias"> | ||
<div class="body-title">References</div> | <div class="body-title">References</div> | ||
− | + | <br> | |
− | + | Sheth, R. U., Yim, S. S., Wu, F. L. & Wang, H. H. <i>Science</i>. 358, 1457–1461 (2017). | |
− | + | <br><br> | |
− | + | A. Levy et al. <i>Nature</i>. 520, 505–510 (2015). | |
− | + | <br><br> | |
− | + | S. L. Shipman et al. <i>Science</i>. 353, aaf1175 (2016). | |
− | + | <br><br> | |
− | + | E. S. Lander. <i>Cell</i>. 164, 18–28 (2016). | |
− | + | <br><br> | |
− | + | Nuñez, J. K., Kranzusch, P. J., Noeske, J., Wright, A., Davies, C. & Doudna, J. <i>Nat. Struct. Mol. Biol</i>. 21, 528–534 (2014). | |
− | + | <br><br> | |
− | + | Díez-Villaseñor, C., Guzmán, N., Almendros, C., García-Martínez, J. & Mojica, F. J. <i>RNA Biology</i>. 10, 792-802 (2013). | |
− | + | <br><br> | |
− | + | Yosef, I., Goren, M. & Qimron, U. <i>Nucleic Acids Research</i>. 40, 5569–5576 (2012). | |
− | + | <br><br> | |
− | + | Yosef, I., Shitrit, D., Goren, M., Burstein, D., Pupko, T. & Qimron U. <i>Proceedings of the National Academy of Sciences</i>. 110, 14396-14401 (2013). | |
− | + | <br><br> | |
− | + | Nuñez, J. K. Mechanism of CRISPR–Cas Immunological Memory. (2016). Doctoral dissertation, UC Berkeley | |
− | + | <br><br> | |
− | + | Xue, C., Whitis, N., Sashital, D. <i>Molecular Cell</i>. 64, 826–834 (2016). | |
− | + | <br><br> | |
− | + | Church, G., Gao, Y., Kosuri, S. <i>Science</i>. 337, 1628 (2012). | |
− | + | <br><br> | |
− | + | Panda, D. et al. <i>3 Biotech</i>. 8, 239 (2018). | |
− | + | <br><br> | |
+ | Farzadfard, F., Lu, T. <i>Science</i>. 346 (2014). | ||
<br> | <br> | ||
</div> | </div> |
Latest revision as of 02:43, 18 October 2018
Overview
CRISPR-Cas technology has the capability of storing information. This year, iGEM team Tec-Monterrey aims to use the CRISPR-Cas system to store specific DNA sequences in the genome of E. coli in order to save information about the environment surrounding the bacteria. To make this possible, Cas1-Cas2 proteins, which create the protospacer acquisition in the CRISPR system, are used to insert a synthetic DNA sequence in the CRISPR array within the genome of the bacteria. This synthetic sequence is produced by a second system, called SCRIBE. The final step of our project is reading out the inserted DNA sequence. Specific primers for polymerase chain reaction (PCR) are used to amplify a section of the CRISPR array where the sequence is inserted. Taking together both systems, our project intends to act as a biological tape recorder capable of sensing external stimuli in the environment and storing their presence in the genome.
System Functionality
The construct shown in Figure 1 codes for the SCRIBE system adaptation.
This system generates single-stranded DNA inside of living cells in response to gene regulatory signals.
It is composed of 3 main components:
This system generates single-stranded DNA inside of living cells in response to gene regulatory signals.
It is composed of 3 main components:
- A reverse transcriptase protein
-
One
msr
RNA moiety which acts as a primer for the RT. -
A second RNA moiety, called
msd
, which represents a template for the reverse transcriptase. This sequence contains themessage of interest
.
Figure 2: Retrotranscriptase action
This hybrid
This message has a PAM sequence, a crucial component for the identification by the CRISPR-Cas complex. (Figure 3)
RNA-ssDNA
molecule contains themessage of interest
.This message has a PAM sequence, a crucial component for the identification by the CRISPR-Cas complex. (Figure 3)
Figure 4: Cas 1 and Cas 2 construct
These proteins (Figure 5) have to detect the PAM sequence in order to enable their function as endonucleases, in other words, their activity to work as scissors that cut DNA sequences.
Figure 6: Message insertion
Figure 1: Construct for SCRIBE system
Then, the retrotranscriptase acts on the
msd
(RNA) sequence and produces a hybrid RNA-ssDNA molecule calledmsDNA
, as shown in Figure 2.Figure 3: Message acquisition by Cas proteins
Here is where our beloved
Several Cas proteins are involved in this system, but Cas1 and Cas2 are the only proteins needed for acquisition of new spacers.
CRISPR-Cas
complex comes into place. (Figure 4)CRISPR-Cas
is a prokaryotic immune system that protects bacteria from phages and plasmids. With this complex, foreign DNA, in the form of spacers, is incorporated into the bacteria’s genome, specifically at the CRISPR locus. This acquisition of new DNA generates a memory of each “infection”.Several Cas proteins are involved in this system, but Cas1 and Cas2 are the only proteins needed for acquisition of new spacers.
Figure 5: Cas 1 and Cas 2 complex
Once the PAM sequence is detected, the Cas1-Cas2 complex cuts the target sequence and integrates it into the bacteria’s genome, as shown in Figure 6.
References
Sheth, R. U., Yim, S. S., Wu, F. L. & Wang, H. H. Science. 358, 1457–1461 (2017).
A. Levy et al. Nature. 520, 505–510 (2015).
S. L. Shipman et al. Science. 353, aaf1175 (2016).
E. S. Lander. Cell. 164, 18–28 (2016).
Nuñez, J. K., Kranzusch, P. J., Noeske, J., Wright, A., Davies, C. & Doudna, J. Nat. Struct. Mol. Biol. 21, 528–534 (2014).
Díez-Villaseñor, C., Guzmán, N., Almendros, C., García-Martínez, J. & Mojica, F. J. RNA Biology. 10, 792-802 (2013).
Yosef, I., Goren, M. & Qimron, U. Nucleic Acids Research. 40, 5569–5576 (2012).
Yosef, I., Shitrit, D., Goren, M., Burstein, D., Pupko, T. & Qimron U. Proceedings of the National Academy of Sciences. 110, 14396-14401 (2013).
Nuñez, J. K. Mechanism of CRISPR–Cas Immunological Memory. (2016). Doctoral dissertation, UC Berkeley
Xue, C., Whitis, N., Sashital, D. Molecular Cell. 64, 826–834 (2016).
Church, G., Gao, Y., Kosuri, S. Science. 337, 1628 (2012).
Panda, D. et al. 3 Biotech. 8, 239 (2018).
Farzadfard, F., Lu, T. Science. 346 (2014).