Can heatmaps be compared across multiple different experiments? Obviously, you can compare sample runs within a single heatmap, but what about comparing sample runs in one heatmap to sample runs in another heatmap (e.g., if I want to track the activity of a gene across multiple therapeutic treatments which I performed in separate experiments from last year)? I am worried that I may run into statistical issues when doing this kind of cross-comparison, since as far as I'm aware the heatmap and heatmap.2 commands in R perform the proper coloring of the heatmaps within a single dataset (not multiple datasets).
I understand that even though merging is probably the safer option, is it still safe to compare separate heat maps (given that they share common replicates)?
Maybe if you made sure the colors were exactly the same (i.e. -1 log2FC = green and +1 = red) it would be at least relatively interpretable in a qualitative sense. Without merging them all together it might be difficult to determine if the same genes are illustrating the same patterns.
Realistically speaking, the heatmaps are just for diagnostics anyway, you're not going to get any real results from them. If you want to make real comparisons then you'll need to reanalyse things in a single go.