Problem with edgesfile into cytoscape for network plot
1
0
Entering edit mode
3.9 years ago
Biologist ▴ 290

I was using 30,000 protein-coding genes and lncRNAs for network construction on WGCNA. I have got 25 modules. And I'm interested in creating a network plot. I see that everyone is using cytoscape. So, I got the edges and nodes files with the following commands.

genes = colnames(datExpr)
dimnames(TOM) <- list(genes, genes)
module_colors2= dynamicColors[restGenes]
cyt = exportNetworkToCytoscape(TOM,
                               edgeFile = paste("samples_wgcna", ".edges.txt", sep=""),
                               nodeFile = paste("samples_wgcna", ".nodes.txt", sep=""),
                               weighted = TRUE, threshold = 0,
                               nodeNames = genes, nodeAttr = module_colors2)

I see that edges file is about 6GB. It looks very problematic to upload that in cytoscape. Not working properly. Is there any other way to make network with all the modules with genes and lncRNAs?

RNA-Seq wgcna r cytoscape • 712 views
ADD COMMENT
0
Entering edit mode
3.9 years ago

Hi,

just increase the threshold value

ADD COMMENT

Login before adding your answer.

Traffic: 1915 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6