Last chance! 50% off unlimited learning
Sale ends in
scanone
.
"c"(..., labels)
"cbind"(..., labels)
scanone
. (This can also
be a list of scanone
objects.) These are
the results from scanone
(with n.perm=0
),
generally run with different phenotypes or methods. All must
conform with each other, meaning that
calc.genoprob
and/or sim.geno
were run with the same values for step
and off.end
and
with data having the same genetic map.scanone
object.scanone
, generally for
different phenotypes and/or methods, to be used in parallel with
summary.scanone
.
summary.scanone
,
scanone
, cbind.scanoneperm
data(fake.f2)
fake.f2 <- calc.genoprob(fake.f2)
out.hk <- scanone(fake.f2, method="hk")
out.np <- scanone(fake.f2, model="np")
out <- c(out.hk, out.np, labels=c("hk","np"))
plot(out, lod=1:2, col=c("blue", "red"))
Run the code above in your browser using DataLab