Entering edit mode
11.3 years ago
venks
▴
740
Hi,
I am using DEXSeq function
`ecs <- estimatelog2FoldChanges(ecs,denominator=condition1)`
Here I have tow conditions, condition1 and condition2.
In the result table that is created I see the results for log2Fold(Condition1/condition2).
I assumed that with the argument (denominator=condition1) I will get the result tables with log2Fold(condition2/condition1)
Can someone explain me what is happening here.
Thanks in advance
Thank You @dpryan. Here condition1 is a variable where I have saved "case" and for condition2 its "control" and your answer helped.