qtl.heatmap: Plot a Heatmap of all QTL

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

Description

This function accepts LOD scores and SNP locations and plots a heatmap of the QTL. Each QTL is scaled to between 0 and 1 and the QTL are hierarchically clustered. A tile plot is then created with QTL colored from white (strong) to black (weak). The motivation for this plot is to visualize QTL that may be coincident across different phenotypes.

Usage

1

Arguments

lod

Data frame, containing the SNP names, chromosome an dbp locations in columns 1 through 3 and LOD scores for all phenotyped in the remaining columns.

...

Additional arguments to be passed to plot.

Value

No value is returned. A tile plot is plotted from the data.

Note

The QTL the appear in white are *not* neccessarily signficant. They are simply the strongest QTL for each phenotype.

Author(s)

Daniel Gatti

See Also

plot.doqtl, scanone, scanone.perm

Examples

1
2
3
4
  ## Not run: 
    qtl.heatmap(lod)
  
## End(Not run)

DOQTL documentation built on May 6, 2019, 3:09 a.m.