Output file ('*_post'): column #1 is the variant name; column #2 is the posterior prob. that the variant is causal (https://github.com/fhormoz/caviar/issues/1#issuecomment-286521771); column #3 is the amount that this variant contributes to 95
1 2 3 4 5 6 7 | run_caviar(
tab,
ld,
dir_run = "run_caviar",
tool = getOption("finemapr_caviar"),
args = ""
)
|
1 2 3 | ex <- example_finemap()
out <- run_caviar(ex$tab1, ex$ld1, args = "-c 2")
out <- run_caviar(ex$tab1, ex$ld1, args = "-c 0")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.