TPRdesignQTL | R Documentation |
Computes and organises the TPR results for each combination of MPP design and type of QTL. The TPR is averaged over the repetition and model. The function returns the percentage of time a specific type of QTL effect was detected by in a specific MPP design over a number of repetitions and QTL detection models.
TPRdesignQTL(
QTL_true,
QTL_detected,
d_QTL,
n_des = 9,
n_mod = 4,
n_QTL = 8,
MPP_names
)
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. |
n_QTL |
Number of QTL. Default = 8. |
MPP_names |
MPP design names. |
A matrix with the precentage of detection over the whole simulation for each type of QTL and MPP design combination.
Vincent Garin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.