← Back to Home

Help for Differential Expression Analysis

Back to Support Hub

FAQs and Galaxy Help Q&A. Most tool errors have been discussed or have existing help:

Related topics

Tools

The error and usage help in this FAQ applies to:

  • Deseq2
  • Limma
  • edgeR
  • goseq
  • DEXSeq
  • Diffbind
  • StringTie
  • Featurecounts
  • HTSeq
  • Kalisto
  • Salmon
  • Sailfish
  • DexSeq-count

Troubleshooting Errors and Unexpected Results

Expect odd errors or content problems if any of the usage requirements below are not met:

  1. Differential expression tools all require count dataset replicates when used in Galaxy. At least two per factor level and the same number per factor level. These must all contain unique content.
  2. Factor/Factor level names should only contain alphanumeric characters and optionally underscores. Avoid starting these with a number and do not include spaces.
  3. If the tool uses Conditions, the same naming requirements apply. DEXSeq additionally requires that the first Condition is labeled as Condition.
  4. Reference annotation should be in GTF format for most of these tools, with no header/comment lines. Remove all GTF header lines with the tool Remove beginning of a file. If any are comment lines are internal to the file, those should be removed. The tool Select can be used.
  5. Make sure that if a GTF dataset is used, and tool form settings are expecting particular attributes, those are actually in your annotation file (example: gene_id).
  6. GFF3 data (when accepted by a tool) should have single # comment line and any others (at the start or internal) that usually start with a ## should be removed. The tool Select can be used.
  7. If a GTF dataset is not available for your genome, a two-column tabular dataset containing transcript <tab> gene can be used instead with most of these tools. Some reformatting of a different annotation file type might be needed. Tools in the groups under GENERAL TEXT TOOLS can be used.
  8. Make sure that if your count inputs have a header, the option Files have header? is set to Yes. If no header, set to No.
  9. Custom genomes/transcriptomes/exomes must be formatted correctly before mapping. FAQ: Preparing and using a Custom Reference Genome or Build
  10. Any reference annotation should be an exact match for any genome/transcriptome/exome used for mapping. Build and version matter. FAQ: Mismatched Chromosome identifiers (and how to avoid them)
  11. Avoid using UCSC's annotation extracted from their Table Browser. All GTF datasets from the UCSC Table Browser have the same content populated for the transcript_id and gene_id values. Both are the "transcript_id", which creates scientific content problems, effectively meaning that the counts will be summarized "by transcript" and not "by gene", even if labeled in a tool's output as being "by gene". It is usually possible to extract gene/transcript in tabular format from other related tables. Review the Table Browser usage at UCSC for how to link/extract data or ask them for guidance if you need extra help to get this information for a specific data track.

More Resources

Review the documentation for these tools to better understand the usage. Galaxy tutorials also cover the topic.* 

Tool publication/help links are usually at the very bottom of tool forms, review these links if they apply to the tools you are using.