Hi,
I have the following set up: 3 replicates of control and treatment in cell type A and 3 replicates of control and treatment in cell type B. 2 of the A samples were prepared and sequenced last fall and 1 of the A samples and 3 B samples were prepared and sequenced this spring. I did PCA analysis and unsupervised clustering with normalized counts in DESeq2 with design ~ 1, and all of the appropriate replicates cluster appropriately. However, I want to make sure that I control for any batch effect. If I make my model design = ~ date + type + condition + type:condition, rather than just design = ~ type + condition + type:condition, I find many more significant hits for the interaction term. I wasn't sure if this was the best approach or if I should run something like svaseq to pull out any batch effects?