Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Need Help Doing Complex Contrasts in DESeq2

    I recently completed a 22 day time course with a resistant and susceptible plant with five timepoints (0hr - control), 1dpi, 7dpi, 14dpi, and 22dpi. I was able to do three replicates and sequenced my smaples t get RNAseq libraries (30 libraries total). I now have begun my RNA seq analysis in DESeq2. I have set up my samples object for the comparisons like so:

    Code:
    sample
    
             timepoint treatment genotype
    S1A_rep1         0        SA        S
    S1A_rep2         0        SA        S
    S1A_rep3         0        SA        S
    S1B_rep1         1        SB        S
    S1B_rep2         1        SB        S
    S1B_rep3         1        SB        S
    S1C_rep1         7        SC        S
    S1C_rep2         7        SC        S
    S1C_rep3         7        SC        S
    S1D_rep1        14        SD        S
    S1D_rep2        14        SD        S
    S1D_rep3        14        SD        S
    S1E_rep1        22        SE        S
    S1E_rep2        22        SE        S
    S1E_rep3        22        SE        S
    R1A_rep1         0        RA        R
    R1A_rep2         0        RA        R
    R1A_rep3         0        RA        R
    R1B_rep1         1        RB        R
    R1B_rep2         1        RB        R
    R1B_rep3         1        RB        R
    R1C_rep1         7        RC        R
    R1C_rep2         7        RC        R
    R1C_rep3         7        RC        R
    R1D_rep1        14        RD        R
    R1D_rep2        14        RD        R
    R1D_rep3        14        RD        R
    R1E_rep1        22        RE        R
    R1E_rep2        22        RE        R
    R1E_rep3        22        RE        R
    I am using my treatment column to design my comparisons. I have done the following comparisons so far:

    RA-SA
    RB-SB
    RC-SC
    RC-SD
    RE-SE
    RB-RA
    RC-RA
    RD-RA
    RE-RA
    SB-SA
    SC-SA
    SD-SA
    SE-SA

    My DESEq2 comparison is done withe the follwing code:

    Code:
    dds <- DESeqDataSetFromTximport(txi, sample, ~treatment)
    And my results are retrieved like so:
    Code:
    results(deseqData, contrast=c("treatment","RB","RA"))
    I now want to do the following comparisons:

    Code:
    (RB - SB) - (RA - SA) (compare RB and SB, then compare that to RA and SA, compared)
    (RE + SE) - (RA + SA)
    (RE + RD) - (RC + RB)
    [(RE + RD) - (RC + RB)] - [(SE + SD) - (SC - SB)] (compare the early vs late response of the R plants to that of the susceptible)
    I am not sure of what code to use. Would anybody be able to point me in the right direction? Any help appreciated.

  • #2
    You have probably solved your issue by now, but if you still struggle with your transcriptomic data, you could try using our Omics Playground platform. We have an interactive GUI that allows you to generate pairwise comparisons with a high degree of flexibility when you input your data into the platform. You can also intersect the results of pairwise comparisons and represent them as Venn diagrams and scatterplots.

    If you want to give it a shot, you can try our free access demo version: https://public.bigomics.ch/app/omicsplayground_contrib

    Hope that addresses your need!

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Recent Advances in Sequencing Analysis Tools
      by seqadmin


      The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
      Yesterday, 07:48 AM
    • 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

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Today, 06:57 AM
    0 responses
    7 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, Yesterday, 07:17 AM
    0 responses
    13 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-02-2024, 08:06 AM
    0 responses
    19 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 04-30-2024, 12:17 PM
    0 responses
    21 views
    0 likes
    Last Post seqadmin  
    Working...
    X