View source: R/calc_functions.R
| tune.sven | R Documentation |
Runs 100 parallel simulations and returns the optimal (lambda, w) pair.
tune.sven(x, R2 = 0.5, ehits = 20, betamax = 1, n.cores)
x |
Cleaned SNP matrix. |
R2 |
Heritability (default 0.5). |
ehits |
Expected number of causal SNPs. |
betamax |
Maximum effect size magnitude (default 1). |
n.cores |
Number of cores for parallel computation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.