Why sequence the transcriptome
Overview of RNA-seq (From RNA to sequence)
- RNA-seq analysis (From sequence to RNA and expression)
- Quality control of sequence data
- Mapping based approach
- Transcriptome assembly
- Estimate gene expression
- checking the quality of the raw reads with FastQC
- map reads to the reference genome using STAR
- converting between SAM and BAM format using Samtools
- assess the post-alignment read quality using QualiMap
- count reads overlapping with gene regions using featureCounts
- Identify differentially expressed genes using a prepared r-script relying on edgeR