Unconfigured Ad

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

    denominator for normalization

    I'm hoping for some input from my statistically gifted brethren on this one:

    I have sixteen RNA-Seq libraries which were aligned with TopHat. Counts of reads mapping to RefSeq genes were generated with htseq-count. My statistician collaborators need to normalize these counts for differences in sequencing depth. Here are my choices for the denominator:
    1. Total number of reads in the raw data (wc -l on the file from the sequencer)
    2. Total number of lines in the TopHat SAM file (wc -l on accepted_hits.sam)
    3. Number of unique reads for which TopHat found at least one location to assign (sort | uniq | wc -l on sequence field from SAM file)
    4. Sum of counts across all genes within each library

    Does anyone have some feedback on this? The range of numbers for choice 1 above is 96396160-131352500.

    Any help will be much appreciated,

    Thanks,

    Shurjo
  • Simon Anders
    Senior Member
    • Feb 2010
    • 995

    #2
    All of these suffer from the issue that a few strongly and differentially expressed genes can skew them. See the discussion in our paper and especially in Oshlack and Robinson's paper.

    Our DESeq package offers (via its function 'estimateSizeFactors') a simple way to get a robust number for the denominator, which is explained, e.g., here.

    Simon

    Comment

    • shurjo
      Senior Member
      • Jan 2009
      • 132

      #3
      Originally posted by Simon Anders View Post
      All of these suffer from the issue that a few strongly and differentially expressed genes can skew them. See the discussion in our paper and especially in Oshlack and Robinson's paper.

      Our DESeq package offers (via its function 'estimateSizeFactors') a simple way to get a robust number for the denominator, which is explained, e.g., here.

      Simon
      Hi Simon,

      Many thanks for your reply. I read both your and the Oshlack papers and agree with all of the points you make therein. However, in the context of my data, the following points would suggest to me that a simpler normalization strategy may be adequate:
      1. The sixteen libraries I referred to all come from the same tissue source (lymphoblastoid cell lines)
      2. This is a clinical study where the cells were not "induced" or "perturbed" with an external agent, so there is no expectation that a large number of genes will be differentially expressed between the two groups of 8.
      3. A priori, the chances of there being an appreciable number of transcripts that are present in one or a few of these libraries but absent in the others is low.

      I understand that using TMM will be better in the vast majority of data sets. However, my objective here is simply to answer a question from my collaborating statisticians (who will not be using either edgeR or DESeq, but their own tests) as to what makes the best denominator for normalizing libraries for differences in coverage. Given this scenario, do you have any suggestions?

      Once again, thanks for your help and congratulations on your paper.

      Shurjo

      Comment

      • carmeyeii
        Senior Member
        • Mar 2011
        • 137

        #4
        Hi Shurjo,

        I have been having a tough time thinking this one out as well. I would appreciate any insight you may have gained by solving this problem. I too am torn between using the htseq count total, the unique mapped reads from tophat or all the alignments generated by tophat.

        Thanks for your help,

        Carmen

        Comment

        Latest Articles

        Collapse

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 06-09-2026, 11:58 AM
        0 responses
        22 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-05-2026, 10:09 AM
        0 responses
        28 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-04-2026, 08:59 AM
        0 responses
        39 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-02-2026, 12:03 PM
        0 responses
        61 views
        0 reactions
        Last Post SEQadmin2  
        Working...