Plot permutation results for a single-QTL genome scan
Plot a histogram of the permutation results from a single-QTL genome scan.
## S3 method for class 'scanoneperm' plot(x, lodcolumn=1, ...)
The function plots a histogram of the permutation results obtained by
scanone
when n.perm
is specified. If
separate permutations were performed for the autosomes and the X
chromosome (using perm.Xsp=TRUE
), separate histograms are given.
None.
Karl W Broman, broman@wisc.edu
data(fake.bc) fake.bc <- calc.genoprob(fake.bc) operm <- scanone(fake.bc, method="hk", n.perm=100) plot(operm)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.