Hello, I have generated a read count_matrix using DESeq2. I would like to construct co-expression network using WGCNA. For microarray data, they suggest to use log-transformed (base2) data.
For RNA-seq data, what options do I have in the DESeq package ? What normalization methods should I follow ? Ant other input is greatly appreciated.
I should have read that part :) Thanks for pointing out!
No problem, try it a few ways. I found little difference between log2(x+1), rlog and varianceStabilizingTransformation when it came to the most highly connected genes.
Thank you, I will try them out. One small query, do you do any filtering for genes with very low expression values before the transformations ? What are the typical cutoffs you use ?
Yes I filter lowly expressed features. The developers of WGCNA recommend as well:
DEseq2 has some automatic filtering step so you should be able to recover that as your filtering criterion. See "Automatic Independent Filtering":
https://genomebiology.biomedcentral.com/articles/10.1186/s13059-014-0550-8