Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Azazel
    Member
    • Oct 2010
    • 52

    [DESeq] baseMean

    I would like to ask how exacly baseMean is calculated in DESeq.

    According to the manual from 2012-07-24 (http://tinyurl.com/8krvbny) the meaning of the three baseMean columns is:

    baseMean mean normalised counts, averaged over all samples from both conditions
    baseMeanA mean normalised counts from condition A
    baseMeanB mean normalised counts from condition B
    I interpret this as:
    Code:
    baseMean = (baseMeanA + baseMeanB) / 2
    However I have this result from a DE test which I did with DESeq (only first entry shown):
    Code:
    id	baseMean	baseMeanA	baseMeanB	foldChange	log2FoldChange	pval	padj
    geneA	4.6870306180134	3.72258134619134	6.1337045257465	1.64770194532405	0.720455295377725	0.137300747770432	0.461541670327437
    Code:
    (3.72258134619134+6.1337045257465)/2 == 4.928143
    4.928143 != 4.6870306180134
    There is obviously a discrepancy. Maybe I am interpreting it wrong.

    I'd be thankful if someone could explain how I can replicate the calculation of baseMean.

    P.S.: I asked a similar question in May this year. Simon nicely answered me that:
    Yes, it is the normalized count, i.e., simply the number of reads divided by the size factor (normalization constant) of the sample
    However, I do not know how I can get the "size factor" from the results table. If at all possible, I want to recompute baseMean given only baseMeanA and baseMeanB (is this even possible?). Because this way I wouldn't need to determine the sizeFactor.
    Last edited by Azazel; 09-09-2012, 04:45 PM. Reason: Added a PS for clarification.
  • Simon Anders
    Senior Member
    • Feb 2010
    • 995

    #2
    1. Maybe you have different numbers of samples in your two conditions. Then, the base mean will not be the average of the two per-condition means.

    2. You real problem seems to be that you do not know how to get the size factors. If so, why do you not ask about this? Simply use the accessor function 'sizeFactors' on your CountDataSet to get a vector of size factors.

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
      by SEQadmin2



      Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
      ...
      07-09-2026, 11:10 AM
    • SEQadmin2
      Cancer Drug Resistance: The Lingering Barrier to Rising Survival
      by SEQadmin2



      Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

      There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
      07-08-2026, 05:17 AM
    • 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

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 07-13-2026, 10:26 AM
    0 responses
    28 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-09-2026, 10:04 AM
    0 responses
    37 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-08-2026, 10:08 AM
    0 responses
    25 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-07-2026, 11:05 AM
    0 responses
    35 views
    0 reactions
    Last Post SEQadmin2  
    Working...