Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shurjo
    Senior Member
    • Jan 2009
    • 132

    #1

    Another DESeq question

    Hi Simon,

    First of all, many thanks for DESeq. I have found it wonderfully easy to work with, even with my beginner's knowledge of R. My understanding of statistics is limited to a couple of graduate-level courses, so I would really appreciate your input on the following questions, which arise from using DESeq on my data. My project comprises 14 individuals (7 case-control pairs) and we have ~40 million Illumina transcriptome reads from each of these people. I used BedTools to overlap these reads with the UCSC knownGene annotations, and ran DESeq on the count data.

    Question 1:
    The ECDF curves lie above the diagonal in both cases, so I used a correction factor of 0.7, which brings them closer. I have attached both the uncorrected and corrected curves below, as well as the plots of the fit of the variance functions. Can you tell me if, in your opinion, the correction factor seems adequate?

    Question 2:
    On page 10 of the manual, you mention that any hit with a very large value in any one of the last two columns in the differential expression output file should be checked carefully to exclude false hits due to “variance outliers”. Do you have a ballpark figure in mind when you say "very large value"? In my data, the values range from 0.003 - 214, so I am confused what to use as a cutoff.

    Any advice you have to offer would be very welcome.

    Thanks,

    Shurjo
    Attached Files
    Last edited by shurjo; 05-13-2010, 01:22 PM.
  • Simon Anders
    Senior Member
    • Feb 2010
    • 995

    #2
    Hi Shurio

    Originally posted by shurjo View Post
    Question 1:
    The ECDF curves lie above the diagonal in both cases, so I used a correction factor of 0.7, which brings them closer. I have attached both the uncorrected and corrected curves below, as well as the plots of the fit of the variance functions. Can you tell me if, in your opinion, the correction factor seems adequate?
    I'm afraid I wrote quite some nonsense last week, when I amended the package vignette last week to describe the variance adjustment factors, see my post here.

    Now correcting my mistake of last week, i reverse my advice: If the curves are above the green line, use the fit as it is. Bringing them down onto the green line may DESeq become anti-conservative due to the curves now being partly too low.

    Originally posted by shurjo View Post
    Question 2:
    On page 10 of the manual, you mention that any hit with a very large value in any one of the last two columns in the differential expression output file should be checked carefully to exclude false hits due to “variance outliers”. Do you have a ballpark figure in mind when you say "very large value"? In my data, the values range from 0.003 - 214, so I am confused what to use as a cutoff.
    I am still trying to find a good general answer to this question. I have an idea, and I may add a feature quite soon for this. Until then, you may want to plot a histogram of variance values, e.g., with

    Code:
    hist( res$resVarA, breaks=100 )
    hist( res$resVarB, breaks=100 )
    You will probably notice that 99% or so of the values are below 10 or 20 or so and only very few as far up at 214. This histogram will help you judge which values are clearly outliers, i.e., out of the range of most of the values.

    For two or three replicates, a cut-off around 15 or 20 seems to be good, but as you have many more replicates, your histogram may look different.

    Cheers
    Simon

    Comment

    • shurjo
      Senior Member
      • Jan 2009
      • 132

      #3
      Hi Simon,

      Your advice makes perfect sense, thanks.

      Regards,

      Shurjo

      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
      • SEQadmin2
        Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
        by SEQadmin2



        Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
        ...
        07-09-2026, 11:10 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, 08-03-2026, 10:13 AM
      0 responses
      15 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-31-2026, 02:55 AM
      0 responses
      32 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-24-2026, 12:17 PM
      0 responses
      23 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-23-2026, 11:41 AM
      0 responses
      21 views
      0 reactions
      Last Post SEQadmin2  
      Working...