Difference between revisions of "Team:Uppsala/Transcriptomics/cDNA Conversion"

Line 13: Line 13:
  
  
 +
    </head>
  
  
  
<style/>
 
 
 
            :root{
 
                --primary: #8b1a32;
 
                --secondary:#969696;
 
                --tertiary: #f15025;
 
                --whiteish: #fcf7ff;
 
                --light-blue:#cde6f5;
 
                --alt-secondary: #554640;
 
 
            }
 
 
 
            html{
 
                width: 100%;
 
                height: 100%;
 
            }
 
            *{
 
                margin: 0;
 
                padding: 0;
 
                box-sizing: border-box;
 
            }
 
           
 
            .parallax {
 
                /* The image used */
 
                background-image: url("https://static.igem.org/mediawiki/2018/9/99/T--Uppsala--Transcriptomics-HEADER_2.jpeg");
 
 
                /* Set a specific height */
 
                min-height: 99vh;
 
 
                /* Create the parallax scrolling effect */
 
                background-attachment: fixed;
 
                background-position: center;
 
                background-repeat: no-repeat;
 
                background-size: cover;
 
                /*background: linear-gradient(to bottom, transparent 90%);*/
 
            }
 
           
 
            .blur-box {
 
            background-color: var(--whiteish);
 
            box-shadow: 0 0 10px 10px var(--whiteish);
 
            }
 
 
            .sub-header{
 
 
                /* Set a specific height */
 
                height:20vw;
 
                min-height: 150px;
 
               
 
 
                /* Create the parallax scrolling effect */
 
                /*background-attachment: fixed;*/
 
                background-position: center;
 
                background-repeat: no-repeat;
 
                background-size: cover;
 
               
 
             
 
            }
 
           
 
            .sub-header h1{
 
                font-size: 60;
 
                text-align: center;
 
                position:absolute;
 
                left:0;
 
                right:0;
 
                margin-top:6.5% ;
 
                margin-left:auto;
 
                margin-right: auto;
 
                color:white;
 
                bottom: px;
 
            }
 
 
/* TODO: CHANGE */
 
            #blue{
 
                background-image: url(redbanner.jpg);
 
            }
 
 
            h1, h2{
 
 
                color: #661325;
 
            }
 
            h1{
 
                margin-top:2em;
 
                margin-bottom: 0.5em;
 
            }
 
            #first-title{
 
                top:100px;
 
                margin-top: 0;
 
            }
 
           
 
            .content{
 
                position:relative;
 
             
 
                background-color: var(--whiteish);
 
            }
 
 
            .content-text{
 
                margin-top:2em;
 
                min-width: 400px;
 
                width:70%;
 
                position: relative;
 
                margin: auto;
 
                /*background-color: #8c7cff;*/
 
 
            }
 
 
 
            .scroll-pointer{
 
                top:85%;
 
                position:absolute;
 
                /*margin-left:auto;
 
                margin-right:auto;*/
 
                width: 100%;
 
                padding: 0;
 
            }
 
 
            .scroll-pointer img{
 
                color: var(--primary) ;
 
 
            }
 
 
            .center-icon{
 
                width:100px;
 
                position: relative;
 
                display: block;
 
                margin-right: auto;
 
                margin-left: auto;
 
                opacity: 0.8;
 
            }
 
.center {
 
    display: block;
 
    margin-left: auto;
 
    margin-right: auto;
 
    width: 50%;
 
}
 
 
 
 
</style>
 
  
 +
 
  
  
Line 302: Line 164:
  
  
     </head>
+
<div class="body">
 +
     <div class="parallax"></div>
 +
    <div class="igem-icon"><a href="https://2018.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2018/b/b0/T--Uppsala--graylogo.png"></a></div>
  
     <div class="body">
+
     <div class ="scroll-down-button">
         <div class="parallax"></div>
+
         <section id="section02" class="demo">
         <div class="igem-icon"><a href="https://2018.igem.org/Main_Page"><img src="https://static.igem.org/mediawiki/2018/b/b0/T--Uppsala--graylogo.png"></a></div>
+
            <h1></h1>
 +
            <a href="#scrolldown"><span></span></a>
 +
         </section>
 +
    </div>
 +
    <div class= "content blur-box" style="font-size:16px;">
 +
        <div class ="content-text" id="scrolldown" >
 +
            <div style="height:5em;"></div>
 +
            <!-- FROM THIS POINT DOWNWARDS YOU START ADDING YOUR STUFF -->
 +
           
 +
           
 +
           
 +
           
 +
           
  
        <div class ="scroll-down-button">
 
            <section id="section02" class="demo">
 
                <h1></h1>
 
                <a href="#scrolldown"><span></span></a>
 
            </section>
 
        </div>
 
        <div class= "content blur-box" style="font-size:16px;">
 
            <div class ="content-text" id="scrolldown" >
 
                <div style="height:5em;"></div>
 
                <!-- FROM THIS POINT DOWNWARDS YOU START ADDING YOUR STUFF -->
 
               
 
  
