Closed marwa38 closed 1 year ago
You just need to make RowSideColors
a dataframe with names
heatmaply(diffGenes,
colors = myheatcolors3,
Rowv=as.dendrogram(clustRows),
RowSideColors=data.frame("the name that I want to display" = module.color, check.names=TRUE),
#showticklabels=c(FALSE,FALSE),
scale='row',
cexRow = 0.4,
file = "heatmap_both_distal_kallisto.html")
Could you please add an argument or make default to remove the text "row_side_colors"
my code
here is the screenshot pointing out the place where it is.