File: plot.scanoneperm.Rd

package info (click to toggle)
qtl 1.08-56-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,552 kB
  • ctags: 242
  • sloc: ansic: 8,903; makefile: 1
file content (46 lines) | stat: -rw-r--r-- 1,271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
\name{plot.scanoneperm}
\alias{plot.scanoneperm}

\title{Plot permutation results for a single-QTL genome scan}

\description{
  Plot a histogram of the permutation results from a single-QTL genome
  scan. 
}

\usage{
\method{plot}{scanoneperm}(x, lodcolumn=1, \dots)
}			    

\arguments{
  \item{x}{An object of class \code{"scanoneperm"}, as output by
    \code{\link[qtl]{scanone}} when \code{n.perm} is specified.}
  \item{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.} 
  \item{\dots}{Passed to the function \code{\link[graphics]{hist}} when it
    is called.}
}
\value{None.}

\details{
  The function plots a histogram of the permutation results obtained by
  \code{\link[qtl]{scanone}} when \code{n.perm} is specified. If
  separate permutations were performed for the autosomes and the X
  chromosome (using \code{perm.Xsp=TRUE}), separate histograms are given.
}

\examples{
data(fake.bc)
fake.bc <- calc.genoprob(fake.bc)

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

\seealso{ \code{\link[qtl]{scanone}},
  \code{\link[qtl]{summary.scanoneperm}} } 

\author{Karl W Broman, \email{kbroman@biostat.wisc.edu} }

\keyword{hplot}