Opposite Signed Genes in WGCNA Signed Consensus Analysis
1
1
Entering edit mode
2.5 years ago

Hello,

I was wondering if anyone could tell me how it would be possible to have genes that have negative correlations (as determined by kME values) with a module in a signed WGCNA analysis. My understanding is that, by definition, all the genes in a module should have a positive correlation with the module it is in if a signed analysis was done. If it helps, the code I used to generate the modules was:

net = blockwiseConsensusModules(maxBlockSize = 15000,
multiExpr, power = 16, TOMtype = "signed", minModuleSize = 30, deepSplit = 2,
pamRespectsDendro = FALSE,
mergeCutHeight = 0.25, numericLabels = TRUE,
minKMEtoStay = 0,
saveTOMs = TRUE, verbose = 5)

I'm wondering what could be going on here. This didn't occur when I ran WGCNA on the sets of data from which the consensus was built individually. It's also worth noting that the kME values of the genes are always negative in both sets of data I used in the consensus, so it isn't as though it's positive in one and negative in the other.

Any input here would be greatly appreciated, as I don't feel comfortable moving on in my analysis until I understand this.

Thanks,

Erik

WGCNA • 1.3k views
ADD COMMENT
2
Entering edit mode
2.5 years ago

I was wondering if anyone could tell me how it would be possible to have genes that have negative correlations (as determined by kME values) with a module in a signed WGCNA analysis.

That should not be possible. In blockwiseConsensusModules set networkType = "signed" and let me know if you still see module genes with a negative kME.

ADD COMMENT
1
Entering edit mode

That fixed the problem, thanks so much! I was unaware that the networkType had to be set as well. I thought TOMtype had it covered, but apparently not. Thanks again!!!!

ADD REPLY
0
Entering edit mode

OK, I'm working on it now and I will get back to you as soon as I know.

Thanks!

ADD REPLY

Login before adding your answer.

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