IEU在线提取暴露数据

Usage,
mr_extract_exposure_online(
  ieu_exp_id = c(),
  exp_p = 5e-08,
  clump = T,
  clump_kb = 10000,
  clump_r2 = 0.001
)

参数

ieu_exp_id

ieu数据库中结局的id号,可以是1个或者多个

exp_p

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

clump

是否对数据进行clump

clump_kb

如果clump=T, 同ieugwasr::ld_clump()的clump_kb

clump_r2

如果clump=T, 同ieugwasr::ld_clump()的clump_r2

提取的暴露数据

Examples

exposure <- mr_extract_exposure_online(ieu_exp_id = c("ieu-a-835"))