Hi, Im trying to do an analysis, slightly different than the usual, but I would like to take advantage of the optimal design of DESeq2, so I wonder whether it would be possible to apply it (and how). I have a counts table with columns as different conditions and times points, and "genes" (they are actually guides) as rows. In addition, for each condition+time, I have two fractions; pool (total) and positive-selected (it is a subsample of pools, but it will not have the same distribution). In each of those samples, some of the "genes" are controls, meaning that they will behave in a expected way across conditions and time. What I would like to figure out is how the other "genes" behave respect to these control, in each time point and condition. What I would like to figure out is how the other "genes" behave respect to that control in each time point of each condition, meaning getting a foldChange and padj of the difference to the "normal behavior" in the positive, after correcting by the previous distribution in the pool. Would that be possible to do with DESeq2? I could do it manually but then I wouldn't know how to apply valuable tools as Shrinkage.
Yes, it seems complicate...thank you anyway for trying :)