You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: