table
rbinom
genetic_diff
d()
Published with bookdown & the OTTR template)
Style adapted from: rstudio4edu-book (CC-BY 2.0)
Now we’ll look at the GTEx data ourselves to perform our own gene expression analyses.
In addition to tidyverse, we’ll also load the MASS package, which is useful for various statistical functions.
tidyverse
MASS
library(tidyverse) library(MASS)