Learn R Programming

DOQTL (version 1.8.0)

qtl.heatmap: Plot a Heatmap of all QTL

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

qtl.heatmap(lod, ...)

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.

See Also

plot.doqtl, scanone, scanone.perm

Examples

Run this code
  ## Not run: 
#     qtl.heatmap(lod)
#   ## End(Not run)

Run the code above in your browser using DataLab