Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • adumitri
    Member
    • Jan 2010
    • 27

    #1

    DESeq v1.12.0 estimateDispersions function: pooled-CR vs pooled

    Hi,

    I am using DESeq v1.12.0 to compare count data for ~6,000 exons in ~200 genes; these genes are the ones found to be significantly differentially expressed (FDR level) in a prior gene-centric DESeq analysis between 20 diseased and 20 normal human RNA-Seq samples. To get the exon counts that DESeq needs as an input file, I used two python scripts that Simon Anders created: dexseq_prepare_annotation.py and dexseq_count.py.

    In DESeq, everything went smoothly until the estimateDispersions function. Initially, I tried using the "pooled-CR" method for this function, but got the following error:

    Code:
    > cds <- estimateDispersions(cds, method = "pooled-CR")
    Error in parametricDispersionFit(means, disps) : 
      Parametric dispersion fit failed. Try a local fit and/or a pooled estimation. (See '?estimateDispersions')
    Given this message, I tried using the estimateDispersions function in two different ways:

    Code:
    cds.pooledCR.local <- estimateDispersions(cds, method = "pooled-CR", fitType="local")
    cds.pooled <- estimateDispersions(cds, method = "pooled")
    When using the plotDispEsts function for the cds.pooledCR.local and cds.pooled objects to plot the mean of normalized counts vs the dispersion for all included exons, I obtain the attached plots. In the case of the cds.pooled object, this message was displayed:

    Code:
    Warning message:
    In xy.coords(x, y, xlabel, ylabel, log) :
      1472 y values <= 0 omitted from logarithmic plot
    The 1,472 mentioned y dispersion values are < 0. They are also the ones on the bottom of the plot obtained with the cds.pooledCR.local (in this case, the values were really small, but > 0).

    Long introduction for my two questions:
    1) I thought DESeq makes sure the dispersion values are all above 0. How should I interpret the negative dispersion values obtained when the "method" option for estimateDispersions is "pooled"?
    2) Which options for the estimateDispersions function are safest to use with exon data?

    Thank you for your help!
    Alexandra
    Attached Files
  • Simon Anders
    Senior Member
    • Feb 2010
    • 995

    #2
    1. The left plot looks fine, the right one is completely off (fit line misses the main data cloud).

    2. The negative dispersion values are an artifact from the the way how dispersions are estimated in all but the "CR" mode, namely by method of moments (see our paper). For the actual computation they get replaced by a small positive number.

    3. I'm rarther puzzled why you would want to use DESeq rather then DEXSeq for your exons, but assuming that you know what you are doing: As long as the diagnostic plot is fine (red line goes through upper cloud), you can go ahead.

    4. Overall, we are no longer that happy with DESeq's manner of estimating dispersions, which is why we made a fresh try with DESeq2. We are not yet finished, however, with writing up our paper to explain what exactly we now do different.

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
      by SEQadmin2



      CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

      Despite this, “CRISPR helped turn genome editing from a specialized technique into
      ...
      07-31-2026, 11:01 AM
    • SEQadmin2
      Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
      by SEQadmin2


      Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

      The systematic characterization of the human proteome has
      ...
      07-20-2026, 11:48 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, Yesterday, 10:35 AM
    0 responses
    7 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-06-2026, 07:41 AM
    0 responses
    25 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 08-03-2026, 10:13 AM
    0 responses
    45 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-31-2026, 02:55 AM
    0 responses
    48 views
    0 reactions
    Last Post SEQadmin2  
    Working...