我发现如果我不加载Get_MR2.0.r的话,可以使用extract_instruments函数提取数据,但是如果我加载了Get_MR2.0.r会导致extract_instruments提取失败,这是为什么?
exposure<-extract_instruments(outcomes="ukb-b-10817",clump=FALSE,p1=5e-8,
opengwas_jwt =ieugwasr::get_opengwas_jwt())
Error in get_query_content(.) :
Status code from OpenGWAS API: 405
Message: The method is not allowed for the requested URL.
我发现如果我不加载Get_MR2.0.r的话,可以使用extract_instruments函数提取数据,但是如果我加载了Get_MR2.0.r会导致extract_instruments提取失败,这是为什么?
exposure<-extract_instruments(outcomes="ukb-b-10817",clump=FALSE,p1=5e-8,
opengwas_jwt =ieugwasr::get_opengwas_jwt())
Error in get_query_content(.) :
Status code from OpenGWAS API: 405
Message: The method is not allowed for the requested URL.