run_finemap: Run FINEMAP.

Description Usage Examples

View source: R/finemap.R

Description

Run FINEMAP.

Usage

1
2
3
4
5
6
7
8
run_finemap(
  tab,
  ld,
  n,
  dir_run = "run_finemap",
  tool = getOption("finemapr_finemap"),
  args = ""
)

Examples

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")

variani/finemapr documentation built on Dec. 12, 2020, 9:40 p.m.