mr_extract_exposure_online_mv.Rd在线提取多因素暴露数据
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
)多暴露id,需要输入不少于2个暴露的id
指定与任一暴露相关的p值的阈值,默认是5e-8。通过该阈值,筛选与暴露相关的snp。
在线clump,指定人群,默认是"EUR"
同ieugwasr::ld_clump的clump_kb
同ieugwasr::ld_clump的clump_r2
是否寻找代理工具变量
多因素暴露数据
exposure <- mr_extract_exposure_online_mv(ieu_exp_id = c("ieu-a-300","ieu-a-301"))