Dear Galaxy Support Team,
if I’m running DESeq2 with a merged data collection containing
3 replicates (column) with group tags group:WT group:control,
3 replicates (column) with group tags group:hipp5 group:control,
3 replicates (column) with group tags group:WT group:heat and
3 replicates (column) with group tags group:hipp5 group:heat
and choosing
‘condition’ as Factor 1 with the
1 factor level > group:hipp5
2 factor level > group:WT and
‘treatment’ as Factor 2 with the
1 factor level > group:heat
2 factor level > group:control
I obtain only analysis for the first Factor.
What is the reason for? Do I have to select a table with all factor data within the menue
“(Optional) provide a tabular file with additional batch factors to include in the model.”,
because there is “Nothing selected” at the moment.
Further, DESeq2 does run into error, if I’m choosing
‘condition’ as Factor 1 with
1 factor level > group:hipp5 and group:control
2 factor level > group:WT and group:control
3 factor level > group:hipp5 and group:heat
4 factor level > group:WT and group:heat
So it seems to me, choosing two group tags for one factor level isn’t possible.
Thank you for your help,
regards, Olaf.
P.S.: Could it be a bug within DESeq2 implementation? Because the following Input:
does produce the following results:
1. Factor in Input was “Condition” and 2. Factor in Input was “Treatment”,
but in results ‘other factors in design: Condition’ Why that???


