在线提取多因素暴露数据

Usage,
mr_extract_exposure_online_mv(
  ieu_exp_id = c(),
  exp_p = 5e-08,
  pop = "EUR",
  clump_r2 = 0.001,
  clump_kb = 10000,
  find_proxy = T
)

参数

ieu_exp_id

多暴露id,需要输入不少于2个暴露的id

exp_p

指定与任一暴露相关的p值的阈值,默认是5e-8。通过该阈值,筛选与暴露相关的snp。

pop

在线clump,指定人群,默认是"EUR"

clump_r2

ieugwasr::ld_clump的clump_kb

clump_kb

ieugwasr::ld_clump的clump_r2

find_proxy

是否寻找代理工具变量

多因素暴露数据

Examples

exposure <- mr_extract_exposure_online_mv(ieu_exp_id = c("ieu-a-300","ieu-a-301"))