- data
an object of class qtlpoly.data
.
- mu
simulated phenotype mean, e.g. 0 (default).
- h2.qtl
vector with QTL heritabilities, e.g. c(0.3, 0.2, 0.1)
for three QTL (default); if NULL
, only error is simulated.
- var.error
simulated error variance, e.g. 1 (default).
- linked
if TRUE
(default), at least two QTL will be linked; if FALSE
, QTL will be randomly assigned along the genetic map. Linkage is defined by a genetic distance smaller than the selected w.size
.
- n.sim
number of simulations, e.g. 1000 (default).
- missing
if TRUE
(default), phenotypes are simulated with the same number of missing data observed in data$pheno
.
- w.size
the window size (in centiMorgans) between two (linked) QTL, e.g. 20 (default).
- seed
integer for the set.seed()
function.
- verbose
if TRUE
(default), current progress is shown; if FALSE
, no output is produced.
- x
an object of class qtlpoly.sim
to be printed.
- detailed
if TRUE
, detailed information on linkage groups and phenotypes in shown; if FALSE
, no details are printed.
- ...
currently ignored