# NOT RUN {
example(include.hotspots)
set.seed(123)
pt <- scanone(ncross1, method = "hk", n.perm = 1000)
alphas <- seq(0.01, 0.10, by=0.01)
lod.thrs <- summary(pt, alphas)
# }
# NOT RUN {
## This takes awhile, so we save the object.
set.seed(12345)
hotperm1 <- hotperm(cross = cross1,
n.quant = 300,
n.perm = 100,
lod.thrs = lod.thrs,
alpha.levels = alphas,
drop.lod = 1.5,
verbose = FALSE)
save(hotperm1, file = "hotperm1.RData", compress = TRUE)
# }
# NOT RUN {
summary(hotperm1)
# }
Run the code above in your browser using DataLab