-
Notifications
You must be signed in to change notification settings - Fork 14
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
Questions about LD Reference file #17
Comments
Hello, Thank you for your interest. We will provide a function in the package that should make it easier for you to convert your genotype data to the LD matrices. We will also upload gzipped LD matrix files (one for each chromosome) for both UKB reference and 1000G Phase 3 data (from LDSC reference). So that you can either download those precomputed files directly or generate those LD matrices using your own genotype data. I will let you know once they are ready (hopefully in the next 2-3 days). |
Hi, I was trying to build the LD matrices based on the 1000 Genomes using your pipeline I got an error saying `{
It seems the variable Could you help me resolve this issue, or could you possibly provide a resource of AFR and Asian LD matrices in the required format for direct use? Thanks in advance, |
Thank you for updating these resources! I also had a follow up question. Do you happen to know if it's possible to do cross-tissue analyses using the cTWAS interface (i.e. running the R equivalent of S-MultiXcan or using the z-scores from those files to run fine mapping)? Thank you. |
We just updated the package with a new function |
For the question about cross-tissue analyses using the cTWAS, we are actively working on a new version of the model for that type of analysis, and will release a new version of the package which will allow cross-tissue analyses. |
Great! This works perfectly for me. Thank you so much! |
Hello cTWAS developers,
Thank you for putting together this useful tool! I am in the process of implementing GWAS and had a few questions about preparing the LD matrix .RDS/ Rvar files. Specifically:
I'm having issues downloading files from the UKB Ref hg38 box folder directly onto my computing cluster (via both wget and curl), and unfortunately have to download the files individually ("The selected item(s) exceed the download size limit."). Do you have any tips on how to more efficiently download these Box files? Thank you.
I'm trying to adapt the convert_geno_to_LDR_chr.R script to create LD matrices from 1000G Phase 3 data (adapted from LDSC). Are you open to sharing your BASH file for running the R file, or the arguments that you're supplying to the R script?
Thank you!
The text was updated successfully, but these errors were encountered: