Difference between revisions of "Team:Uppsala/Transcriptomics/Bioinformatics"

Line 320: Line 320:
 
                  
 
                  
  
  <h1>Bioinformatics</h1>
+
<h1>Bioinformatics</h1>
 
   
 
   
  
Line 327: Line 327:
 
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. </p><br><br>
 
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. </p><br><br>
  
<h1>Experiment</h1>
+
<h2>Experiment</h2>
  
 
<p>We decided to create our bioinformatics pipeline from scratch. Generally, a basic transcriptomics pipeline looks like the following: Alignment to a reference genome, gene counting and differential gene expression. However a couple of data processing steps were needed for the nanopore data beforehand such as demultiplexing and adapter trimming.</p><br><br>
 
<p>We decided to create our bioinformatics pipeline from scratch. Generally, a basic transcriptomics pipeline looks like the following: Alignment to a reference genome, gene counting and differential gene expression. However a couple of data processing steps were needed for the nanopore data beforehand such as demultiplexing and adapter trimming.</p><br><br>
  
<h2>Demultiplexing and adapter trimming</h2>
+
<h3>Demultiplexing and adapter trimming</h3>
 +
<p>Because the sequencing itself runs pooled samples containing both the barcoded cultured- and control-group samples, the data produced needs to be demultiplexed i.e separated into files containing the reads from respective groups. Because the barcodes used to fingerprint each group is made up of its own base sequence, this also had to be removed or ”trimmed” from the data, leaving us with the pure mRNA sequences. This was achieved using a free nanopore community tool called porechop.</p>
  
  

Revision as of 17:00, 15 October 2018