DESeq adjusts the p-values per each comparison. Since I am interested in only 6 genes, I do not need to adjust for all genes per comparison, but I do need to adjust for all comparisons being made.
Do you think I could take all the 6*14 p-values of DESeq (6 genes, 14 time points compared to the base line) and simply apply a multiple-comparisons adjustment for all of these ?
Or would you adjust for multiple-comparisons in another way?