-
Notifications
You must be signed in to change notification settings - Fork 9
Home
fayezor edited this page May 19, 2015
·
29 revisions
In this workshop, we will be working through the following sections, which can also be accessed via the sidebar.
-
- Download materials and get working space ready
-
Quality Control of RNA-Seq Reads
- Procedures for diagnosing and fixing problems in the raw sequence data
- Tools: FastQC, Trimmomatic
-
Alignment of RNA-Seq Reads to Reference Genome
- Map the cleaned-up sequencing reads to appropriate regions on the reference genome
- Tools: Bowtie/Tophat, Samtools
-
- Count the number of reads that are mapped to annotated genomic features
- Tools: summarizeOverlaps() R function
-
Differential Expression Analysis
- Given two groups of interest, perform statistical tests of differential expression for each genomic feature
- Tools: edgeR