View source: R/gwas_threshold.R
gwas_threshold | R Documentation |
Compute GWAS discovery threshold
gwas_threshold(geno, alpha = 0.05, exclude.chrom = NULL, n.core = 1)
geno |
object of |
alpha |
genome-wide significance level |
exclude.chrom |
chromosomes to exclude |
n.core |
number of cores to use |
Uses a Bonferroni-type correction based on an effective number of markers that accounts for LD (Moskvina and Schmidt, 2008).
-log10(p) threshold
Moskvina V, Schmidt KM (2008) On multiple-testing correction in genome-wide association studies. Genetic Epidemiology 32:567-573. doi:10.1002/gepi.20331
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.