FDRRegTable | R Documentation |
FDR regression table results
FDRRegTable(
QTL_true,
QTL_detected,
d_QTL,
n_des = 9,
n_mod = 4,
mod_names = c("cr", "par", "anc", "biall"),
des_names,
n_par,
N = 800
)
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. Default = 800. |
...
Vincent Garin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.