Elinramstrom (Talk | contribs) (Created page with "{{Uppsala/javascript/iGemRemoval_js}} {{Uppsala/css_removal}} {{Uppsala/main_template}} {{Uppsala/scroll-button}} {{Uppsala/javascript/scroll-button}} {{Uppsala/javascript/red...") |
Elinramstrom (Talk | contribs) |
||
Line 323: | Line 323: | ||
− | <p> | + | <p>Poly(A)-tails are a series of adenosine (A) nucleotides that are assembled in a string at the 3’ end of the mRNA, like a tail. Poly(A)-tails are important in the cells for both stabilising and signaling, marking the mRNA as ready to be used for different purposes. In eukaryotic cells, Poly(A)-tails are made naturally in the cell for most mRNA strands. In prokaryotes however, the tails are shorter, more uncommon, and in many cases such as in E.coli, there are no tails on most mRNA at all.<br><br> |
+ | |||
+ | Because poly(A)-tails are a long sequence of the same nucleotide, they make good targets for primers of genes with otherwise unknown sequences. In the next step, we will be using primers that will bind to poly(A)-tails and thus, we need to synthesize them onto our RNA samples.</p> | ||
+ | |||
+ | <h2>Experiment</h2> | ||
+ | <p>The purified RNA sample retrieved from previous mRNA purification step is solved in nuclease free water and ready to use. The key reagent is the poly(A) polymerase, an enzyme that attach the adenosine nucleotides onto the mRNA that is directly added into the sample. <br><br> | ||
+ | |||
+ | As you might already know no work is done for free, and that is the case for the poly(A) polymerase. Thereby ATP is added, which is an energy molecule that activates the poly(A) polymerase. The mRNA is then analyzed with gel-electrophoresis to confirm that the poly(A) tail attachment was a success.</p> | ||
+ | |||
+ | <h2>Result</h2> | ||
+ | |||
+ | <p>A successful poly(A) tail have a complete chain of adenosines connected to the 3’UTR of the mRNA strand. The attachment is analyzed with gel-electrophoresis and a successful attachment looks like our results in <b>figure 1</b>. | ||
+ | |||
+ | |||
+ | <!--Start of template with side picutre --> | ||
+ | <div class="card-holder"> | ||
+ | |||
+ | <div class="content-card pic-next-to-text"> | ||
+ | <div class="side-text"> | ||
+ | <!-- Here you put your paragraphs --> | ||
+ | <p><b>Figure 1:</b> A successful poly(A) tail attachment onto the mRNA strand, where the ladder shows specific lengths of the mRNA according to the table. The longer mRNA strand you have the longer poly(A) tail you have succeeded to attach.</p> | ||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="side-img" style="background-color:darkolivegreen;"> | ||
+ | <!-- Here goes the big image to the right --> | ||
+ | <img src=”https://static.igem.org/mediawiki/2018/0/07/T--Uppsala--Transcriptomics-PolyA-Gel.jpg”> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <!--End of template with side picture --> | ||
Revision as of 08:56, 15 October 2018
: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%; }
Poly(A)-Tailing
Poly(A)-tails are a series of adenosine (A) nucleotides that are assembled in a string at the 3’ end of the mRNA, like a tail. Poly(A)-tails are important in the cells for both stabilising and signaling, marking the mRNA as ready to be used for different purposes. In eukaryotic cells, Poly(A)-tails are made naturally in the cell for most mRNA strands. In prokaryotes however, the tails are shorter, more uncommon, and in many cases such as in E.coli, there are no tails on most mRNA at all.
Because poly(A)-tails are a long sequence of the same nucleotide, they make good targets for primers of genes with otherwise unknown sequences. In the next step, we will be using primers that will bind to poly(A)-tails and thus, we need to synthesize them onto our RNA samples.
Experiment
The purified RNA sample retrieved from previous mRNA purification step is solved in nuclease free water and ready to use. The key reagent is the poly(A) polymerase, an enzyme that attach the adenosine nucleotides onto the mRNA that is directly added into the sample.
As you might already know no work is done for free, and that is the case for the poly(A) polymerase. Thereby ATP is added, which is an energy molecule that activates the poly(A) polymerase. The mRNA is then analyzed with gel-electrophoresis to confirm that the poly(A) tail attachment was a success.
Result
A successful poly(A) tail have a complete chain of adenosines connected to the 3’UTR of the mRNA strand. The attachment is analyzed with gel-electrophoresis and a successful attachment looks like our results in figure 1.