Learn R Programming

ctl (version 1.0.0-0)

qtlimage: Plot a QTL heatmap of the phenotypes scanned by CTLscan

Description

Plots the QTL heatmap of a genome wide QTL scan (part of the output of CTLscan).

Usage

qtlimage(x, do.grid=TRUE, grid.col="white", verbose=FALSE, …)

Arguments

x

An object of class "CTLobject", as output by CTLscan.

do.grid

When TRUE, grid lines are added to the plot.

grid.col

Color used for the grid lines, only used when do.grid = TRUE.

verbose

Be verbose.

Passed to the function plot when it is called.

Value

None.

Details

None.

See Also

Examples

Run this code
# NOT RUN {
  library(ctl)          # Load CTL library
  data(ath.result)      # Arabidopsis Thaliana results
  qtlimage(ath.result)  # Plot only the qtls
# }

Run the code above in your browser using DataLab