mpgroup(mpcross, theta = 0.15, LOD = 5)
mpcross
which
includes the component rf
output by
mp.est.rf
. See mpcross.object
for further details.lg
which is a list with the following components:
mpestrf
map <- sim.map(len=100, n.mar=11, eq.spacing=TRUE, include.x=FALSE) sim.ped <- sim.mpped(4, 1, 500, 6, 1) sim.dat <- sim.mpcross(map=map, pedigree=sim.ped, qtl=matrix(data=c(1, 50, .4, 0, 0, 0), nrow=1, ncol=6, byrow=TRUE), seed=1) dat.rf <- mpestrf(sim.dat) dat.lg <- mpgroup(dat.rf)