Error in TOM[inModule, inModule] : (subscript) logical subscript too long
0
0
Entering edit mode
4.3 years ago
qlb1995 • 0

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 • 1.5k views
ADD COMMENT

Login before adding your answer.

Traffic: 3280 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