Error in Heat map
1
0
Entering edit mode
2.4 years ago
ikram.pbg • 0

I'm using the ComplexHeatmap library and getting an error with the following code:

library(ComplexHeatmap)    

Heatmap(my_matrix, cluster_columns=FALSE,
         row_names_side = "left",
         row_hclust_side = "left",
         row_names_gp=gpar(cex=fontsize))

Error in Heatmap(my_matrix, cluster_columns = FALSE, row_names_side = "left",  : 
  unused argument (row_hclust_side = "left")
complexheatmap • 771 views
ADD COMMENT
0
Entering edit mode

Please use "Code sample" button (See the image) to indicate your code in a post. The error is self-explanatory and it says you got an unused argument "row_hclust_side = "left" . Proceed with your code while removing/correcting unused arguments.

enter image description here

ADD REPLY
2
Entering edit mode
2.4 years ago
brunobsouzaa ▴ 830

Use row_dend_side instead of row_hclust_side

ADD COMMENT

Login before adding your answer.

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