Seqanswers Leaderboard Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • sjv3
    Junior Member
    • Jun 2012
    • 2

    DESeq Heatmaps

    Hi,

    Please could anyone tell me what information DESeq uses to produce heatmaps, if you follow the process in the vignette.... does it base the top 50 or however many included on p values or padJ values?

    I did my analysis in a pairwise fashion using 2 replicates of 4 timepoints, so day 0 vs day 1, day 0 vs day3, etc etc etc, but the heatmaps I've produced with desq contain all 8 samples, so if it has used p-values of differential expression, where has it got this from when the p values all refer to just 2 samples at a time?

    many thanks in advance for any advice/help!

    from a novice deseq user!
  • daiello
    Junior Member
    • Jun 2012
    • 4

    #2
    Hello,
    In the vignette, the list of differentially expressed genes is selected by pval (unadjusted). The un-transformed and variance stabilized counts for all samples are then plotted in the heatmap. You need to 1) come up with a list of differentially expressed genes, sort genes by pval or foldChange 2) decide what samples you want to plot 3) pass the matrix of expression values/counts for samples into the heatmap function. You can plot raw counts, normalized counts, or variance stabilized counts (vignette explains how to compute all). Variance stabilized counts are usually the best to use for heatmaps. Each of your pairwise comparisons need to be performed separately. For each pairwise comparison I would 1) come up with a gene list 2) plot the expression values/counts for all the samples in a heatmap.
    Last edited by daiello; 06-15-2012, 07:37 AM.

    Comment

    • sjv3
      Junior Member
      • Jun 2012
      • 2

      #3
      thanks, I'll do that.

      the one thing I still can't understand though is which set of p values would it have used on the heatmap it produced containing all 8 of the samples, when in reality there are 6 different sets of pvalues: D0vsD1, D0vsD3, D0vsD6, D1vsD3, D1vsD6 and D3vsD6... would it have chosen one of these lists of p values at random to select the top differentially expressed genes?

      Thanks very much

      Comment

      • daiello
        Junior Member
        • Jun 2012
        • 4

        #4
        Hello,
        The user specifies the gene list to plot in heatmap. The number of gene lists should be equal to the number of pairwise comparisons. Since you are dealing with time-series data you have a more complicated analysis to perform than what, I think, DESeq can handle. The type of analysis you perform depends on the question you are trying to answer. For example, I typically use DESeq to find genes that are statistically differentially expressed between two treatments. You have time-series data, so you are probably interested in what genes change the most over time? Maybe use DESeq to normalize your counts then conduct linear regression on each gene to find genes that change most over time. Also, look into multi-factored analysis with DESeq. I'm not sure but maybe this will help.
        -Dan

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Pathogen Surveillance with Advanced Genomic Tools
          by seqadmin




          The COVID-19 pandemic highlighted the need for proactive pathogen surveillance systems. As ongoing threats like avian influenza and newly emerging infections continue to pose risks, researchers are working to improve how quickly and accurately pathogens can be identified and tracked. In a recent SEQanswers webinar, two experts discussed how next-generation sequencing (NGS) and machine learning are shaping efforts to monitor viral variation and trace the origins of infectious...
          03-24-2025, 11:48 AM
        • seqadmin
          New Genomics Tools and Methods Shared at AGBT 2025
          by seqadmin


          This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

          The Headliner
          The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
          03-03-2025, 01:39 PM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 03-20-2025, 05:03 AM
        0 responses
        49 views
        0 reactions
        Last Post seqadmin  
        Started by seqadmin, 03-19-2025, 07:27 AM
        0 responses
        57 views
        0 reactions
        Last Post seqadmin  
        Started by seqadmin, 03-18-2025, 12:50 PM
        0 responses
        50 views
        0 reactions
        Last Post seqadmin  
        Started by seqadmin, 03-03-2025, 01:15 PM
        0 responses
        201 views
        0 reactions
        Last Post seqadmin  
        Working...