aug.scanone: Plot 1-D scan of LOD and/or means

Description Usage Details See Also Examples

Description

Profiles of one or more phenotypes. If only one phenotype, in addition profile the means by genotype.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
aug.scanone(traitnames = mytrait(),
                         cross = B6BTBR07,
                         sex = sexes,
                         method = "ehk",
                         log10 = rep(FALSE, length(traitnames)),
                         log.offset = 1,
                         lod.error = 100,
                         category = B6BTBR07.source,
                         ...)
## S3 method for class 'aug.scanone'
plot(x, chr = levels(x$chr), traitnames = names(x)[-(1:2)],
  col.scheme = c("redblue", "cm", "gray", "heat", "terrain", "topo"),
  gamma = 0.6, allow.neg = FALSE, max.names = 50, zscale = TRUE,
  main = "", threshold.level = 0.05, max.lod = 20, category = NULL, ...)
## S3 method for class 'aug.scanone'
summary(object, chr = levels(object$chr),
  threshold.level = 0.05, mean.peaks = FALSE, category = NULL, ...)
## S3 method for class 'summary.aug.scanone'
print(x, digits = 2, ...)
## S3 method for class 'summary.aug.scanone'
plot(x, chr = dimnames(x$lod)[[2]],
  threshold.level = 0.05, max.lod = 20, max.names = 100,
  by = c("chr","trait","phenotype"), scale = c("cM","Mb"),
  cex = 2, pch = 3, ...)

Details

aug.scanone creates multiple scanone's using scanone. The plot uses ideas from plot.scantwo. The summary method produces a large list, which can itself be plotted.

See Also

myplot

Examples

1
2
3
4
5
6
7
8
9
multtrait.plot(cross.name="B6BTBR07",
  category="rbm", ## Later this will allow for tissues, modules.
  traitnames=mytrait(c("il.18","mpo")),
  chr=c(1:19,"X"),
  col.scheme=c("redblue", "cm", "gray", "heat", "terrain",
        "topo"),
  threshold.level=0.05,    ## Drop traits that have max below threshold.
  max.names=100,           ## Include names if number of traits < max.names.
  max.lod = 20)            ## Truncate lod at max.lod for color scheme.

byandell/qtlview documentation built on May 13, 2019, 9:53 a.m.