SISG 2019 |
|||
Association Mapping: GWAS and Sequencing Data Instructors: Timothy Thornton and Michael Wu This page will feature slides, exercises, and some solutions (all to follow). Prior to the module, please install the latest and up-to-date versions of R (Version 3.6) and Plink on the laptop you will use during the summer institute. Both are free.
The following R packages from CRAN will be used and should be installed:
install.packages("qqman") install.packages("SKAT") The following R packages from Bioconductor will be used and should be installed prior to the module
if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install(c("GWASTools", "gdsfmt","SNPRelate","GENESIS")) Slides and Exercises: For each exercises performed in R, script files be posted following. To make them work on your computer, remember to modify file names and locations appropriately. Also note that many different 'correct' solutions are possible.
Datasets
A zipped folder with the genetic relatdness matrix (GRM) and other files for exercise 6, where a linear mixed model analysis is performed, can be downloaded here:
LMM_FILES_2019.zip
Before trying to read data into an R or PLINK session, we recommend looking at it first, in a text editor. Is the data comma- or tab-delimited? Does it have a 'header' row containing variable names?
Other Resources
|
Send mail to: see Tim or Mike in class
|