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
      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