Hi, I am trying to run WGCNA on RNA seq data and I end up with few modules. I've seen a similar post but unlike those data, mine present a better scale free topology index. I run 3 different databases and always have similar results, I am wondering if I am missing something.
Here is the code:
adjacency = adjacency(datExpr,
type = "signed",
power = 5)
TOM = TOMsimilarity(adjacency,
TOMType = "signed",
TOMDenom = "mean",
suppressTOMForZeroAdjacencies = FALSE,
verbose = 5)
The count matrix was created from FASQT files in Galaxy using Bowtie2/HTSeq. Then all samples were normalized using DESeq2 and exported. Further filtering based on counts, row variance and protein coding genes, as well as Log2 transformation were conducted in R. Final number of genes was 14692
Thanks
Thanks! I've noticed that 3 RNA seq databases I am working with reach a fitting index of 0.8 between 4 and 6 stp. With micro-arrays, I was using numbers stp 9 and 11. That could be the problem. Is there a mean connectivity I should be shooting for? I was working under the assumption that the largest the better based on micro-array data which was always in the lower end, but that may not be true with these new data presenting stronger connections.
I aim for mean connectivity around 100 or less (typically between 30-50); median connectivity usually ends up around 10.