-
Notifications
You must be signed in to change notification settings - Fork 44
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
snp_ldpred2_auto return all NA #533
Comments
Hello, and happy new year to you too. Did you look at similar issues here? |
Yes I looked at similar issues and followed your advises to perform the genotyping QC and imputation of missing genotype using snp_fastImputeSimple , but still LDpred2 auto resulted NAs. is there any additional steps that can be done or other parameters can be modified to improve these results. Also, could you please provide explanation about the results of LDpred2 grid and LDpred2 auto you provided in your tutorial, what are these numbers and how are they interpreted?
Thanks for your time and support and have a wonderful day. |
Sorry for the late reply, I’m on vacation this week. Have a look at a similar recent issue, and please provide the plot and the answers to the questions I had there. |
For the numbers, these are partial correlations, but only correlations here because no covariates are used (NULL). |
Hello Florian, Happy new year.
I am using your LDpred2 tool to predict the PRS in my dataset, I performed the genotype QC, and sumStat filtering following to your recommendations, I matched pre-computed (map_hm3_plus.rds) LD with the sumStat, and calculated the LD matrix. Then I estimated the SNP-heritability from LD score regression as follow:
1.02813473 0.01029674 0.53933807 0.16249398
Subsequently, I used the LDpred2 auto as below:
set.seed(1)
multi_auto <- snp_ldpred2_auto(corr, df_beta, h2_init = ldsc_h2_est,
Warning messages:
1: Removed 699 rows containing missing values or values outside the scale range (
geom_point()
).2: Removed 1 row containing missing values or values outside the scale range (
geom_hline()
).3: Removed 699 rows containing missing values or values outside the scale range (
geom_point()
).4: Removed 1 row containing missing values or values outside the scale range (
geom_hline()
).I would appreciate your input and advise,
Thanks
The text was updated successfully, but these errors were encountered: