saunak sen >>     home || research || software || teaching ||

paper || disclaimer || symbolic || figures

Quantitative trait locus study design from an information perspective
S Sen, JM Satagopan, and GA Churchill

This page contains supplementary material for Sen S, Satagopan JM, Churchill GA (2005) "Quantitative trait locus study design from an information perspective," Genetics, 170:447-464. Please email Saunak Sen(sen@biostat.ucsf.edu) if you have any problems or questions about the contents of this webpage.

Disclaimer The source code and software distributed in this web page has no implied warranty. Use at your own risk.

Symbolic computation code Some of the results in the paper were derived using symbolic calculations in Maxima. Start Maxima in your system, and then you can cut and paste the contents of the files below into the command window. The files are commented, so you should be able to follow the steps.

Figures

R/qtlDesign This package performs power calculations and minimum effect size determinations for backcross and F2 intercross populations. These calculations take into account selective genotyping of the extreme phenotypic individuals and marker spacing. It is an add-on package to the R programming language. To install version 0.32 of the package (in UNIX or OS X) download the file qtlDesign_0.32.tar.gz, and give the type in a command window:

   R CMD INSTALL qtlDesign_0.32.tar.gz
For more recent versions of the package see the software page.