Creating Heatmaps Of Diffrentially Expressed Gene
1
0
Entering edit mode
3.4 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?

heatmap • 864 views
ADD COMMENT
0
Entering edit mode
3.4 years ago

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

ADD COMMENT
0
Entering edit mode

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)

ADD REPLY
1
Entering edit mode

You can read the data into R via the readxl package and then generate the heatmap that way.

ADD REPLY

Login before adding your answer.

Traffic: 2835 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6