Allright, this is some practical pragmatic advice that really helps, thank you for that! I have 539 samples and as by definition the most variation is explained by the first 2 PC's, in total this relates to 30%. So if I understand correctly I should "PCA" the factors/covariates that I think drive the expression and act as a "confounder". For factors this should be easy, just colour the PCA according to the groups of the factor, but how can I do this for continuous variables? Should I factor them by dividing the groups in 4 quantiles for example and then repeat the same process as for factors?
Also am I struggling whether I should correct for blood differentiation (neutrophils, basophils, lymphocytes etc.). This as for bulk RNA-seq it could be important to correct for the cell composition of the tissue that is samples, which in my case is whole blood. I already experimented with adding log(cellcounts +1) to the design matrix for all the cells and this reduced my DE genes from 1400 to around 50. How can I do the PCA trick for the cells counts? As said before, should I make groups based on quantiles of the log(cellcount+1) data and then make a PCA coloured based on which group (quantile) a sample belongs in?
Anyway, many thanks for your help already!
Any thoughts or comments?