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

Line 245: Line 245:
 
                         <div class="side-text">
 
                         <div class="side-text">
 
                             <!-- Here you put your paragraphs -->  
 
                             <!-- Here you put your paragraphs -->  
                             <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>
+
                             <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><br>
 +
                            <h3>Genome alignment</h3>
 +
<p>The base sequences needs to be aligned to the reference genome of the sequenced species in question for the downstream data analysis. This is important because we want to know where each sequence actually lies in the genome and which genes they correspond to. Genome alignment was done using another community tool called minimap2.</p>
  
  

Revision as of 15:39, 17 October 2018





<