Overview
Transcriptomics 2: Statistical Analysis
This week we cover differential expression analysis on raw counts or log normalised values. The independent study will allow you to check you have what you should have following the Transcriptomics 1: Hello Data workshop and Consolidation study. It will also summarise the concepts and methods we will use in the workshop. In the workshop, you will learn how to perform differential expression analysis on raw counts using DESeq2
(Love, Huber, and Anders 2014) or on logged normalised expression values using scran
(Lun, McCarthy, and Marioni 2016) or both. You will also add information about genes programmatically.
We suggest you sit together with your group in the workshop.
Learning objectives
The successful student will be able to:
- verify they have the required RStudio Project set up and the data and code files from the previous Workshop and Consolidation study
- explain the goal of differential expression analysis and the importance of normalisation
- explain why and how the nature of the input values determines the analysis package used
- describe the metadata needed to carry out differential expression analysis and the statistical models used by
DESeq2
andscran
- find genes that are unexpressed or expressed in a just one group
- perform differential expression analysis on raw counts using
DESeq2
or on logged normalised expression values usingscran
or both. - explain the output of differential expression: log fold change, p-value, adjusted p-value
- add information about genes programmatically to their results
- prepare for a discussion with their project supervisor about genes of interest
Instructions
-
- π Check what you should have after week 3
- π Read about concepts in differential expression analysis.
- π Find out what packages we will use.
-
π» Find unexpressed genes and those expressed in a single cell type or treatment group.
π» Set up the metadata for differential expression analysis.
π» Perform differential expression analysis on raw counts using
DESeq2
or on logged normalised expression values usingscran
.Look after future you!
-
- π» Use the work you completed in the workshop as a template to apply to a new case.