11.8 Setup

Now we’ll look at the GTEx data ourselves to perform our own gene expression analyses.

11.8.1 R packages

In addition to tidyverse, we’ll also load the MASS package, which is useful for various statistical functions.

library(tidyverse)
library(MASS)