This is a test version of Biostars. For the public version, visit https://www.biostars.org.
WGCNA for RNA-SEQ DATA

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
rna-seq r wgcna

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.

0 answers

No answers yet.

Log in to answer this question.