(22 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Hawaii/All}} | {{Hawaii/All}} | ||
{{Hawaii/Navbar}} | {{Hawaii/Navbar}} | ||
− | + | <html> | |
− | + | <div id="triangle"></div> | |
+ | <div class="project-section project-section-b" id="project-intro"> | ||
+ | <h1>TO THE CENTROMERE</h1> | ||
+ | <h2>with retrotransposon VLPs</h2> | ||
+ | <p>Centromere retrotransposon (CR) elements offer a natural transportation system to carry genes to the centromere. These elements | ||
+ | utilize virus-like particles to encapsulate their genome for reverse transcription, then reintegration into the centromere. | ||
+ | Centromeres as a transgene target allows for the accumulation of traits due to lack of recombinatorial events. We explored | ||
+ | the virus-like particle vehicle in this system and measured the stability of the structure for packaging molecular cargo.</p> | ||
+ | <a href="#abstract">See our abstract.</a> | ||
+ | </div> | ||
− | + | <img id="project-intro-img" src="https://static.igem.org/mediawiki/2018/0/0f/T--Hawaii--project_intro.png" alt=""> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <div class="project-section project-section-w" id="project-section1"> | |
+ | <h1>NATURAL VLP FORMATION</h1> | ||
+ | <h2>using bioinformatics and a protease assay</h2> | ||
+ | <p>To determine the most natural construct for VLP formation, we needed to identify the protease cut site that would allow for mature VLP formation. Initial research on aspartyl proteases allowed us to determine putative protease cleavage sites between hydrophobic amino acid residues.</p> | ||
+ | <p>To experimentally determine the protease cleavage sites, we transformed E.coli with a construct containing the gag and protease domains. Following induction, autocatalytic protease activity was observed and the resulting protein bands were sent to the Taplin Mass Spectrometry | ||
+ | Facility. Tryptic fragments confirmed our previous putative cut site downstream of the nucleocapsid.</p> | ||
+ | <a href="https://2018.igem.org/Team:Hawaii/Experiments">View our experiment.</a> | ||
+ | </div> | ||
− | < | + | <img id="project-mature" src="https://static.igem.org/mediawiki/2018/8/86/T--Hawaii--project_mature.png" alt=""> |
− | <div id="spacer"></div> | + | |
+ | |||
+ | <div class="project-section project-section-w" id="project-section2"> | ||
+ | <h1>VLP STRUCTURE AND STABILITY</h1> | ||
+ | <h2>through a combinatorial type assay</h2> | ||
+ | <p>Constructs ending at the confirmed protease cleavage site, containing variations of the capsid, with N or C-terminal purification tags, and the presence or absence of extra amino acids were amplified. Purified proteins were subjected to various VLP assembly conditions and viewed under the electron microscope.</p> | ||
+ | <a href="https://2018.igem.org/Team:Hawaii/Experiments">See our results.</a> | ||
+ | </div> | ||
+ | |||
+ | <img id="project-combo" src="https://static.igem.org/mediawiki/2018/1/19/T--Hawaii--project_combo.png" alt=""> | ||
+ | |||
+ | <div class="project-section project-section-w" id="project-section3"> | ||
+ | <h1>DETECTING VLP ASSEMBLY</h1> | ||
+ | <h2>through a fluorescent protein attachment</h2> | ||
+ | <p>Another construct containing our confirmed VLP forming sequence and a red fluorescent protein is designed. We attempted to express the Gag-RFP fusion protein and are continuing our efforts even after the Wiki freeze. </p> | ||
+ | <a href="https://2018.igem.org/Team:Hawaii/Experiments">See our progress.</a> | ||
+ | </div> | ||
+ | |||
+ | <img id="project-rfp" src="https://static.igem.org/mediawiki/2018/e/e2/T--Hawaii--project_rfp.png" alt=""> | ||
+ | |||
+ | <div id="abstract"> | ||
+ | <h1>PROJECT ABSTRACT</h1> | ||
+ | <p>       Nature has provided a remarkable system to insert genes into functional centromeres of grass genomes. Specifically, centromeric retrotransposons (CR) have the unique ability to insert themselves into the centromere by targeting a yet unidentified docking agent. We plan to adapt this system to insert genes of interest into centromeres. Centromeres are advantageous transgene targets because they lack recombination, allowing the stacking of multiple traits. Retrotransposons, or “jumping genes,” self-replicate and package their genome into self-assembling virus-like particles (VLPs), then reinsert (or “jump”) themselves into a new chromosomal location. To measure the stability of VLPs for packaging molecular cargo, we cloned the full-length gene encoding the CR gag protein and successfully generated VLPs in vitro. We also tested the efficiency of different gene constructs in forming VLPs in vitro. Electron microscopy can confirm VLP assembly, however, we plan to develop a convenient fluorescent assay to assess VLP assembly.</p> | ||
+ | </div> | ||
+ | |||
+ | <div id="spacer-1"></div> | ||
+ | |||
+ | <div id="spacer-2"></div> | ||
<style> | <style> | ||
− | # | + | #triangle { |
− | width: | + | position: absolute; |
− | height: | + | width: 0; |
+ | height: 0; | ||
+ | border-bottom: 800px solid rgb(50, 50, 50); | ||
+ | border-left: calc(100vw) solid transparent; | ||
+ | z-index: 1; | ||
} | } | ||
− | + | #abstract { | |
− | + | width: 100%; | |
− | + | height: 600px; | |
− | {{ | + | background-color: white; |
+ | position: absolute; | ||
+ | top: 2800px; | ||
+ | } | ||
+ | #abstract h1 { | ||
+ | font-family: 'Oswald', sans-serif; | ||
+ | letter-spacing: 3px; | ||
+ | color: rgb(50,50,50); | ||
+ | text-align: center; | ||
+ | font-size: 50px; | ||
+ | padding: 0px; | ||
+ | margin-top: 100px; | ||
+ | } | ||
+ | #abstract p { | ||
+ | font-family: 'Lato', sans-serif; | ||
+ | font-size: 25px; | ||
+ | padding-left: 100px; | ||
+ | padding-right: 100px; | ||
+ | line-height: 1.5; | ||
+ | } | ||
+ | #project-intro { | ||
+ | width: 500px; | ||
+ | height: 400px; | ||
+ | margin-left: 100px; | ||
+ | margin-top: 30px; | ||
+ | color: rgb(50,50,50); | ||
+ | position: relative; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | #project-section1 { | ||
+ | width: 500px; | ||
+ | position: absolute; | ||
+ | right: 0px; | ||
+ | text-align: right; | ||
+ | margin-right: 100px; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | #project-section2 { | ||
+ | width: 500px; | ||
+ | position: absolute; | ||
+ | left: 0px; | ||
+ | margin-left: 100px; | ||
+ | margin-top: 850px; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | #project-section3 { | ||
+ | width: 600px; | ||
+ | position: absolute; | ||
+ | right: 0px; | ||
+ | margin-right: 100px; | ||
+ | margin-top: 1500px; | ||
+ | text-align: right; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | .project-section h1 { | ||
+ | font-family: 'Oswald', sans-serif; | ||
+ | font-size: 50px; | ||
+ | letter-spacing: 3px; | ||
+ | } | ||
+ | .project-section h2 { | ||
+ | font-family: 'Lato', sans-serif; | ||
+ | font-size: 30px; | ||
+ | letter-spacing: 3px; | ||
+ | font-style: italic; | ||
+ | } | ||
+ | .project-section p, .project-section a { | ||
+ | font-family: 'Lato', sans-serif; | ||
+ | font-size: 20px; | ||
+ | padding: 0px; | ||
+ | line-height: 1.5; | ||
+ | } | ||
+ | .project-section a { | ||
+ | padding-bottom: 10px; | ||
+ | border-bottom: 1px solid grey; | ||
+ | } | ||
+ | .project-section a:hover { | ||
+ | text-decoration: none; | ||
+ | color: rgb(119, 209, 183); | ||
+ | } | ||
+ | .project-section-w, .project-section-w a { | ||
+ | color: white; | ||
+ | } | ||
+ | .project-section-b { | ||
+ | color: rgb(50,50,50); | ||
+ | } | ||
+ | #spacer-1 { | ||
+ | width: 100%; | ||
+ | height: 370px; | ||
+ | } | ||
+ | #spacer-2 { | ||
+ | width: 100%; | ||
+ | height: 2500px; | ||
+ | background-color: rgb(50,50,50); | ||
+ | display: flex; | ||
+ | justify-content: center; | ||
+ | } | ||
+ | #project-combo { | ||
+ | position: absolute; | ||
+ | top: 1500px; | ||
+ | right: 0px; | ||
+ | width: 700px; | ||
+ | } | ||
+ | #project-mature { | ||
+ | position: absolute; | ||
+ | top: 900px; | ||
+ | left: 0px; | ||
+ | width: 700px; | ||
+ | left: 120px; | ||
+ | } | ||
+ | #project-rfp { | ||
+ | position: absolute; | ||
+ | top: 2100px; | ||
+ | left: 120px; | ||
+ | width: 500px; | ||
+ | } | ||
+ | #project-intro-img { | ||
+ | position: absolute; | ||
+ | top: 200px; | ||
+ | right: 30px; | ||
+ | width: 700px; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | </style> | ||
+ | </html> | ||
{{Hawaii/Footer}} | {{Hawaii/Footer}} |
Latest revision as of 02:23, 18 October 2018
TO THE CENTROMERE
with retrotransposon VLPs
Centromere retrotransposon (CR) elements offer a natural transportation system to carry genes to the centromere. These elements utilize virus-like particles to encapsulate their genome for reverse transcription, then reintegration into the centromere. Centromeres as a transgene target allows for the accumulation of traits due to lack of recombinatorial events. We explored the virus-like particle vehicle in this system and measured the stability of the structure for packaging molecular cargo.
See our abstract.NATURAL VLP FORMATION
using bioinformatics and a protease assay
To determine the most natural construct for VLP formation, we needed to identify the protease cut site that would allow for mature VLP formation. Initial research on aspartyl proteases allowed us to determine putative protease cleavage sites between hydrophobic amino acid residues.
To experimentally determine the protease cleavage sites, we transformed E.coli with a construct containing the gag and protease domains. Following induction, autocatalytic protease activity was observed and the resulting protein bands were sent to the Taplin Mass Spectrometry Facility. Tryptic fragments confirmed our previous putative cut site downstream of the nucleocapsid.
View our experiment.VLP STRUCTURE AND STABILITY
through a combinatorial type assay
Constructs ending at the confirmed protease cleavage site, containing variations of the capsid, with N or C-terminal purification tags, and the presence or absence of extra amino acids were amplified. Purified proteins were subjected to various VLP assembly conditions and viewed under the electron microscope.
See our results.DETECTING VLP ASSEMBLY
through a fluorescent protein attachment
Another construct containing our confirmed VLP forming sequence and a red fluorescent protein is designed. We attempted to express the Gag-RFP fusion protein and are continuing our efforts even after the Wiki freeze.
See our progress.PROJECT ABSTRACT
Nature has provided a remarkable system to insert genes into functional centromeres of grass genomes. Specifically, centromeric retrotransposons (CR) have the unique ability to insert themselves into the centromere by targeting a yet unidentified docking agent. We plan to adapt this system to insert genes of interest into centromeres. Centromeres are advantageous transgene targets because they lack recombination, allowing the stacking of multiple traits. Retrotransposons, or “jumping genes,” self-replicate and package their genome into self-assembling virus-like particles (VLPs), then reinsert (or “jump”) themselves into a new chromosomal location. To measure the stability of VLPs for packaging molecular cargo, we cloned the full-length gene encoding the CR gag protein and successfully generated VLPs in vitro. We also tested the efficiency of different gene constructs in forming VLPs in vitro. Electron microscopy can confirm VLP assembly, however, we plan to develop a convenient fluorescent assay to assess VLP assembly.