Skip to content

Commit

Permalink
overview with LO added; and hope a commit sorts the deploy issue :)
Browse files Browse the repository at this point in the history
  • Loading branch information
3mmaRand committed Oct 13, 2023
1 parent 0b1136d commit 382496b
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions omics/week-4/overview.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,40 @@ toc: true
toc-location: right
---

This week you will .... The independent study will ...
In the workshop, you will learn ...
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 [Omics 1: Hello Data workshop](../week-3/workshop.html) and [Consolidation study](../week-3/study_after_workshop.html). 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`** or on logged normalised expression values using **`scran`** or both.

We suggest you sit together with your group in the workshop.

### Learning objectives

The successful student will be able to:

- xxx
- xxx
- xxx
- xxx
- 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`** and **`scran`**
- find genes that are unexpressed or expressed in a a single cell type or treatment group
- perform differential expression analysis on raw counts using **`DESeq2`** or on logged normalised expression values using **`scran`** or both.
- explain the output of differential expression: log fold change, p-value, adjusted p-value,


### Instructions

1. [Prepare](study_before_workshop.qmd)

i. πŸ“– Read xxx
i. πŸ“– Read what you should have so far and about concepts in differential expression analysis.


2. [Workshop](workshop.qmd)

i. πŸ’» xx
i. πŸ’» Find unexpressed genes and those expressed in a single cell type or treatment group.

ii. πŸ’» xx
ii. πŸ’» Set up the metadata for differential expression analysis.

iii. πŸ’» xx
iii. πŸ’» Perform differential expression analysis on raw counts using **`DESeq2`** or on logged normalised expression values using **`scran`** or both.

iv. πŸ’» xx

v. πŸ’» Look after future you!
iv. Look after future you!

3. [Consolidate](study_after_workshop.qmd)

Expand Down

0 comments on commit 382496b

Please sign in to comment.