I am analysing RNA-Seq data from two different genotypes of adult and pup mice mice collected from three brain regions. I created matrices for each region separately but is it possible to analyse all the data in one run?
My coldata looks like this:
region id age genotype
CA1 N3P81a pup mut
CA3 N3P81b adult wt
DG N3P81c pup mut
CA1 N3P82a adult mut
CA3 N3P82b pup mut
DG N3P82c pup wt
etc.
My research questions are:
- how genotype affects gene expression at each age and each region?
- which genes are specific for each region in pup mutant?
could I use a design like this: ~ genotype + age + region? or do I need to add interactions? How I should set the contrasts for question nr 1?
I am also thinking about applying the PCATools to explore the data.
If you haven't already done QC and exploration, you should absolutely start there before doing differential expression analysis