This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Error in TOM[inModule, inModule] : (subscript) logical subscript too long

when i try to export the WGCNA results into cyroscape, the problem is appearing. I tried everything but still can't solve it. The part of code i use is below:

>TOM <- TOMsimilarityFromExpr(t(datExpr), power = 9, TOMType = "unsigned",corType = "pearson",nThreads = 30)
> probes <- colnames(datExpr)
> inModule <- is.finite(match(moduleColorsAutomatic, modules))
> modProbes <- probes[inModule]
> modTOM <- TOM[inModule,inModule]
**Error in TOM[inModule, inModule] : (subscript) logical subscript too long**
rna-seq

0 answers

No answers yet.

Log in to answer this question.