Hi everyone, I have a bulk RNAseq experimental design with two genotypes (WT and Mutant), and two conditions (Untreated and Treated). There are two sets of genes that I hope to find:
- Genes with expression patterns that change differently due to treatment across genotypes (eg. genes that increased expression with treatment in WT but decreased expression with treatment in Mutant)
I did LRT where the full model is Genotype + Condition + Genotype*Condition, and compared to the reduced model Genotype + Condition.
- Genes with expression patterns that change similarly due to treatment across genotypes (eg. genes that increased expression with treatment in WT and also increased expression with treatment in Mutant)
I am a little lost on how to extract results to find this subset of genes. I have thought about merging the sets of genes that are differentially expressed in two pairwise comparisons: Genes that are differentially expressed when treated within WT samples - results(dds, contrast=c("condition","Trt","Ctrl")) AND Genes that are differentially expressed when treated within KO samples - results(dds, list( c("condition_Trt_vs_Ctrl","genotypeMU.conditionTrt") ))
Thanks!
Do you have an update on this work? Was the provided answer useful? Thanks.