-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi there,
I am interested in using your program to analyse my data. However, when I used default setting, I get errors when the number of SNPs within the region is larger than the sample size. I checked regionsRanker.py. It looks to me that the problems are due to the below code. Could you please let me know how to fix this? Thanks.
def eigenDecompose(self, X, K, normalize=True):
if (X.shape[1] >= X.shape[0]):
s,U = la.eigh(K)
Cherry
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels