DESeq2 error: an error occurred with this dataset

Having worked through the Tutorial “Reference-based RNA-seq data analysis”, I am doing this for the first time on real data.

I have been trying to run DEseq2 with just one factor (genotype) with two levels (one with a wild type gene count, one with transgenic). I only have one tabular file of gene counts (both produced by FeatureCounts) for each factor level which I extracted from the dataset in FeatureCount output using “Extract dataset”.

I did this extraction as the files didn’t list separately to be chosen in DESeq2 and the tutorial appeared to have separated the files between steps “Counting the number of reads per annotated file” and ”Analysis of the differential gene expression”.

DEseq2 keeps failing with “an error occurred with this dataset”.

Can anyone help?

Hi @kate2,

Can you please submit a bug report from one of the failed jobs and put a link to this post into the message field of it?

Thanks,

Wolfgang

Thanks @wm75. I submitted the report with the url to this post.
It looks like it might be a problem to do with lack of replicates?

hi @kate2

yes, it is the lack of biological replicates. You need at least 3 replicates to sensibly estimate the biological variation. Maybe very old version of DESeq2 or limma supports DE analysis without replicates. But those results might not make sense because with a single replicate you are not taking the biological variation into the differential expression analysis.

Best,

Pavan

2 Likes

Fabulous, thanks @pavanvidem I’m re-running now with three replicate for each genotype.

2 Likes