View source: R/TPR_QTL_detail.R
TPR_QTL_detail | R Documentation |
Detail results TPR QTLs
TPR_QTL_detail(
QTL_true,
QTL_detected,
d_QTL,
n_des = 9,
n_mod = 4,
mod_names = c("cr", "par", "anc", "biall"),
des_names,
n_par,
N
)
QTL_true |
list of true QTL positions. |
QTL_detected |
list results of detected QTLs. |
d_QTL |
distance to the QTL. |
n_des |
Number of MPP design. Default = 9. |
n_mod |
Number of QTL detection models. Default = 4. |
mod_names |
Models names. Default = c("cr", "par", "anc", "biall"). |
des_names |
MPP design names. Use only: 'Diallel', 'Chessboard', 'Factorial', 'NAM' or 'Realized'. Default = NULL. |
n_par |
Number of parents of the different designs |
N |
Total number of individuals in the population |
A data.frame with for each TPR QTL the replication, the design, the number of parents of the design, the number of indidual per cross, the model, the -log10(p.value) and the distance to a simulated QTL, (999 if the QTL was on a chromosome with no simulated QTL). For the run (combination of rep, design and model) where no TPR QTL was present, the -log10pval and the distance to QTL are set to NA.
Vincent Garin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.