Genetic Data Analysis for Breeding (1st Edition)
We wrote this book to fill the gap between textbooks of quantitative genetic theory and software manuals that provide details on quantitative genetics analytical methods but little context or perspective on which methods may be most appropriate for particular applications. Fikret Isik-James Holland-Christian Maltecca (2017).
We are currently working on the second edition of the book, which will include new chapters and focus on R programming and ASReml-R for data analyses.

The book can be purchased from the publisher’s website or from other online vendors.
To purchase: http://www.springer.com/us/book/9783319551753, Amazon, Google Books

Errata
Click here to see a list of errors in the book discovered with corrections.
NOTE on using the Synbreed package for some chapters: The synbreed package was archived in February 2020 due to the unavailability of one of its key dependencies, the regress package. However, you may still be able to run synbreed using R version 3.5 by manually downloading the synbreed package version 0.12-9.tar.gz from the provided link. https://cran.r-project.org/src/contrib/Archive/synbreed/
Data samples used in the chapters
ASReml, SAS, and R codes used in the chapters
For the exercises, use the following R script to install the required packages.
Chapter01 Chapter02 Chapter03 Chapter04
Chapter05 Chapter06 Chapter07 Chapter08
Chapter09 Chapter10 Chapter11 Chapter12
At the beginning of the book (page xii), we mentioned “Installing packages from local source“. These are R packages that may not be loaded on CRAN. You may download the compressed files for Mac (GSa_1.0.tar.gz) and for Windows (GSa_1.0.zip) to install such packages for Chapter 12 (Genomic Selection). Before doing that please run the R code on page xi first.
You may run the ASReml codes in the book using Echidna software!
ASReml is a paid software. However, students from developing countries can obtain a free version from VSNi, the software’s license holder. Arthur Gilmour, the author of ASReml, has also developed a program called Echidna. This software is available for free to academic institutions and students. You can download Echidna to execute all the ASReml codes mentioned in the book with just a few modifications to the code.