inst/contrib/bin/rtest/test_mqm_hyper_prob.R

######################################################################
#
# Regression test
#
# copyright (c) 2009 Pjotr Prins
# first written July 2009
#
#     This program is free software; you can redistribute it and/or
#     modify it under the terms of the GNU General Public License,
#     version 3, as published by the Free Software Foundation.
#
#     This program is distributed in the hope that it will be useful,
#     but without any warranty; without even the implied warranty of
#     merchantability or fitness for a particular purpose.  See the GNU
#     General Public License, version 3, for more details.
#
#     A copy of the GNU General Public License, version 3, is available
#     at http://www.r-project.org/Licenses/GPL-3
#
# Some basic regression/integration testing for some of the QTL mapping routines
#
# You can run it with:
#
#   R --no-save --no-restore --no-readline --slave < ./tests/test_qtl.R 

######################################################################

set.seed(100)

library(qtl)
data(hyper)
h <- fill.geno(hyper)
aaa <- mqm(h)
# sink(paste('regression/',script,'.rnew',sep=''))
aaa[25,3]
aaa
# sink()
cat(script,'successful')
kbroman/qtl documentation built on Jan. 13, 2024, 10:14 p.m.