Learn R Programming

ctl (version 1.0.0-10)

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, marker_info, do.grid=TRUE, grid.col="white", verbose=FALSE, ...)

Value

None.

Arguments

x

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

marker_info

Information used to plot chromosome lines.

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.

Author

Danny Arends Danny.Arends@gmail.com
Maintainer: Danny Arends Danny.Arends@gmail.com

Details

None.

See Also

  • CTLscan - Scan for CTL

  • print.CTLscan - Print a summary of a CTLscan

  • par - Plot parameters

  • colors - Colors used in plotting

Examples

Run this code
  library(ctl)          # Load CTL library
  data(ath.metabolites) # Arabidopsis Thaliana data
  data(ath.result)      # Arabidopsis Thaliana results
  qtlimage(ath.result, ath.metab$map)  # Plot only the qtls

Run the code above in your browser using DataLab