Hello,
I have a multi-factor design and I have successfully used DESeq2 to extract my comparisons of interest. I wanted to use DESeq1 in order to compare (long story) but I do not know how to extract specific comparisons. THere is actually the following comment on the vignette:
"Fixme: Can we add a paragraph on what to do if we only want to make speci c comparisons, e.g. let fac be a factor
with three levels A, B and C, and we want to test pairwise for di erences between A and B (without C), between A
and C (without B) etc"
If I just did for example:
fit <- fitNbinomGLMs( cds , count ~ treatment+gender+treatment:gender )
I see how to get the log2fold changes, how can I get p-values and adjusted p-values for the specific comparisons???
Thanks,
Ramiro
How can I make specific
I seem to remember that you could do the subsetting after dispersion estimation, but it's been a while since I've used DESeq. Is that not the case?