Hi all,

I am creating an heatmap from gene expression in the brain using the allen brain atlas https://mouse.brain-map.org/

In practice I do a cumulative sum of gene level expression for a list of genes which I then devide by the number of genes (so I have a mean gene level of expression), let's callit F(one picture below)). Now I want to normalize for the total gene expression to see if the results is specific.So I do the same mean gene expression heatmap but for all discorevered genes in the allen atlas (about 15.000) let's call it F0 (another picture below).

What is the most correct way to normalize my heatmap coming from a list of genes?

I obtain complete different results if I do a voxel/pixel-wise subtraction ( [F-F0]>0 ) or division ( F/F0 ). What are the underlying priciple when you choose either to subtract or divide?

More Alessandro Crimi's questions See All
Similar questions and discussions