Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Normalization: DESeq vs. EdgeR with method="RLE"

    Hello all,

    I am trying out different normalization methods for RNA-seq.
    The newest release of EdgeR offers (among others) a normalization method called "RLE" that is supposed to be an implementation of what is also implemented in DESeq. This is explained in the edgeR manual. See ?calcNormFactors.

    I thus expected to obtain the same normalization factors with both packages.
    I am using part of the MAQC-2 data set that is referenced in a number of papers on RNA-seq. There are 14 samples, of which 7 are brain and 7 are UHR.

    Here's what I tried:


    "countsMatrix" is a matrix of raw counts (one column for each sample)
    conds <- c( rep("brain", 7), rep("UHR", 7))

    a)
    cds <- newCountDataSet( countsMatrix, conds )
    cds <- estimateSizeFactors( cds )
    sizeFactors(cds)

    b)
    d <- DGEList(counts=countsMatrix, group=conds, lib.size=colSums(countsTable))
    d <- calcNormFactors(d, method="RLE")
    d$samples$norm.factors


    Results:
    a)
    1.1430 1.1597 1.1695 1.1707 1.1751 0.3293 1.1643 1.1489 1.1650 1.1781 1.1802 0.4877 1.1617 1.1596

    b)
    1.0546 1.0354 1.0167 1.0291 1.0178 0.7133 1.0330 1.0645 1.0705 1.0876 1.0837 0.7619 1.0796 1.0564


    Might anyone have a suggestion why the resulting normalization factors are different?

  • #2
    Hello aquila,

    would you please tell me where did you download this MAQC dataset ?

    Thanks in advance

    Luc

    Comment


    • #3
      The data is available on


      Search for: SRA010153

      There are several data sets there. I downloaded the following:

      SRX016368 (7 samples)
      SRX016366 (7 samples)


      I found these data sets referenced in the following publication (among others):
      Bullard et al, Evaluation of statistical methods for normalization and differential expression in mRNA-Seq experiments, BMC Bioinformatics 2010, 11:94.

      Comment


      • #4
        Hi aquila




        For edgeR, I guess you need to multiply the output of calcNormFactors() by the library size to get the "normalization factor"?

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Essential Discoveries and Tools in Epitranscriptomics
          by seqadmin


          The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist on Modified Bases...
          Yesterday, 07:01 AM
        • seqadmin
          Current Approaches to Protein Sequencing
          by seqadmin


          Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
          04-04-2024, 04:25 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 04-11-2024, 12:08 PM
        0 responses
        45 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        46 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        39 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        55 views
        0 likes
        Last Post seqadmin  
        Working...
        X