Entering edit mode
5.1 years ago
pratimakumaritara
▴
10
I am doing WGCNA and during fifth script i.e Network visualization using WGCNA functions got this error Error in x[, iy] : subscript out of bounds.Can you suggest how to solve this error. Thanks for your response.
Transform dissTOM with a power to make moderately strong connections more visible in the heatmap
> plotTOM = dissTOM^7
> # Set diagonal to NA for a nicer plot
> diag(plotTOM) = NA
> # Call the plot function
> sizeGrWindow(9,9)
NULL
> TOMplot(plotTOM, geneTree, moduleColors, main = "Network heatmap plot, all genes")
Error in x[, iy] : subscript out of bounds
pratimakumaritara this should not go under "Tutorial" category. I have changed it to "Question". "Tutorial" should be used when you are trying to teach us something.
hello did you come up with a solution?