Elinramstrom (Talk | contribs) |
Elinramstrom (Talk | contribs) |
||
Line 588: | Line 588: | ||
− | <p><strong>Figure 1:</strong> Flowchart with all steps of the transcriptomics outline.</p><br><br> | + | <p align="center"><strong>Figure 1:</strong> Flowchart with all steps of the transcriptomics outline.</p><br><br> |
<h3 align="center"><b> To get more information of any of the steps regarding experiment, results and conclusions click on the pictures in the flow chart!</b></h3> | <h3 align="center"><b> To get more information of any of the steps regarding experiment, results and conclusions click on the pictures in the flow chart!</b></h3> |
Revision as of 17:43, 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%; }
The idea behind the work of the transcriptomics group is to try and detect any changes in the gene expression when E. coli is grown alongside strongyles as opposed to just being grown in a normal lab environment. The aim for this undertaking is to find any and all genes which might be expressed exclusively in the proximity to the worms - giving us a prime opportunity to work some biotech magic and find a way to make a diagnostics tool for the strongyle parasites out of that very bacteria gene.
The way we decided to approach this was by running a full-scale transcriptome sequencing on the entire E. coli genome, both in bacteria grown normally and grown alongside the worms. By doing this, we would be able to quantitatively determine the differences in gene expression.
For this, we created an eight-step pipeline starting from lysing the bacteria to extracting their RNA contents, to refining and finally sequencing the genetic material using Oxford Nanopore’s MinION device - which you plug in to your laptop. That same laptop will then be used to understand what exactly is going on in the bacteria.
Figure 1: Flowchart with all steps of the transcriptomics outline.
To get more information of any of the steps regarding experiment, results and conclusions click on the pictures in the flow chart!
1. Cell Lysis
The cultured E. coli cells are lysed. The cells are harvested at their log phase when genetic expression is at the highest to ensure the maximum genetic variety.
2. Total RNA Purification
The RNA is extracted using QIAGEN’s RNeasy Kit. Two cultures are purified - one worm group and one control group. The RNA is quality checked and then stored.
3. rRNA Depletion
The ribosomal RNA - rRNA, does not hold any relevant genetic information for us and consists about 90% of the total RNA content of the cell. Using Thermo Fishers MICROBExpress Kit, the rRNA is removed to get rid of genetic static and to make future steps easier in terms of total material that needs to be processed.
4. Poly(A)-Tailing
Poly(A)-tails consists of adenosine nucleotides that are added onto the 3’ end of the nucleotide strand in mostly eukaryotes for translation purposes. They are added onto the ends of our RNA to work as a primer target in the next step of the process.
5. cDNA Conversion
Using our newly added Poly(A)-tails as a primer target, we subject our RNA to reverse transcription to create complementary DNA copies - or cDNA. The RNA needs to be converted into DNA to be sequenced with the MinION device. The original RNA template is then degraded and a second strand is synthesized onto the cDNA.
6. Barcoding + Library Preparation
A necessary step to be able to make sense of the sequenced data is to attach so-called barcodes to the end of each cDNA strand. Barcodes are small sequences which are known beforehand and allows us to differentiate between different samples. Because two transcriptome samples will be sequenced at the same time, this will let us know which sequence came from which sample.
One final step before sequencing can begin is to attach adaptor sequences onto the end of the barcodes. These specialized adaptors allows the sequencing device to recognize the cDNA-strand and move it into the sequencing machinery.
7. Sequencing
The MinION device works by applying an electrical current and pulling the DNA strand through small biological pores. This movement causes changes in the electrical current also passing through the pore - and the charge of the current varies depending on which nucleotide of the DNA strand is passing through at the moment. This is what enables the sequencing - the current changes are translated into the nucleotide order of the DNA strand.
8. Bioinformatics
With the genetic information of the samples finally deciphered, it is time to match it to known genes in the E.coli genome and quantify the amount of genes that was expressed way back before step one of this pipeline. This allows us to see the possible difference in gene expression between the E.coli worm samples and the E.coli control samples.