mqmplot.heatmap {qtl}R Documentation

Heatmap of a genome of MQM scan on multiple phenotypes

Description

Plotting routine to display a heatmap of results obtained from a multiple-QTL model on multiple phenotypes (the output of mqmscanall)

Usage

mqmplot.heatmap(cross, result, hidelow=TRUE, directed=TRUE, legend=FALSE)

Arguments

cross An object of class cross. See read.cross for details.
result Result object from mqmscanall, the object needs to be of class mqmmulti
hidelow Hides the low lodscores (< 3)
directed Take direction of QTLs into account (takes more time because of QTL direction calculations
legend If TRUE, add a legend to the plot

Author(s)

Danny Arends danny.arends@gmail.com

See Also

Examples

data(multitrait)

multitrait <- fill.geno(multitrait) # impute missing genotype data
result <- mqmscanall(multitrait, logtransform=TRUE)
mqmplot.heatmap(multitrait,result)

[Package qtl version 1.19-20 Index]