Why sequence the transcriptome
Overview of RNA-seq (from RNA to sequence)
RNA-seq analysis (from sequence to RNA and expression)
Quality control (QC) of sequence data
Reference based analysis
De-novo assembly of transcriptomes
Gene/Transcript expression analysis
Differential 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