Elinramstrom (Talk | contribs) |
|||
Line 398: | Line 398: | ||
<div class="card-holder"> | <div class="card-holder"> | ||
+ | <br><br> | ||
+ | |||
+ | <!--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 --> | ||
+ | <table class=” pgrouptable tablesorter our-table” style=“width: 100%;” cellspacing="15"; cellpadding=“0”> | ||
+ | <thead><tr> | ||
+ | <th style= “width: auto”>Runtime (D:HH:MM)</th> | ||
+ | <th style=“width: auto” >Reads (k) [ng]</th> | ||
+ | <th style=“width: auto” >Bases (MB)</th> | ||
+ | </tr></thead> | ||
+ | <tbody><tr> | ||
+ | |||
+ | <td> | ||
+ | 0:01:35 | ||
+ | </td> | ||
+ | <td > | ||
+ | 33.98 | ||
+ | </td> | ||
+ | <td>6.29 | ||
+ | </td> | ||
+ | </tr><tr> | ||
+ | </tr></tbody></table> | ||
+ | |||
+ | |||
+ | |||
+ | <!-- End of Code For TABLE --> | ||
<br><br> | <br><br> | ||
Revision as of 16:57, 17 October 2018
Bioinformatics
After a succesfull sequencing has been performed and you’re left with raw data containing millions and millions (and millions) of lines of base sequences, all of this needs to be processed and interpreted. This is where the interdisciplinary field of bioinformatics comes in. A vast range of software tools are available, tailored to different kinds of analysis as well as being unique to the different sequencing methods being used.
Most of the tools we used were available through the free website Usegalaxy.org which as well let us do the processing on their servers. Because we also made use of nanopore sequencing, tailored tools used for the MinION data were available from their community hub which could be run from a terminal window.
Experiment
We decided to create our bioinformatics pipeline from scratch. This was not an easy task however as nanopore technology is novel and many of the available pipelines are tailored to illumina sequencing. Generally though, a basic transcriptomics pipeline looks like the following: Alignment to a reference genome, gene counting and differential gene expression [1]. However a couple of data processing steps were needed for the nanopore data beforehand such as demultiplexing and adapter trimming.
Demultiplexing and adapter trimming
Gene counting
Result
The transcriptomics pipeline was tried out and validated using read files available from the internet. The files consisted of two datasets of E. Coli (triplicates) cultured in regular LB and a sugar solution respectively.
Figure 3: Results of the differential gene expression analysis using Deseq2 on test files. The genes (shown with their gene ID) as well as their mean base length and several statistical results can be seen.
Figure 4: Results of the differential gene expression after filtering for statistical significance and fold change.
The results after searching for the genes in the NCBI database showed that the most expressed gene from the sugar-cultured E. Coli was shown to be involved in a type of sugar system, proving that the pipeline was indeed working.
Figure 5: Highly expressed gene produced from the pipeline matching a glucose specific gene.
Figure 6: Results of the differential gene expression done on our own data.