PyWGCNA icon indicating copy to clipboard operation
PyWGCNA copied to clipboard

PyWGCNA is a Python package designed to do Weighted Gene Correlation Network analysis (WGCNA)

Results 7 PyWGCNA issues
Sort by recently updated
recently updated
newest added

Hello, I was learning WGCNA with the PyWGCNA program. It was easy to run. Thank you for developing this program. I have just an issue with a module Network Plot....

Hi, Narges Error 1- When running .analyseWGCNA, the code automatically assigns modules called “dimgrey”, “lightgrey”, “darkgrey” etc. My attempt was to manually change those. However, after changing columns "moduleColors" and...

Hi, Narges 1) is there any way to extract the data used for the module-trait plotting? 2) How to extract genes with their MM and GS scores in each module?...

enhancement

I ran PyWGCNA under Google colaboratory environment. ① pyWGCNA_CC.findModules() →UnboundLocalError: local variable 'merge' referenced before assignment ② pyWGCNA_CC.analyseWGCNA() →ValueError: 'box_aspect' and 'fig_aspect' must be positive Details are below. [PyWGCNA problem](https://github.com/YoshifumiMiyagi/PyWGCNA-1/blob/main/PyWGCNA_2.ipynb)...

HI I AM TRYING TO FIND THE CORRELATION OF THE MODULES OF MY WGCNA OBJECT WITH THE TRAITS OF MY METADATA , BUT I GET THE FOLLOWING ERROR, DO ANYONE...

improvement

Hi, Now the x and y ticks cannot be displayed in the plot. Could you add them so we can see the x and y coordination clearly ? ![image](https://user-images.githubusercontent.com/29703450/229473561-ab16cfba-fe77-41eb-b593-3e19f266ccc4.png)

enhancement

Hello, I really like your PyWGCNA! I'm interested in using it for some of my research. I've been looking around what you currently have on git and I can't seem...