Multifactor design using DESeq2 - unpaired samples
1
0
Entering edit mode
@miyakokodama-11409
Last seen 2.9 years ago
Denmark

Hi,

I am using DESeq2 to identify DE genes across two color types. I have two columns – color and sample ID. As you can see, my samples are unpaired:

Color Sample_ID
S 1
S 2
B 3
B 4
B 5
B 6


According to the vignette (3.12 “Model matrix not full rank”) and other questions here, am I correct that I can only perform design = ~ Color, and cannot fit the effect for Sample_ID? There is a strong sample effect in my data set, but I am afraid that this data set does not allow me to correct for such effect.

Many thanks in advance,

Miyako

deseq2 • 962 views
ADD COMMENT
0
Entering edit mode
@mikelove
Last seen 12 hours ago
United States

You shouldn't (and cannot) control for the difference between samples in this experiment. The differences between samples inform the statistical model about the within-group variability, and you want to find differences across color that rise above the within-group variability. You should use a design ~color. If you cannot find any differences at a given FDR threshold, it means that either there is no effect or the effect is too small to detect with your sample size and you need to generate more samples.

ADD COMMENT
0
Entering edit mode

Thanks so much for your help, Michael!

ADD REPLY

Login before adding your answer.

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