| QTL_forward | R Documentation | 
Determines a multi-QTL model using a forward regression.
QTL_forward(
  mppData = NULL,
  trait = 1,
  Q.eff,
  threshold = 4,
  window = 30,
  n.cores = 1,
  verbose = TRUE
)
| mppData | An object of class  | 
| trait | 
 | 
| Q.eff | 
 | 
| threshold | 
 | 
| window | 
 | 
| n.cores | 
 | 
| verbose | 
 | 
Forward regression to determine the a multi-QTL model. The function selects successively QTL positions with -log10(pval) above the threshold. Those positions are added as cofactors for following detection run. The procedure stop when no more position has a -log10(pval) above the threshold.
Return:
| QTL | 
 | 
Vincent Garin
mpp_SIM,
data(mppData)
QTL <- QTL_forward(mppData = mppData, Q.eff = "par")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.