-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clump_data error API error? [Error in mtfrm.default(list(url = "http://gwas-api.mrcieu.ac.uk/ld/clump", : cannot mtfrm] #555
Comments
I have deleted previous comment. Please explain URLs to random files. |
Please look at vignettes for options on running this locally if you need to run many instances of this command. I am facing this issue currently , how to solve it ? Help will be appreciated . |
Hi I had the same issue too.
A tibble: 6 × 14chr.exposure pos.exposure effect_allele.exposure other_allele.exposure beta.exposure se.exposure eaf.exposure ℹ 7 more variables: pval.exposure , SNP , samplesize.exposure , exposure ,mr_keep.exposure , pval_origin.exposure , id.exposure
I also look for info on clump loccally, mention ld_clump, please advise? |
I had the same error that was occuring because i forgot to ad the JWT string, this might be the case for you as well? See this link for how to add it: https://rdrr.io/github/MRCIEU/ieugwasr/man/ld_clump.html |
Hi, I keep encountering errors when conducting clumping. Both TwoSampleMR and ieugwasr packages have been updated. Any insight is appreciated!!
ieugwasr::api_status()
options(ieugwasr_api = 'gwas-api.mrcieu.ac.uk/')
sleep_exposure <- format_data(short_long_sleep_ukb_final, type = "exposure")
sleep_exposure<-clump_data(sleep_exposure)
Please look at vignettes for options on running this locally if you need to run many instances of this command.
Clumping C0YOTH, 2835 variants, using EUR population reference
Removing 2829 of 2835 variants due to LD with other variants or absence from LD reference panel
Clumping IR1VnE, 1105 variants, using EUR population reference
Removing 1080 of 1105 variants due to LD with other variants or absence from LD reference panel
Clumping 6yiZWv, 3661 variants, using EUR population reference
No encoding supplied: defaulting to UTF-8.
Error in mtfrm.default(list(url = "http://gwas-api.mrcieu.ac.uk/ld/clump", :
cannot mtfrm
The text was updated successfully, but these errors were encountered: