DESeq2 with temporal data and different treatments
1
0
Entering edit mode
T.RU • 0
@78148fe6
Last seen 12 months ago
Netherlands

Hi,

I have 3 different compounds and one control groups with 7 different time points. I would like to run DESeq2 analyses and get differentially expressed genes with reference of the contol group


dds <-DESeqDataSetFromMatrix(countData = round(counts_data), colData = colData,
                             design = ~time + Compound_name + time:Compound_name )


dds$Compound_name <- relevel(dds$Compound_name, ref= '0.1 % DMSO')

However, I could not get the DEGs of compounds based on different time points since the results names return

 [1] "Intercept"                               "time"                                    "Compound_name_CD_vs_0.1...DMSO"       [4] "Compound_name_CS_vs_0.1...DMSO"   "Compound_name_TN_vs_0.1...DMSO"         "Compound_name_TM_vs_0.1...DMSO" [7] "time.Compound_nameCD"                  "time.Compound_nameCS"          "time.Compound_nameTN"                   10] "time.Compound_nameTM

(I couldnot put every variables names)

How can I reach the different time points by contrast?

Thanks

DESeq2 • 499 views
ADD COMMENT
0
Entering edit mode

For starters, spaces and a % in your coldata? That could be the problem.

ADD REPLY
0
Entering edit mode
@mikelove
Last seen 14 hours ago
United States

Sorry I don't have sufficient time for answering non-software related questions on the support site. I recommend consulting with a local statistician.

ADD COMMENT

Login before adding your answer.

Traffic: 873 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6