Antoine

Results 4 comments of Antoine

Here is a script that would produce the error, with the data from the tutorial: ```[python] import pandas as pd import PyWGCNA data = pd.read_csv('expressionList.csv',index_col=0) pyWGCNA_5xFAD = PyWGCNA.WGCNA(name='5xFAD', species='mus musculus',...

Hi, I am still working on that. I will propose a pull request soon! Did you check the issue in WGCNA.checkSimilarity(adjMat, min, max) ```pyhon wgcna.py:983, 980 if dim[0] != dim[1]:...

This seems to be in the next lines. I don't remember how I got this error, but if I try in a console to do `all(np.max(...)>x)` it will throw an...