This is a test version of Biostars. For the public version, visit https://www.biostars.org.
vsd values vs normalized counts in DESeq2

Hi all!,

I know my question is a bit silly but wondering what major difference I might encounter if I use the VSD values of DESeq2 instead of the normalized counts(counts(dds, normalized = TRUE) for my heatmap? Best, Amare

chip-seq deseq2

1 answer

Normalised 'counts' will be positive only, and will follow a negative binomial distribution.

Variance stabilised expression levels will follow a distribution more approaching normality - think logged data.

For heatmaps, you then need to take consideration of:

  • distance metric used
  • colour scale
  • breaks for colour scale

Kevin

Log in to answer this question.