View source: R/mppGE_back_elim.R
mppGE_back_elim | R Documentation |
Perform a backward elimination on a list of QTL using a MPP GxE model.
mppGE_back_elim( mppData, trait, Q.eff = "cr", VCOV = "CS_CSRT", QTL = NULL, alpha = 0.01, workspace = 8e+06 )
mppData |
An object of class |
trait |
|
Q.eff |
|
VCOV |
VCOV |
QTL |
Object of class |
alpha |
|
workspace |
Size of workspace for the REML routines measured in double precision words (groups of 8 bytes). The default is workspace = 8e6. |
Return:
QTL |
|
Vincent Garin
library(asreml) data(mppData_GE) Qpos <- c("PZE.105068880", "PZE.106098900") QTL <- mppGE_back_elim(mppData = mppData_GE, trait = c('DMY_CIAM', 'DMY_TUM'), Q.eff = 'par', QTL = Qpos)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.