5  Assignments

library(ggplot2)
library(dplyr)
data <- read.csv("./data/biological_lab_data.csv")

5.1 Assignment 1: Box Plot

Compare the distribution of gene expression levels across treatments and cell lines

5.2 Assignment 2: Faceted Density Plot

Visualize the density of gene expression levels for each cell line across treatments

5.3 Assignment 3: Heatmap

Create a heatmap of average gene expression for each combination of treatment and cell line

`summarise()` has grouped output by 'CellLine'. You can override using the
`.groups` argument.