-
Notifications
You must be signed in to change notification settings - Fork 45
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
No overlapping GWAS Z-score #47
Comments
The title is wrong, the no overlapping problem is with GWAS Z-score |
Hi corunesa, can you paste in the full FUSION command you are running with and without the coloc flag? Do you have all the parameters specified as described here: http://gusevlab.org/projects/fusion/#colocalization-analysis-with-coloc |
Thank you very much for your response. declare trait=“trait" declare programa="/media/stroke/Almacen/NAS/GENETICA/programas/FUSION/" declare weights="/media/stroke/Almacen/NAS/GENETICA/Datos/eQTL/" declare ldref="/media/stroke/Almacen/NAS/GENETICA/Datos/1000G/LDREF/" declare analisis="/media/stroke/Almacen/NAS/GENETICA/analisis/" for tissue in Brain_Frontal_Cortex_BA9; do for chr in 2; do Rscript $programa/FUSION.assoc_test.R \ --sumstats $analisis/TWAS/$trait/hg19/tissues/snp_union_imputed.${trait}.gz \ --weights --weights_dir $weights \ --ref_ld_chr $ldref/1000G.EUR. \ --chr $chr \ --coloc_P 0.05 \ --GWASN 400417 \ --out $analisis/TWAS/$trait/hg19/tissues/$tissue/coloc/coloc_${trait}_${tissue}hg19${chr}.dat; done; done This is the command for the TWAS (without problem): declare data="/media/stroke/Almacen/NAS/GENETICA/Datos/SUMMARIES/6.IMPUTED_SUMMARIES/" for tissue in Brain_Amygdala; do for a in $(seq 1 22); do Rscript $programa/FUSION.assoc_test.R THANK YOU VERY MUCH AGAIN! |
Sorry if I'm misinterpreting, but aren't these two runs using a different GWAS file: |
Hello!
When I do the TWAS with the weights, my summary and LDREF I have no problem. When I add --coloc_P, it tells me that there is no overlapping GWAS Z-scores. I can't find the bug and I don't understand why there is no problem when I don't have the colocalization flag.
Thank you very much!
The text was updated successfully, but these errors were encountered: