# NOT RUN {
library(qtl)
data(hyper)
hyper <- calc.genoprob(hyper, step=1)
out <- scanone(hyper)
# }
# NOT RUN {
# iplotScanone with no effects
iplotScanone(out, chr=c(1, 4, 6, 7, 15))
# }
# NOT RUN {
# }
# NOT RUN {
# iplotScanone with CIs
iplotScanone(out, hyper, chr=c(1, 4, 6, 7, 15))
# }
# NOT RUN {
# }
# NOT RUN {
# iplotScanone with raw phe x gen
iplotScanone(out, hyper, chr=c(1, 4, 6, 7, 15),
pxgtype='raw')
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab