View source: R/EMM_functions_cpp.R
score.linker.cpp | R Documentation |
Calculte -log10(p) by score test (fast, for limited cases)
score.linker.cpp(
y,
Ws,
Gammas,
gammas.diag = TRUE,
Gu,
Ge,
P0,
chi0.mixture = 0.5
)
y |
A |
Ws |
A list of low rank matrices (ZW; |
Gammas |
A list of matrices for weighting SNPs (Gamma; |
gammas.diag |
If each Gamma is the diagonal matrix, please set this argument TRUE. The calculation time can be saved. |
Gu |
A |
Ge |
A |
P0 |
A |
chi0.mixture |
RAINBOW assumes the statistic |
-log10(p) calculated by score test
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.