/
Day 2 Take Away Points
Day 2 Take Away Points
Let's recap what we learned yesterday:
We looked at mapping reads to the genome and transcriptome.
1. Unspliced mapping: BWA. We used BWA to map reads from two conditions C1 and C2 to our transcriptome.
- 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 STAR to map reads from two conditions C1 and C2 to our genome.
- Spliced mapping is more conducive for rna-seq data.
- Spliced alignments look different from unspliced alignments in their cigar scores ("N")
3. Pseudomapping using Kallisto: We used Kallisto to quantify transcripts using reads from two conditions C1 and C2.
- When you want to quantify known transcripts, kallisto is the fastest way to go. It skips the alignment step.
BACK TO COURSE OUTLINE
, multiple selections available,
Related content
Day 1 Take Away Points 2014
Day 1 Take Away Points 2014
More like this
Day 3 take aways
Day 3 take aways
More like this
Mapping with HISAT2
Mapping with HISAT2
More like this
Mapping with STAR
Mapping with STAR
More like this
Assessing Mapping Results I 2014
Assessing Mapping Results I 2014
More like this
Assessing Mapping Results I
Assessing Mapping Results I
More like this