yuanzhongshang / GIFT

GNU General Public License v3.0
16 stars 1 forks source link

Error in solve.default(t(betax) %*% Sigma %*% betax) #9

Open FangrenLan97 opened 2 months ago

FangrenLan97 commented 2 months ago

GIFT_two_stage_summ(betax, betay, se_betay, Sigma, n, gene, in_sample_LD = T) Error in solve.default(t(betax) %% Sigma %% betax) : system is computationally singular: reciprocal condition number = 5.29163e-18

yuanzhongshang commented 2 months ago

Hi,

Thank you for your attention. This issue indicates that the inverse operation failed. Please set the parameter to FALSE. I hope this resolves the problem.

Best, Zhongshang