Hi all,
This is a very general question about an analysis I have been trying to do for quite sometime, but I still do not know how to proceed. I have a series of experiments performed on a single organism which include experiments like: comparing antibiotic sensitive and antibiotic resistant strains, comparing different motility adaptations, comparing stress related adaptations. However, I want to find a set of genes that are commonly dysregulated in all these experiments. I am not sure that how would I find commonly dysregulated genes in these different experiments. I could either just compare the DE genes obtained in each expe and find common or I could use the count files of these experiments together in a single DDS object. And even if I do use their counts together in a single DDS object, how would I normalize them.
Any help would be highly appreciated.
Thanks
Hi Michael,
Sorry for a confusing question. I need to identify genes which show differences in all groups. Like a set of common DE genes between
a) antibiotic sensitive and antibiotic resistant strains DE(a)
b) different motility adaptations DE(b)
c) stress related adaptations DE(c)
So I want something like this DE (abc)
Thanks
We don't have anything like this in DESeq2, where you have an omnibus test for requiring there to be significant differences in three pairs. What I recommend is to simply compute the intersection of the 3 FDR bounded sets and report clearly to collaborators or in a paper that you looked at the intersection of 3 FDR bounded sets. The final set doesn't have an FDR bound though. You may get different advice from other package authors though.