In the transcriptome comparison, rat brain tissue is more similar to mouse brain than rat heart (Figure 1). Now, I have the gene expression of each tissue in two species (Figure 2), how can I cluster these two data? Ultimately I want to look like Figure 1.
- Maybe I need to find out the orthologous gene first?
- I think I can use "dist" and "hclust" in r, but now one of the gene lists is for rat and the other is for mouse.
- And I have already normalized the gene expression.
Thank you so much.