Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • friducha
    Junior Member
    • Jan 2015
    • 9

    Why sum technical replicates instead of averaging (and rounding) for DESeq?

    It is widely recommended to sum technical replicate samples for differential gene expression analysis.
    I was wondering why this is the case, and not averaging the technical replicates into a single value for the individual?
  • Brian Bushnell
    Super Moderator
    • Jan 2014
    • 2709

    #2
    I suppose that summing would give greater statistical power. If you have 10 replicates, each with 1 read mapped to some gene, then the sum would be 10 and the average 1. 1 event is a lot more likely to be noise than 10 events.

    Aside from that, averaging and rounding would lose precision for no gain.

    Comment

    • bjackson
      Junior Member
      • May 2015
      • 6

      #3
      I just ended up asking a very similar question looking for guidance. When you say 'widely recommended' can you provided a paper or technical reference that says this? That would help me greatly.

      Comment

      • Michael Love
        Senior Member
        • Jul 2013
        • 333

        #4
        There is a theoretical justification. The sum of Poisson RVs (random variables) is Poisson. Raw counts of uniquely assigned reads to genes are very close to Poisson distribution across technical replicates. And the statistical model includes Poisson RVs or RVs with higher dispersion (due to biological variation). So the sum is a good idea for summarizing technical replicates.

        Note that the average of Poissons is not Poisson, for example, it has less variance than the mean. Suppose we take the mean of 5 Poisson RVs with lambda=10 and call this new thing X. The expected value will be 10,

        > mean(replicate(1000, mean(rpois(5, lambda=10))))
        [1] 9.9804

        but the variance of X is now less than the mean:

        > var(replicate(1000, mean(rpois(5, lambda=10))))
        [1] 1.951687

        This kind of a RV, a count which is under-dispersed, is not possible to model with the count-based methods.

        Comment

        • stormin
          Member
          • Aug 2014
          • 23

          #5
          Sorry to dig up the old post, I think my question is relevant to this discussion.

          From practical point of view, technical replicates from the same RNA sample can be merged together into a single fastq file for mapping and subsequent counting. Is this the correct approach?

          Alternatively, should mapping be done separately and counts added subsequently? Tophat is my current mapper, but please commend on whether this works with other mappers. Thanks

          Comment

          • dpryan
            Devon Ryan
            • Jul 2011
            • 3478

            #6
            It doesn't really matter if you map and merge or merge and then map, you'll get essentially the same results regardless. This is true regardless of the aligner.

            Comment

            Latest Articles

            Collapse

            • GATTACAT
              Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
              by GATTACAT
              Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
              07-01-2026, 11:43 AM
            • SEQadmin2
              Nine Things a Sample Prep Scientist Thinks About Before Sequencing
              by SEQadmin2


              I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

              Here are nine questions we think about, in roughly the order they matter, before...
              06-18-2026, 07:11 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, Yesterday, 11:08 AM
            0 responses
            6 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-30-2026, 05:37 AM
            0 responses
            11 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-26-2026, 11:10 AM
            0 responses
            19 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-17-2026, 06:09 AM
            0 responses
            53 views
            0 reactions
            Last Post SEQadmin2  
            Working...