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
Thanks so much for your help, Michael!