Thanks for your tool on fine-mapping with GWAS summary data.
I have some questions about it. I used the susie_rss function with the following code: fitted_rss3 <- susie_rss(c(susie_z$zscore), ld_matrix1, n=susie_z$N, estimate_residual_variance = FALSE)
However, I encountered an error: WARNING: XtX is not symmetric; forcing XtX to be symmetric by replacing XtX with (XtX + t(XtX))/2
Error in init_finalize(s) : Input residual variance sigma2 must be a scalar
How can I resolve this? Also, I want to know that the sample sizes N for the loci in my data are inconsistent. Can I use different N values for each locus, or do I have to fix a single N value for all loci? Thanks very much!
Thanks for your tool on fine-mapping with GWAS summary data.
I have some questions about it. I used the susie_rss function with the following code: fitted_rss3 <- susie_rss(c(susie_z$zscore), ld_matrix1, n=susie_z$N, estimate_residual_variance = FALSE)
However, I encountered an error: WARNING: XtX is not symmetric; forcing XtX to be symmetric by replacing XtX with (XtX + t(XtX))/2
Error in init_finalize(s) : Input residual variance sigma2 must be a scalar
How can I resolve this? Also, I want to know that the sample sizes N for the loci in my data are inconsistent. Can I use different N values for each locus, or do I have to fix a single N value for all loci? Thanks very much!