DESeq2 handling of replicates
1
0
Entering edit mode
Eyal • 0
@d1bf5547
Last seen 2.2 years ago
Israel

I have an RNA-seq experimental design which includes replicates that are not exactly technical replicates and not exactly biological replicates. I compare tumor samples, but the same tumor is implanted sometimes in two or three different mice (and sometimes in just one mouse). So, let's say the sample matrix is something like this:

   PATIENT| MOUSE | GENOTYPE | TREATMENT_RESPONSE
    ------ -------  --------- -------------------
      A   |   1    |   WT     |  TRUE 
      A   |   2    |   WT     |  TRUE 
      B   |   3    |   MUT    |  TRUE 
      B   |   4    |   MUT    |  TRUE 
      C   |   5    |   WT     |  FALSE 
      D   |   6    |   MUT    |  FALSE 
      D   |   7    |   MUT    |  FALSE 
      D   |   8    |   MUT    |  FALSE

I want to compare the genotype (WT vs MUT), and also to compare the treatment respone (TRUE vs FALSE). Two samples from the same patient in different mice are not technical replicates so I can't collapse them but also not really biological replicates because it's the same tumor. Also, some patients have one such replicate, some two, some three. Will controlling for PATIENT (e.g ~PATIENT + GENOTYPE or ~PATIENT + TREATMENT_RESPONSE) solve the issue? I saw two different posts, one suggesting such a thing, the other suggesting not to use DESeq2 and instead to go for limma-voom's duplicateCorrelation. Which is more fitting in this experimental design?

Thanks!

DESeq2 RNASeq limma • 806 views
ADD COMMENT
2
Entering edit mode
@mikelove
Last seen 1 day ago
United States

The "controlling" designs won't work due to confounding. Look at the table and see how they are linearly dependent (if this is not clear I'd recommend chatting with someone at your institute about linear modeling and confounding).

On the support site I have recommended duplicateCorrelation and limma many times for these designs.

ADD COMMENT

Login before adding your answer.

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