Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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?

  • #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


    • #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


      • #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


        • #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


          • #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

            • seqadmin
              Strategies for Sequencing Challenging Samples
              by seqadmin


              Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
              03-22-2024, 06:39 AM
            • seqadmin
              Techniques and Challenges in Conservation Genomics
              by seqadmin



              The field of conservation genomics centers on applying genomics technologies in support of conservation efforts and the preservation of biodiversity. This article features interviews with two researchers who showcase their innovative work and highlight the current state and future of conservation genomics.

              Avian Conservation
              Matthew DeSaix, a recent doctoral graduate from Kristen Ruegg’s lab at The University of Colorado, shared that most of his research...
              03-08-2024, 10:41 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, Yesterday, 06:37 PM
            0 responses
            8 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, Yesterday, 06:07 PM
            0 responses
            8 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 03-22-2024, 10:03 AM
            0 responses
            49 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 03-21-2024, 07:32 AM
            0 responses
            67 views
            0 likes
            Last Post seqadmin  
            Working...
            X