Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • moriah
    Member
    • Dec 2010
    • 23

    EdgeR and Deseq Normalization problems

    Hi all,

    I am trying to run DE analysis on miRNAs samples (from two conditions).

    In a recently published article it was mentioned that "TMM" normalization method is the least suitable to miRNAs and they suggested to use quantile normalization.

    I tried to change the method parameter to "upperquantile"
    y <- calcNormFactors(y,method="upperquartile")

    What I was getting when running the next step is:
    y <- estimateCommonDisp(y) # Estimates common dispersion
    Error in if (mx < tol) { : missing value where TRUE/FALSE needed

    When looking at the y variable I have noticed that all of the norm.factors are NaN.
    Worth mentioning that I didn't have this problem when running the "TMM" and "RLE" normalization methods.

    My questions:
    1. What might cause the problem when running "upperquantile" normalization in EdgeR?
    2. How can I use the "quantile" normalization and not the "upperquantile"? Change the Percentile some how? (p parameter)
    3.From the manual I noticed that the "RLE" normalization is similar to the implemented normalization in DEseq , but when running EdgeR with "RLE" vs DEseq I have been getting very different results ? Why is that?

    I will appreciate your answers,

    Thanks,
    Moriah
  • markrobinsonca
    Junior Member
    • Mar 2010
    • 7

    #2
    Hi Moriah,

    Some quick thoughts:

    1. I'm afraid that I can't tell from the information you've provided why method="upperquantile" gives NaNs. If you send me a count table, I can have a look, there should be a simple explanation.

    2. No, changing the percentile will not allow quantile normalization. It is possible to do quantile normalization in edgeR through offsets (keeping the count data as is), but this is not what the authors of the miRNA paper are suggesting (I've only skimmed that paper and it wasn't clear how they used the normalized data in the differential testing and it appears that their testing strategy does not account for biological variation - binomial or Fisher's test).

    3. Yes, basically with method="RLE", you will get the same normalization factors in edgeR (lib.size * norm.factor) as sizeFactors() in DESeq. But, edgeR and DESeq differ slightly in how the dispersions are estimated and how the exact test is performed. You mentioned "very different results", what do you mean by this?

    If this doesn't answer your question, can I suggest you post to the Bioconductor mailing list? See the section "how to get help" in the edgeR User's Guide.

    Best,
    Mark

    Comment

    • moriah
      Member
      • Dec 2010
      • 23

      #3
      Hi Mark,

      Thank you for your answer!

      1. How can I send you my table? Thanks for the suggestion!
      2. What method would you suggest when dealing with DE of micorRNA?
      3. In DESeq I got one differentially expressed microRNA, and in EDgeR I got around 100.

      Thanks,
      Moriah

      Comment

      • gpcr
        Member
        • May 2010
        • 18

        #4
        @moriah : Any luck with your new analysis with upper-quartile... as you were following methods in this article :
        "Evaluation of normalization methods in mammalian microRNA-Seq data."

        Comment

        • am@i
          Member
          • Dec 2013
          • 13

          #5
          Hi
          I am getting all the p- values and FDR values as non-significant while performing DE analysis of miRNA's in DEseq. Whereas almost all are significant with chi-square test.What is the reason for such discrepancy? How should I use DEseq to get meaningful result of DE analysis for miRNA?

          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
          7 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-30-2026, 05:37 AM
          0 responses
          12 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-26-2026, 11:10 AM
          0 responses
          20 views
          0 reactions
          Last Post SEQadmin2  
          Started by SEQadmin2, 06-17-2026, 06:09 AM
          0 responses
          54 views
          0 reactions
          Last Post SEQadmin2  
          Working...