I am working with the raw count data, and the metadata consists of three groups, A, B, and C. Each group has four-time points, 3h, 6h, 12h, and 18h, and two treatment and control conditions.
What I want is quite simple; I want to measure control vs. treatment from one group or within the group. For example, In A, there are two replicates for control and treatment for each time. I want to compare control vs. treatment to get an overall differential expression of genes across all time points in A only.
I hope I made it understandable. How do I design the DESeqDataSet?
Can you provide a table with sample information, group, replicate and time point ?
You can create a new column where it's a combination of
Group
andCondition
. For example, new columnClass
which will contains row ascontrolA
,controlA
,TreatedA
,....
controlC
. Then it's easy to makedds
object