If we were going to do a live demo …
- install R and RStudio
- see datacarpentry instructions
- or next two slides
- install packages qtl, rrBLUP
- download or view https://github.com/byandell/thailand
January 2017
If we were going to do a live demo …
R: powerful programming language for data exploration, visualization, and analysis
RStudio: nice graphical interface for R projects
install.packages("qtl", "rrBLUP")
This will install the two main packages we will use.
A.mat
to compute \(K\) from markerskin.blup
to predict phenotypescalc_kinship
with type="loco"
to compute \(K\)scan1
with kinship
option to fit mixed modelThere is a very useful set of R packages that were recently developed, which are packaged together as the "Tidyverse" (http://tidyverse.org/). We will not use these directly, but they are worth knowing about. To install them type the following on the Rstudio console:
install.packages(tidyverse)
This will install a number of small packages on your system.
For the advanced R/qtl2 section, there are further packages. We will discuss that later.
Want to go further organizing your work?
Material for this course at https://github.com/byandell/PlantSysGen