plot_effects | R Documentation |
Plot effects data
plot_effects(
data_effects.obj,
software,
design = c("bar", "circle", "digenic")
)
data_effects.obj |
output of function |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.