Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Golsheed
    Member
    • Oct 2014
    • 49

    correcting for gene-length and GC-content bias in DESeq2

    Hi,
    I was wondering whether DESeq2 has a feature to correct for gene-length and GC-content bias simultaneously?
    I currently am correcting for GC-content bias using the method explained in DESeq2 manual (i.e., the normalizationFactors matrix). But I need to do correction for gene-length, since I'm trying to find differentially expressed genes between three species. Assuming that L_ij is the length of gene i in condition (subgroup) j, how do I incorporate matrix L along with the normalizationFactors matrix into the data set?
    I'd appreciate any help.
    Thanks,
    Golsheed
  • Michael Love
    Senior Member
    • Jul 2013
    • 333

    #2
    Are you using CQN? Something to think about is that CQN estimates the GC bias assuming that the genes are the same length across samples. See ?cqn.

    What's the distribution of gene length differences, e.g.:

    summary(log2(L[,1] / L[,2]))

    Comment

    • Golsheed
      Member
      • Oct 2014
      • 49

      #3
      Thanks for the answer. EDASeq is used for that part of the analysis to correct for GC bias.

      Golsheed

      Comment

      • Golsheed
        Member
        • Oct 2014
        • 49

        #4
        Can I correct for both GC content and gene length with EDASeq and then use the output from EDASeq in DESeq2?

        Golsheed

        Comment

        • Michael Love
          Senior Member
          • Jul 2013
          • 333

          #5
          That's a question for the EDASeq devels. DESeq2 can take any normalization matrix.

          Note that, similar to CQN, the covariates (gene length, GC) are provided as vectors to EDASeq, i.e. one per gene, not a matrix of gene lengths.

          Comment

          • Golsheed
            Member
            • Oct 2014
            • 49

            #6
            Thanks a lot. Your response is extremely helpful.

            Golsheed

            Comment

            Latest Articles

            Collapse

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, 06-05-2026, 10:09 AM
            0 responses
            14 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-04-2026, 08:59 AM
            0 responses
            24 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-02-2026, 12:03 PM
            0 responses
            29 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-02-2026, 11:40 AM
            0 responses
            23 views
            0 reactions
            Last Post SEQadmin2  
            Working...