DESeq2 factors and factor level Input

Welcome @bveyb

Hopefully we can help!

Yes, DESeq2 only reports results for one comparison at a time. If you want to explore the other combinations, you can rerun the tool again by rearranging the samples.

You may also want to expore Limma and the use of contrasts. Warning that this has assumptions about the samples, so be sure to learn about how these tools differ! The vignettes, but also try their support forum for discuss from the authors like this: https://support.bioconductor.org/post/search/?query=deseq2+limma

The authors know about Galaxy and helped us to wrap the tools! But if you have Galaxy-specific questions, please come back here with new questions. :slight_smile:

Correct, the Galaxy tool form will only allow one group tag to be applied per input area. I suppose you could create another group tag and combine the samples the way you would prefer? The output is always with respect to the primary factor in the presence of the other factors, and there aren’t breakouts for each sub-group, so merging sub-groups is something you could explore!

To see the full design table, click into your Job Information Details page for one of the outputs.

  1. In the inputs/parameters section, there will be a table with the information from the tool form summarized. This is a good way to keep track of which input was entered where on the form, all in a condensed table view.

  2. In the job logs section (click to expand each), you’ll find the processing outputs from the original Bioconductor tool. Comparing the design table with the input summary table will help you to understand from where the input data is being sorted into the table. This connects data from the tool form through to DESeq2 itself.

Please let us know if this helps! Any questions, you are welcome to share back those two views together for context (screenshots or shared history) and we can try to help more! :slight_smile:


I’ll also link in some resources…

Production workflows can be found at :gear: IWC Workflow Library! https://iwc.galaxyproject.org/. There is a base pair you might be interested in: reads to counts, then another for differential expression and visualization. Transcriptomics / Workflow List

Then, more as a reference for anyone reading later, since you are doing most of this already. → Hands-on: Group tags for complex experimental designs / Group tags for complex experimental designs / Using Galaxy and Managing your Data (#using-group-tags-in-tool-eg-deseq2)

And, see the Reference Based (DESeq2) and End-to-End (Limma) tutorials for more examples and discussion.- > :graduation_cap: GTN Transcriptomics / Tutorial List