WGCNA blockwiseModules function for small datasets
1
1
Entering edit mode
14 days ago
ATS ▴ 10

Hi,

I'm doing WGCNA on a relatively small dataset (~1500 genes and 50 samples). All of the tutorials that I can find are using the blockwiseModules function in the WGCNA package for R, which seems great for large datasets. Since I'm working with a smaller dataset, though, I'm not super concerned about RAM.

Is there anything lost by using the blockwiseModules function on a small dataset? Would the alternative be to use several separate functions instead (to calculate adjacency, TOM, merge, etc), and if so is there a benefit to doing the analysis that way?

Thanks for your help! This community has been a lifesaver!

WGCNA blockwiseModules • 387 views
ADD COMMENT
3
Entering edit mode
14 days ago
LChart 5.0k

You lose some granular control over parameters. If you set the block to be larger than the number of genes, you just get a "default" run of WGCNA, modified by the parameters you put as input. Also the saved TOM is nested in a list, so it can be somewhat unwieldy at first. But it's a great "fast path" to a WGCNA network if you set the block size to inf.

ADD COMMENT
0
Entering edit mode

That's great to know. Thanks for your input!

ADD REPLY

Login before adding your answer.

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