Hi, guys
I have a RNA-seq data with 3 different groups treated with different diets. I already made the heatmap with the log2 values from the comparison between the groups.
Now I want to make another heatmap containig not the comparison between the groups but the normalized expression values (in this case I will have a heatmap of my 3 groups).
I have the data from DESeq2 but I don't know if I can use it directly in the heatmap or I need to do some additional normalization before that.
Thank you very much
Thank you very much, Kevin!!!
Hi, Kevin.
I have another question, I will appreciate if you can help me.
In my data, actually, I don't have control group.
Image that you want to measure the expression of a set of genes in tree different dog breeds. In many cases you will no have a control group, you are just comparing them.
My question is if the normalized data from DEseq2, plotted in a heatmap, will represent well the differences between the absolute expression values of these genes. Because what people normally do is to compare the control group with other treated groups and then they get the log2 of theses comparisons to make a heatmap.
What is the best way to represent what I want to show in this case.
Thank you very much again.
No, what people normally do is conduct a differential expression analysis, identify the statistically significantly differentially expressed genes, and then filter their normalised expression data matrix to only include these statistically significantly differentially expressed genes. This filtered data matrix is then plotted via dendrogram / heatmap to see if the genes can segregate both groups through clustering.