We’ll be completing all assignments in R, so make sure you have both R and RStudio. We’ll be using several packages from Bioconductor. To install a package for the first time, use

BiocManager::install("SNPRelate") # install the package SNPRelate, in quotes

Then to use the packae on any subsequent R session, simply run

library(SNPRelate) # no quotes