Session Ready
Exercise

RNA-Seq Packages

We will be using DESeq2 for performing the differential expression analysis and additional R packages for data wrangling and plotting. Before we can run any analyses, we need to load the following packages DESeq2, RColorBrewer, pheatmap, and tidyverse.

Instructions
100 XP
  • Using library(), import the packages DESeq2, RColorBrewer, pheatmap, and tidyverse.