powered by
Generate QTLs ane phenotype data for individual examples from cross. These are utility routines to illustrate the examples. They are not meant for users per se.
generate.qtl.markers(cross, n.phe, nqtl = 3) generate.qtl.pheno(name, cross, bp, bq, stdev, allqtl, burnin = 2000, geno)
object of class cross; see read.cross
cross
read.cross
character string for example name
vector or matrix of coefficients for dependencies between phenotypes; see cyclic and acyclic examples
vector or matrix of coefficients for QTL effects on phenotypes; see cyclic and acyclic examples
vector of standard deviations per phenotype
list of objects of class qtl produced by generate.qtl.sample
qtl
generate.qtl.sample
number of burnin cycles for MCMC; default is 2000
genotypes at markers, typically extracted with pull.geno
pull.geno
number of phenotypes
number of QTL
acyclic, cyclica, cyclicb, cyclicc
acyclic
cyclica
cyclicb
cyclicc
# NOT RUN { example(acyclic) example(cyclica) example(cyclicb) example(cyclicc) # }
Run the code above in your browser using DataLab