Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Let's recap what we learned yesterday:

We looked at finding differentially expressed genes when we are not interested in novel genesmapping reads to the genome and transcriptome.


         1. Unspliced mapping: BWA. We used BWA to map reads from two conditions C1 and C2 to our genometranscriptome.

    • Unspliced mappers are typically faster (particularly those using BWT).
    • Unspliced mappers will miss/misalign reads that span exon-exon junctions.
    • Unspliced mappers are best when mapping RNA-Seq data directly to the transcriptome.

2. Spliced mapping: HISAT2/STAR. We used HISAT2 STAR to map reads from two conditions C1 and C2 to our genome.

...

    • When you want to quantify known transcripts, kallisto is the fastest way to go. It skips the alignment step.

...

BACK TO COURSE OUTLINE