[ Home | FAQ | News | Bugs | Sample graphics | Sample data | Tutorials | Book | Manual | Citation ]
Before installing R/qtl, you must first install R, which is available at the Comprehensive R Archive Network (CRAN).
Once R is installed, and provided that your computer has an internet connection, it is easiest to install R/qtl by first invoking R and then typing the following:
install.packages("qtl")
This will download and install R/qtl (which is known in R as the "qtl" package or library). You may then load R/qtl by typing:
library(qtl)
Alternatively, use the following links to download the R/qtl package, and follow the instructions in the INSTALL_ME.txt file.
The software is licensed under the GNU General Public License. Download and use of this software implies agreement to the terms in that license.
[ Home | FAQ | News | Bugs | Sample graphics | Sample data | Tutorials | Book | Manual | Citation ]