Closed guarelin closed 1 month ago
Hi there,
Apologies for the delayed response, and thank you for your interest in MESuSiE. I’ve been transitioning into a new role.
For the question raised up, it is hard to debug without a data example. Would you mind to send me an example data that I can work and dubug on (for eg. LD_mtx_frames and sumstats_frames of a region)? You can reach me at gao824@purdue.edu.
Best, Boran
I am trying to called mesusie_core and getting the following error:
I traced through the source code and first had to troubleshoot the issue that the underlying code needs a column called "Se" not "SE." Then, I was able to recreate the error from the package.
Here is the code I'm running:
The issue occurs because in the
XtX_pro
function,XtX.diag
has no names. When theXtX_diag
function is called, the names are lost. I'm not sure if this is possibly an R versioning issue, but please let me know if there's something I'm doing wrong!