Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • DESeq2 multiple contrasts no "control" condition

    I have an odd experimental design in that I have 4 conditions A, B, C, and D (all with replicates). However there is no "control" condition to compare to.

    What I'm interested in is what genes are enriched in B compared to A, C, & D...ect. Is the best way to do this just using the "contrast" argument from results and doing all the comparisons pairwise, and then looking at the overlap of significant results? I'm a bit stumped as there is no reference condition.

  • #2
    Hi AprilW,


    I'm not entirely sure but I think that Michael I. Love's response to my question (http://seqanswers.com/forums/showthread.php?t=58040) might help you too. If you check out section 3.3 from the latest version of DESeq2's vignette (http://bioconductor.org/packages/rel...doc/DESeq2.pdf), it mentions the use of "expanded model matrices" which do not use the concept of reference levels. With this (and the examples provided) you should then be able to write out contrasts to find DEGs that are specific to each condition. I'm still getting used to DESeq2 contrasts so I can't help you more at the moment!


    Hope this helps,

    -- Alex

    Comment


    • #3
      It's fine to run DESeq() without a control condition.

      Just use a design of ~ condition, and then you can make pairwise comparisons with 'contrast' argument of results().

      "what genes are enriched in B compared to A, C, & D"

      There are multiple ways to do this, which will give different results.

      One is to do pairwise comparisons and combine the results somehow (intersection, etc).

      Another approach is to compare B to the average of A,C,D. Note that this is not the same. For a very simple example, consider 5 vs 3,4,8. It is different than all three, but equal to their mean.

      The average approach can be formulated like this:

      Code:
      results(dds, contrast=list("conditionB",
          c("conditionA","conditionC","conditionD")), 
        listValues=c(1, -1/3))

      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...
        04-22-2024, 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, Today, 08:47 AM
      0 responses
      10 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      60 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      57 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      53 views
      0 likes
      Last Post seqadmin  
      Working...
      X