# Day 4 Hands-on
## Aim
Complete the tutorial on Exploratory Data Analysis (EDA)
## 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 EDA tutorial (`02_exploratory_data_analysis`) 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 `Introduction`, `Metadata` and `Count data` sections
Session 2: Do the `Exploratory Data Analysis` section