Hello all,
I have patient data that are grouped based on a characteristic. I ran DESeq2 between the two groups following the tutorial. Everything seems fine but when I plot one of the top differentially regulated genes using plotCounts()
, it seems the difference is driven by few outliers. Here is one example that DESeq2 outputs more than 6 log2FoldChange that is highly significant:
I would appreciate if you can help me understand this issue. My feeling is that the counts are not normalized so it may not show the difference?
Thanks