plot_allele_eff_GE {mppR} | R Documentation |
plot of genome wide QTL allelic effect significance
Description
Plot of the genome wide significance of the QTL allelic effects in multiple environments.
Usage
plot_allele_eff_GE(
mppData,
nEnv,
EnvNames,
Qprof,
Q.eff = "par",
QTL = NULL,
ref_par = NULL,
main = "QTL genetic effects plot",
text.size = 18
)
Arguments
mppData |
An object of class |
nEnv |
|
EnvNames |
|
Qprof |
|
Q.eff |
one of "cr", "par", "anc" or "biall". For the moment only "par" is available. |
QTL |
Optional argument. Object of class |
ref_par |
|
main |
Title of the graph. Default = "QTL genetic effects plot". |
text.size |
|
Author(s)
Vincent Garin
See Also
Examples
data(mppData_GE)
SIM <- mppGE_SIM(mppData = mppData_GE, trait = c('DMY_CIAM', 'DMY_TUM'))
Qpos <- QTL_select(Qprof = SIM, threshold = 3, window = 50)
plot_allele_eff_GE(mppData = mppData_GE, nEnv = 2, EnvNames = c('CIAM', 'TUM'),
Qprof = SIM, Q.eff = 'par', QTL = Qpos, text.size = 14)