ABF | R Documentation |
Conduct statistical fine-mapping with Approximate Bayes Factor (ABF) via finemap.abf.
ABF( dat, credset_thresh = 0.95, compute_n = "ldsc", sdY = NULL, case_control = TRUE, verbose = TRUE )
dat |
Fine-mapping results data. |
credset_thresh |
The minimum mean Posterior Probability (across all fine-mapping methods used) of SNPs to be included in the "mean.CS" column. |
compute_n |
How to compute per-SNP sample size (new column "N").
|
sdY |
Standard deviation of quantitative trait. |
case_control |
Whether the summary statistics come from a case-control
study (e.g. a GWAS of having Alzheimer's Disease or not) ( |
verbose |
Print messages. |
dat <- echodata::LRRK2 dat2 <- echofinemap::ABF(dat=dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.