WGCN visualize one module
Hi, I have successfully performed WGCNA. I have also visualized the whole network using igraph. Now I want to visualize one specific module and highlight sig. DE genes that are assigned to the module. How can I do that?
• 1,373 views
•
link
0 answers
No answers yet.
Log in to answer this question.
You can export the network modules to text files using
exportNetworkToCytoscapefunction in WGCNA (each module will be saved separately). Then import the file to Cytoscape and visualize each module and highlight the genes as you want.