Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.scantwoperm

LOD thresholds from scantwo permutation results


Description

Print the estimated genome-wide LOD thresholds on the basis of permutation results from scantwo (with n.perm > 0).

Usage

## S3 method for class 'scantwoperm'
summary(object, alpha=c(0.05, 0.10), ...)

Arguments

object

Output from the function scantwo with n.perm > 0.

alpha

Genome-wide significance levels.

...

Ignored at this point.

Details

We take the 1-alpha quantiles of the individual LOD scores.

In the case of X-chr-specific permutations, we use the combined length of the autosomes, L_A, and the length of the X chromosome, L_X, and calculate the area of the A:A, A:X, and X:X regions as L_A^2/2, L_A L_X, and L_X^2/2, and then use the nominal significance levels of 1 - (1-alpha)^p, where p is the proportional area for that region.

Value

An object of class summary.scantwoperm, to be printed by print.summary.scantwoperm.

Author(s)

Karl W Broman, broman@wisc.edu

References

Churchill, G. A. and Doerge, R. W. (1994) Empirical threshold values for quantitative trait mapping. Genetics 138, 963–971.

See Also

Examples

data(fake.f2)

fake.f2 <- calc.genoprob(fake.f2, step=0)

## Not run: operm <- scantwo(fake.f2, n.perm=100, method="hk")
summary(operm)

qtl

Tools for Analyzing QTL Experiments

v1.48-1
GPL-3
Authors
Karl W Broman <broman@wisc.edu> and Hao Wu, with ideas from Gary Churchill and Saunak Sen and contributions from Danny Arends, Robert Corty, Timothee Flutre, Ritsert Jansen, Pjotr Prins, Lars Ronnegard, Rohan Shah, Laura Shannon, Quoc Tran, Aaron Wolen, Brian Yandell, and R Core Team
Initial release
2021-03-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.