View source: R/QTL_effects_oneS_1QTL.R
QTL_effects_oneS_1QTL | R Documentation |
Compute MPP GxE one stage QTL genetic effects of a single QTL position given a number of positions set as cofactors.
QTL_effects_oneS_1QTL( plot_data, mppData, trait, Q.eff = "cr", VCOV = "CS_CSRT", exp_des_form, QTL = NULL, Q_sel, workspace = 8e+06 )
plot_data |
|
mppData |
Object of class |
trait |
|
Q.eff |
|
VCOV |
VCOV |
exp_des_form |
|
QTL |
Object of class |
Q_sel |
|
workspace |
Size of workspace for the REML routines measured in double precision words (groups of 8 bytes). The default is workspace = 8e6. |
Return:
Qeff |
|
Vincent Garin
# Come later
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.