References

Last updated on 2024-03-12 | Edit this page

Estimated time: 0 minutes

Books

  • Whitlock, Michael, and Dolph Schluter. The analysis of biological data. Vol. 768. Roberts Publishers, 2015.

Data

The mice data originate from:

  • Winzell, M. S., & Ahrén, B. (2004). The high-fat diet-fed mouse: A model for studying mechanisms and treatment of impaired glucose tolerance and type 2 diabetes. Diabetes, 53(SUPPL. 3).

Data are were downloaded here.

You may download them as follows:

R

mice_data <- read_csv(file= url("https://raw.githubusercontent.com/genomicsclass/dagdata/master/inst/extdata/mice_pheno.csv"))

Teaching materials

The slides are loosely based on a lecture by Bernd Klaus and Wolfgang Huber:

The demonstration in R roughly follows an example from this course: