plot.scanoneperm: Plot permutation results for a single-QTL genome scan

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Plot a histogram of the permutation results from a single-QTL genome scan.

Usage

1
2
## S3 method for class 'scanoneperm'
plot(x, lodcolumn=1, ...)

Arguments

x

An object of class "scanoneperm", as output by scanone when n.perm is specified.

lodcolumn

This indicates the LOD score column to plot. This should be a single number between 1 and the number of LOD columns in the object input.

...

Passed to the function hist when it is called.

Details

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.

Value

None.

Author(s)

Karl W Broman, kbroman@biostat.wisc.edu

See Also

scanone, summary.scanoneperm

Examples

1
2
3
4
5
data(fake.bc)
fake.bc <- calc.genoprob(fake.bc)

operm <- scanone(fake.bc, method="hk", n.perm=100)
plot(operm)

byandell/qtl documentation built on May 13, 2019, 9:28 a.m.