<h1>cDNA Conversion</h1>
 
  
 +
           
 +
 
 +
<div class="card-holder">
 +
    <div class="content-card-heading">         
 +
           
 +
<h1>cDNA Conversion</h1>
 +
</div>
 
                
 
                
 
<p> cDNA stands for complementary DNA, and can be described as a double stranded DNA that is made with RNA as template. Our ultimate goal is the sequence the RNA that we have extracted - and with our sequencing method of choice, we need to turn the RNA back into DNA for it to be read properly. To do this, we use a technique known as reverse transcription to read and copy the RNA contents onto a newly made DNA strand, with no genetic information lost!
 
<p> cDNA stands for complementary DNA, and can be described as a double stranded DNA that is made with RNA as template. Our ultimate goal is the sequence the RNA that we have extracted - and with our sequencing method of choice, we need to turn the RNA back into DNA for it to be read properly. To do this, we use a technique known as reverse transcription to read and copy the RNA contents onto a newly made DNA strand, with no genetic information lost!
Line 365: Line 236:
  
 
<table class=” pgrouptable tablesorter our-table” style=“width: 100%;” cellspacing="15"; cellpadding=“0”>
 
<table class=” pgrouptable tablesorter our-table” style=“width: 100%;” cellspacing="15"; cellpadding=“0”>
<th style= “width: auto”>Sample</th>
+
<thead>
<th style=“width: auto” >RNA [ng/µL]</th>
+
    <tr>
<th style=“width: auto”>DNA [ng/µL]</th>
+
        <th style= “width: auto”>Sample</th>
<th style=“width: auto”>After adding DNA</th>
+
        <th style=“width: auto” >RNA [ng/µL]</th>
<th style=“width: auto”>After adding RNA</th>
+
        <th style=“width: auto”>DNA [ng/µL]</th>
</tr></thead>
+
        <th style=“width: auto”>After adding DNA</th>
<tbody><tr>
+
        <th style=“width: auto”>After adding RNA</th>
 +
    </tr>
 +
</thead>
 +
<tbody>
 +
   
 +
<tr>
  
 
<td>RNA sample 10 ng/µl</td>
 
<td>RNA sample 10 ng/µl</td>
Line 381: Line 257:
 
</td>
 
</td>
 
<td>6.86</td>
 
<td>6.86</td>
<td>-</td></tr><tr>
+
<td>-</td>
 +
</tr>
 +
<tr>
  
  
Line 396: Line 274:
 
11.7
 
11.7
 
</td>
 
</td>
</tr></thead>
+
</tr>
</tr></tbody></table>
+
</tbody>
 +
</table>
  
  
Line 426: Line 305:
 
<br>
 
<br>
 
<table class=” pgrouptable tablesorter our-table” style=“width: 100%;” cellspacing="15"; cellpadding=“0”>
 
<table class=” pgrouptable tablesorter our-table” style=“width: 100%;” cellspacing="15"; cellpadding=“0”>
 +
<thead><tr>
 
<th style= “width: auto”>Sample No.</th>
 
<th style= “width: auto”>Sample No.</th>
 
<th style=“width: auto” >Incubation Time [min]</th>
 
<th style=“width: auto” >Incubation Time [min]</th>
Line 529: Line 409:
  
  
</tr></thead>
+
</tr>
</tr></tbody></table></tr><tr>
+
</tbody></table>
  
  
Line 546: Line 426:
 
This corresponds with described ability of RNAseH to preferentially digest RNA:DNA hybrids.</p>
 
This corresponds with described ability of RNAseH to preferentially digest RNA:DNA hybrids.</p>
  
  <img src="https://static.igem.org/mediawiki/2018/1/10/T--Uppsala--Transcriptomics-cDNAconv.jpg" class="center" height="70%" width="70%">
+
  <img src="https://static.igem.org/mediawiki/2018/1/10/T--Uppsala--Transcriptomics-cDNAconv.jpg" class="center" height="70%" width="70%" >
 
<p><b>Figure 1:</b> Results after digestion with RNases.</p><br>
 
<p><b>Figure 1:</b> Results after digestion with RNases.</p><br>
  
Line 570: Line 450:
 
We have managed to successfully synthesize complementary DNA to our mRNA samples, which unfortunately did contain undigested RNA. A protocol needs to be developed that assures all of the RNA has been removed from the sample prior to the preparation of the library. Moreover, additional troubleshooting needs to be performed to determine why is the digestion not efficient. </p>
 
We have managed to successfully synthesize complementary DNA to our mRNA samples, which unfortunately did contain undigested RNA. A protocol needs to be developed that assures all of the RNA has been removed from the sample prior to the preparation of the library. Moreover, additional troubleshooting needs to be performed to determine why is the digestion not efficient. </p>
 
   
 
   
 
+
</div>
  
  

Revision as of 13:32, 15 October 2018