Heatmap from count matrix
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?
• 1,656 views
•
link
1 answer
Scaling RNA-Seq data before clustering?
Use the second heatmap code chunk, with the scaling.
• 0 views
•
link
Log in to answer this question.
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.