summary.scanoneboot {qtl} | R Documentation |
Calculates a bootstrap confidence interval for QTL location, using the
bootstrap results from scanoneboot
.
## S3 method for class 'scanoneboot': summary(object, prob=0.95, ...)
object |
Output from scanoneboot . |
prob |
Desired coverage. |
... |
Ignored at this point. |
An object of class scanone
, indicating the
position with the maximum LOD, and indicating endpoints
for the estimated bootstrap confidence interval.
Karl W Broman, kbroman@biostat.wisc.edu
## Not run: data(hyper) hyper <- calc.genoprob(hyper, step=1, err=0.001) bootoutput <- scanoneboot(hyper, chr=4) hist(bootoutput, breaks=100) summary(bootoutput)## End(Not run)