We are using DESeq to find differentially expressed genes for RNAseq experiment with two biological replicates. When we did the analyses considering them as biological replicates, we found that among differential expressed genes, there was a very high number of counts in one biorep compared to the others. Then we took biorep1 from experimental group and compared with biorep1 of the control group and there were only 3 genes differentially expressed at padj 0.05. However, there are lot of genes with thousands reads vs 0 in the two groups. Then we did the same with the second biorep and we found about 100 differentially expressed genes. Does anyone know why this is happening?
Unconfigured Ad
Collapse
X
-
Hi Simon,
Here is an example (attached txt file) for the genes that showed differential expression, but between the same experimental group variation was very high. Please let me if it is still not clear. I will try to explain again.Attached Files
Comment
-
-
Dear Simon,Originally posted by Simon Anders View PostI'm not sure I understand your question. Could you give an example, please?
I have quite similar problem for the significant genes detected by DESeq and edgeR. Both of them output some significant candidates which have quite large variation within groups. Such as:
wt1: 2
wt2: 345
treat1: 3
treat2:1
or
wt1: 0
wt2: 345
treat1: 0
treat2: 0
Is it normal to get low p value for such kind of expression pattern? Thanks
Comment
-
-
Short answer: Please try again with the 'deve' version of DESeq (version 1.5.19), and this oddity should vanish.
Long answer: In the current release version of DESeq (version 1.4.1), we estimate a variance for each gene, fit a line through the mean-variance plot, and then use the fitted value of the variance, i.e., the value typical for a gene of the same expression strength. The 'nbinomTest' function gives you, besides the p values, two columns with the "variance residuals", i.e., the ratio of the gene's variance estimate over the fitted value. Cases such as your should show up as having a large value there and the vignette advises to disregard such hits in the downstream analysis.
Nobody ever read this sentence in the vignette, and also, the solution was rather unsatisfactory anyway, and so we have now changed this. Now, we do not use anymore always the fitted value, but instead the maximum of the per-gene estimate and the fitted value. This avoids artifacts like the ones you see. Have a look at the help page for 'estimateDispersion' in the new version, and also at the vignette, which we have extensively overhauled.
Comment
-
-
Hi Simon,Originally posted by Simon Anders View PostShort answer: Please try again with the 'deve' version of DESeq (version 1.5.19), and this oddity should vanish.
Long answer: In the current release version of DESeq (version 1.4.1), we estimate a variance for each gene, fit a line through the mean-variance plot, and then use the fitted value of the variance, i.e., the value typical for a gene of the same expression strength. The 'nbinomTest' function gives you, besides the p values, two columns with the "variance residuals", i.e., the ratio of the gene's variance estimate over the fitted value. Cases such as your should show up as having a large value there and the vignette advises to disregard such hits in the downstream analysis.
Nobody ever read this sentence in the vignette, and also, the solution was rather unsatisfactory anyway, and so we have now changed this. Now, we do not use anymore always the fitted value, but instead the maximum of the per-gene estimate and the fitted value. This avoids artifacts like the ones you see. Have a look at the help page for 'estimateDispersion' in the new version, and also at the vignette, which we have extensively overhauled.
Thanks for your quick reply. One more question about installation of the devel DESeq.
I have downloaded the newest version of Biobase from bioconductor, but DESeq require even advanced version.(http://www.bioconductor.org/packages...l/Biobase.html )
Do you know where to download >=2.13.6 Biobase? Thanks.
"
Error : package 'Biobase' 2.12.2 was found, but >= 2.13.6 is required by 'DESeq'
"
Comment
-
-
You need to download the development version of R (2.14) to be able to install the development branch of Bioconductor packages including DESeq 1.5.19Originally posted by Gangcai View PostHi Simon,
Thanks for your quick reply. One more question about installation of the devel DESeq.
I have downloaded the newest version of Biobase from bioconductor, but DESeq require even advanced version.(http://www.bioconductor.org/packages...l/Biobase.html )
Do you know where to download >=2.13.6 Biobase? Thanks.
"
Error : package 'Biobase' 2.12.2 was found, but >= 2.13.6 is required by 'DESeq'
"
Comment
-
-
At http://www.bioconductor.org/packages...l/Biobase.html
However, installing a 'devel' version of Biobase over a 're'ease' installtion of Bioconductor might cause chaos. Better install the devel version of R and then, 'bioclite' will pull 'devel' versions of all Bioc packages.
Comment
-
-
Hi Simon,
I have tried the deve version of DESeq. The number of significant genes drop quite a lot. It does look better comparing with previous result. But still have some genes have high variation within biological repilcates.
wt1 wt2 treat1 treat2 pvalue_adjusted
928 0 0 0 <<0.01
0 135 0 0 <<0.01
Comment
-
-
Could you please try again with
It seems that our improved method removes these oddities reliably only if one uses a pooled dispersion estimation. I guess, we should hence change the default in 'estimateDispersions' to this, but at the moment, it is still method="per-condition" (which is the same as method="normal" in the old version).Code:cds <- estimateDispersions( cds, method="pooled" )
Comment
-
Latest Articles
Collapse
-
by SEQadmin2
Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.
The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
...-
Channel: Articles
06-02-2026, 10:05 AM -
-
by SEQadmin2
With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.
Introduction
Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...-
Channel: Articles
05-22-2026, 06:42 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, 06-05-2026, 10:09 AM
|
0 responses
13 views
0 reactions
|
Last Post
by SEQadmin2
06-05-2026, 10:09 AM
|
||
|
Started by SEQadmin2, 06-04-2026, 08:59 AM
|
0 responses
24 views
0 reactions
|
Last Post
by SEQadmin2
06-04-2026, 08:59 AM
|
||
|
Started by SEQadmin2, 06-02-2026, 12:03 PM
|
0 responses
28 views
0 reactions
|
Last Post
by SEQadmin2
06-02-2026, 12:03 PM
|
||
|
Started by SEQadmin2, 06-02-2026, 11:40 AM
|
0 responses
22 views
0 reactions
|
Last Post
by SEQadmin2
06-02-2026, 11:40 AM
|
Comment