DESeq2 counts as input for WGCNA
1
0
Entering edit mode
Peny • 0
@Peny-24394
Last seen 3.3 years ago

Hello,

Apologies in advance for the question-I am trying to make sense of RNA Seq and the stats behind it.

I am looking to use the transformed counts from DESeq2 as input to WGCNA. Since we are using a design when we create the DESeqDataSetFromMatrix before we get the counts (and depending on the factor/ combination of factors we use the counts slightly change), I was wondering if this would affect how WGCNA will correlate the modules with different traits (that might not be in the initial design).

An example:

I am trying to get transformed data counts using ~time_to_rebound (continuous variable, cut in 3 bins). In WGCNA I would like to see what modules correlate with age, time to rebound (as a continuous variable) and groupings of patients based on time to rebound but in different cut-offs.

Don't know if I making sense here but any help/ advice would be much appreciated!!

Thank you!!

Penny

WGCNA DESeq2 • 2.1k views
ADD COMMENT
1
Entering edit mode
@mikelove
Last seen 14 hours ago
United States

Dear Penny,

From the DESeq2 side, the scaled counts (counts(dds, normalized=TRUE)) depend on the size factors. These depend on the samples included in the dataset but not on the design.

ADD COMMENT
0
Entering edit mode

Thank you Michael!

Just an update to this, I read the WGCNA FAQ a bot more carefully now and their advice is to use the DESeq2 vst transformation. So, the whole process would be to:

  1. create the DESeqDataSetFromMatrix ( I am using a continuous variable cut in bins in the design, controlled by Sex and Country)
  2. filter for low counts (>=10 in 90% of all samples)
  3. vst
  4. removeBatchEffect for Sex and Country

Would this bias my WGCNA if I want to look at the continuous variable as a clinical trait?

Thank you again!!

Penny

ADD REPLY

Login before adding your answer.

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