View source: R/QTL_effect_GE.R
QTL_effect_GE | R Documentation |
Compute MPP GxE QTL genetic effects.
QTL_effect_GE( mppData, trait, Q.eff = "par", VCOV = "UN", QTL = NULL, maxIter = 100, msMaxIter = 100 )
mppData |
An object of class |
trait |
|
Q.eff |
|
VCOV |
VCOV |
QTL |
Object of class |
maxIter |
maximum number of iterations for the lme optimization algorithm. Default = 100. |
msMaxIter |
maximum number of iterations for the optimization step inside the lme optimization. Default = 100. |
Return:
Qeff |
|
Vincent Garin
data(mppData_GE) Qpos <- c("PZE.105068880", "PZE.106098900") Qeff <- QTL_effect_GE(mppData = mppData_GE, trait = c('DMY_CIAM', 'DMY_TUM'), Q.eff = 'par', QTL = Qpos) Qeff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.