# Day 5 Hands-on
## Aim
Perform the differential gene expression (DGE) tutorial
## How
1. [Connect to your RStudio instance](https://hackmd.io/@bschiffthaler/S1cNpLZvs/%2F3fnGu5a3S7G5n2gDP7JO-Q)
2. Load the RnaSeqTutorials package
```{R}
library(RnaSeqTutorials)
```
3. Look up the package vignette
```{R}
vignette("RnaSeqTutorials")
```
4. Find the DGE tutorial (`03_differential_gene_expression`) and start it
## Sessions
We will have two sessions, in every session, you will first go through the tutorial for an hour. Then I will recap that tutorial in a guided fashion, answering questions and clarifying aspects for an hour.
Session 1: Do the `Models` section
Session 2: Do the `DE Results` section