plot_effects: Plot effects data

plot_effectsR Documentation

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


viewpoly documentation built on May 29, 2024, 1:26 a.m.