Entering edit mode
19 months ago
Confused_human
▴
30
Hi everyone,
I have a feature count matrix which looks like this
GeneID sample 1 sample 2 sample 3
gene1 0 1 7
gene2 120 6 0
gene3 0 100 8
I want to create a heatmap of this data where I want to show the differentially expressed genes to know up regulated and down regulated genes which are differentially expressed.
I tried it with R. But I'm not getting the heatmap. Is there any way to generate heatmap from the count matrix table?
Both the edgeR and DESeq2 manuals go through the steps to make this type of figure. What problem(s) are you running into more specifically? If you provide us specific errors or points of confusion we can help you work through it.