Dear Andres Thanks for your answer I am new in WGCNA, so I do not how to perform WGCNA on my data. But as you answer to my question, I reduced the number of contigs I got from RNA Seq. I had a transcriptome data with 303000 contigs and after removing the redundant transcripts by Cd-Hit_EST and filtering out the low count transcripts, the number of contigs reduced to 60000 contigs. I selected the power of 19 and run the WGCNA on a system with 2 Tb RAM. After one week of running, WGCNA was crashed and I got the bellow error. Please guide me about this error and let me know how can I run WGCNA with this too much data
TOMplot(dissTOM , geneTree,dynamicColors, terrainColors=TRUE)
* caught segfault * address 0x7f0f6dae726c, cause 'memory not mapped'
Traceback: 1: image.default(x = 1:nc, y = 1:nr, x, xlim = 0.5 + c(0, nc), ylim = 0.5 + c(0, nr), axes = FALSE, xlab = "", ylab = "", ...) 2: image(x = 1:nc, y = 1:nr, x, xlim = 0.5 + c(0, nc), ylim = 0.5 + c(0, nr), axes = FALSE, xlab = "", ylab = "", ...) 3: .heatmap(as.matrix(dissim), Rowv = dendro, Colv = dendro, scale = "none", revC = TRUE, ColSideColors = as.character(labeltree), RowSideColors = as.character$ 4: TOMplot(dissTOM, geneTree, dynamicColors, terrainColors = TRUE) An irrecoverable exception occurred. R is aborting now ...
