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)
• 0 views
•
link
Hi I have 1074 differential expression genes with 504 samples by their numerical expression values .Now How can I draw a heat map?
Please explain, in a more detailed form, the data that you currently have. Please provide a sample of your data, if possible.
At the most simple level, one simply needs to do:
heatmap(x)
At a more advanced level, we get to: A simple tutorial for a complex ComplexHeatmap
Log in to answer this question.