Run FINEMAP.
1 2 3 4 5 6 7 8 | run_finemap(
tab,
ld,
n,
dir_run = "run_finemap",
tool = getOption("finemapr_finemap"),
args = ""
)
|
1 2 3 | ex <- example_finemap()
out <- run_finemap(ex$tab1, ex$ld1, ex$n1, args = "--n-causal-max 3")
out <- run_finemap(ex$tab1, ex$ld1, ex$n1, args = "--n-causal-max 1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.