Entering edit mode
4.1 years ago
sh
▴
10
Hi I have 1074 differential expression genes with 504 samples by their numerical expression values .Now How can I draw a heat map?
i have an excel file includes a column with all the gene IDs and each genes have 504 expression value related 504 samples.(control and tumor samples)
You can read the data into R via the readxl package and then generate the heatmap that way.