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