You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to run fitted_rss1 <- susie_rss(bhat = sumread$beta_alt, shat = sumread$V10, n = N, R = ldmatrix, L = 10,
estimate_residual_variance = FALSE,verbose=TRUE)
based on my gwas summary statistics and the LD matrix of same samples.
After that,I run kriging_rss for diagnose. but the lambda is always above 0.4
and the plot is that. why?
The text was updated successfully, but these errors were encountered:
Besides that , running the susie_rss function at a locus(chr6), it breaks with "Error in susie_suff_stat(XtX = XtX, Xty = Xty, n = n, yty = (n - 1) * :
The estimated prior variance is unreasonably large.
This is usually caused by mismatch between the summary statistics and the LD matrix.
Please check the input.
Calls: susie_rss -> susie_suff_stat
Execution halted"
I try to run fitted_rss1 <- susie_rss(bhat = sumread$beta_alt, shat = sumread$V10, n = N, R = ldmatrix, L = 10,
estimate_residual_variance = FALSE,verbose=TRUE)
based on my gwas summary statistics and the LD matrix of same samples.
After that,I run kriging_rss for diagnose. but the lambda is always above 0.4
and the plot is that. why?
The text was updated successfully, but these errors were encountered: