mr_extract_exposure_online.RdIEU在线提取暴露数据
mr_extract_exposure_online(
ieu_exp_id = c(),
exp_p = 5e-08,
clump = T,
clump_kb = 10000,
clump_r2 = 0.001
)ieu数据库中结局的id号,可以是1个或者多个
指定与暴露相关的p值的阈值,默认是5e-8。通过该阈值,筛选与暴露相关的snp。
是否对数据进行clump
如果clump=T, 同ieugwasr::ld_clump()的clump_kb
如果clump=T, 同ieugwasr::ld_clump()的clump_r2
提取的暴露数据
exposure <- mr_extract_exposure_online(ieu_exp_id = c("ieu-a-835"))