Learn R Programming

viewpoly (version 0.4.1)

plot_effects: Plot effects data

Description

Plot effects data

Usage

plot_effects(
  data_effects.obj,
  software,
  design = c("bar", "circle", "digenic")
)

Arguments

data_effects.obj

output of function data_effects

software

character defining which software was used for QTL analysis. Currently support for: QTLpoly, diaQTL and polyqtlR.

design

character defining the graphic design. Options: `bar` - barplot of the effects; `circle` - circular plot of the effects (useful to compare effects of different traits); `digenic` - heatmap plotting sum of additive effects (bottom diagonal) and digenic effects (top diagonal) when present