Last chance! 50% off unlimited learning
Sale ends in
Print the estimated genome-wide LOD thresholds on the basis of
permutation results from scantwo
(with
n.perm
> 0).
# S3 method for scantwoperm
summary(object, alpha=c(0.05, 0.10), ...)
An object of class summary.scantwoperm
, to be printed by
print.summary.scantwoperm
.
Output from the function scantwo
with n.perm
> 0.
Genome-wide significance levels.
Ignored at this point.
Karl W Broman, broman@wisc.edu
We take the
In the case of X-chr-specific permutations, we use the combined length
of the autosomes,
Churchill, G. A. and Doerge, R. W. (1994) Empirical threshold values for quantitative trait mapping. Genetics 138, 963--971.
scantwo
,
summary.scantwo
,
plot.scantwoperm
data(fake.f2)
fake.f2 <- subset(fake.f2, chr=c(18:19,"X"), ind=1:50)
fake.f2 <- calc.genoprob(fake.f2, step=0)
if (FALSE) operm <- scantwo(fake.f2, n.perm=100, method="hk")# \dontshow{
operm <- scantwo(fake.f2, n.perm=3, method="hk")# }
summary(operm)
Run the code above in your browser using DataLab