Hi,
I am currently analyzing a small RNAseq data with 10 biological replicates for each 3 different timepoints (time1, time2, time3) from a mouse data. Firstly I mapped and quantified the data with miRDeep2 and proceed the counts data with DESeq2.
As suggested I used varianceStabilizingTransformation(DESeq.ds, blind=FALSE)
to transform the counts as an input for WGCNA.
Strangely if I plot the PC1 of the module eigengenes for each modules predicted, I got an opposite results regarding the expression of each timepoint.
In my raw expression data as well as in my DEG list, I could see that genes that are expressed lower in time1 have a higher PC1 (pink dots) and genes that are expressed higher in time3 have a lower PC1 (blue dots)
Can I interpret the PC1 value as an expression correlation of each time point? Or did I understood it all wrongly? I have rather only weak knowledge about statistics in general.
Thanks in advance for any kind of help and hints!
Dewi
Sorry for the broken link, hopefully it will work this time. https://cdn1.imggmi.com/uploads/2019/11/28/9fa736504f4c1eb2207db40a262f4091-full.png
And also sorry for the confusion, what I meant was the normalized counts (RPKM). But I did found out the problem with my code, instead of using
signed
network as I thought I did in my script, I usedunsigned
networks that brought out the unexpected results.Thanks for your help!