Crandore Hub

qtl

Tools for Analyzing QTL Experiments

Analysis of experimental crosses to identify genes (called quantitative trait loci, QTLs) contributing to variation in quantitative traits. Broman et al. (2003) <doi:10.1093/bioinformatics/btg112>.

README

This directory contains standalone binaries of R/qtl (currently MQM
implentations).

run:

  cd ./contrib/bin
  cmake .
	make 
	make test   
  (the binary is 'mqm').

(you will need the standard GNU gcc set, as well as cmake)

To run regression testing from the default R interpreter:

  rm CMakeCache.txt ; cmake -DTEST_R=TRUE 
  make testR

To test all

  make testall

To run a single test you can use regular expressions (man ctest), e.g.

  ctest -R TestMQMF2_test0 

Both build and install the 'R/qtl' package in its default location before
running the test scripts. You need both R and lapack, on Debian/Ubuntu:

  apt-get install r-base r-base-dev liblapack-dev

Versions across snapshots

VersionRepositoryFileSize
1.74 rolling linux/jammy R-4.5 qtl_1.74.tar.gz 5.8 MiB
1.74 rolling linux/noble R-4.5 qtl_1.74.tar.gz 5.8 MiB
1.74 rolling source/ R- qtl_1.74.tar.gz 4.1 MiB
1.74 latest linux/jammy R-4.5 qtl_1.74.tar.gz 5.8 MiB
1.74 latest linux/noble R-4.5 qtl_1.74.tar.gz 5.8 MiB
1.74 latest source/ R- qtl_1.74.tar.gz 4.1 MiB
1.74 2026-04-26 source/ R- qtl_1.74.tar.gz 4.1 MiB
1.74 2026-04-23 source/ R- qtl_1.74.tar.gz 4.1 MiB
1.74 2026-04-09 windows/windows R-4.5 qtl_1.74.zip 5.8 MiB
1.70 2025-04-20 source/ R- qtl_1.70.tar.gz 4.1 MiB

Dependencies (latest)

Imports

Suggests