Hi Irishtsany,
You should be able to use pairwise comparisons to figure out the effects of some treatment on your samples, as long as you have at least 2 samples for each condition (to determine the amount of variation within-group versus between-group). So, if you had:
4 samples from groups treated with drug A
5 samples from groups treated with drug B
3 control samples
You could do pairwise comparisons with DESeq2 to look at A vs. control, B vs. control, and A vs. B.
There is a run_DESeq_stats R script included with SAMSA2 to handle doing this; you just need to name your inputs with the "control_" or "experimental_" prefix to designate the two groups that DESeq2 compares.
Does this make sense? Is it helpful?
Best,
Sam