color key heatmap
0
1
Entering edit mode
12 months ago
kalyani ▴ 10

enter image description here

Hi there,

I have a generated this heatmap using complexheatmap function but i was unable to insert the color key intensity in it.Can someone help me who had the same problem?

My command is: heatmap(mat,cluster_rows = T, cluster_columns = F,column_lables=colnames(mat), main = "Differentially expressed genes of 1st trimester", xlab = "control vs preeclamptic subjects", ylab = "genes")

Thanks in advance!

heatmap • 562 views
ADD COMMENT
0
Entering edit mode

heatmap calls the base R heatmap function (stats::heatmap). If you want to use ComplexHeatmap you need to use Heatmap with a capital H.

ADD REPLY
0
Entering edit mode

okay! but can i generate color key with R heatmap function?? if yes, what would be the command/parameter for it?

ADD REPLY

Login before adding your answer.

Traffic: 1619 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