powered by
Plots the QTL heatmap of a genome wide QTL scan (part of the output of CTLscan).
CTLscan
qtlimage(x, do.grid=TRUE, grid.col="white", verbose=FALSE, …)
An object of class "CTLobject", as output by CTLscan.
"CTLobject"
When TRUE, grid lines are added to the plot.
Color used for the grid lines, only used when do.grid = TRUE.
Be verbose.
Passed to the function plot when it is called.
plot
None.
CTLscan - Scan for CTL
print.CTLscan - Print a summary of a CTLscan
print.CTLscan
par - Plot parameters
par
colors - Colors used in plotting
colors
# 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