Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • denalitastic
    Junior Member
    • May 2016
    • 1

    Deseq2 interaction terms

    Hello, I have been trying to figure out how to deal with combining interaction terms in Deseq2. I have pored over all posts and the tutorials including the manual.

    My design is as follows design = ~cell + drug + time + drug:time

    Drug: V,L,T
    Time: 0,1,2,6,12,24,48
    cell: A ,B

    I am interested in the difference of differences. Basically I am looking for what genes are regulated differently between 2 treatments or between 1 treatment vs the other 2. And i am pooling some time points. So for example for drug T i have the condition effect of early vs late (early being time points 1 and 6 combined) and late being (24 and 48 combined). And how does this compare to the case of drug L. All this while controlling for cell type. My solution is using the design above. Assume here that I have made L drug my reference.

    this is from resultsNames
    Code:
     [1] "Intercept"          "cell_A_vs_B" "drug_V_vs_L"     "drug_T_vs_L"   
     [5] "time_1_vs_0"        "time_6_vs_0"        "time_12_vs_0"       "time_24_vs_0"      
     [9] "time_48_vs_0"       "drugV.time1"      "drugT.time1"     "drugV.time6"     
    [13] "drugT.time6"     "drugV.time12"     "drugT.time12"    "drugV.time24"    
    [17] "drugT.time24"    "drugV.time48"     "drugT.time48"
    late vs early condition , T drug vs L drug (L is reference level)
    Code:
    contrast = list(c("drugT.time48", "drugT.time24"), c("drugT.time1","drugT.time6")), listValues = c(0.5,-0.5)
    For 48hrs vs early for V vs L (L is reference)
    Code:
    contrast = list(c("drugV.time48"), c("drugV.time1","drugV.time6")), listValues = c(1,-0.5)
    What if i wanted condition effect of Late vs Early and the difference and T & V combined vs L? My guess is this. (where L is reference)
    Code:
    c("drugT.time48", "drugT.time24", "drugV.time48", "drugV.time24"), c("drugT.time1", "drugT.time6", "drugV.time1", "drugV.time6"), listValues = c(0.25,-0.25)
    Is this correct? Are there other methods of doing this. What if I made V my reference and asked the same questions. This seems more complicating but it might help explicate the DESeq syntax. I can add anything to this post that is necessary.

    Thanks for any help you can provide!
    Last edited by denalitastic; 06-16-2016, 09:41 AM. Reason: had some mistakes 6.14.2016

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
27 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
24 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...