corheatmap
draw cor heatmap
corheatmap(exp, x, y, color = c("#2fa1dd", "white", "#f87669"))
exp
: A numeric matrixx
: genes or cells from expy
: genes or cells from expcolor
: color for heatmapa ggplot object
x = rownames(exprSet_hub1)[1:3] y = rownames(exprSet_hub1)[4:7] corheatmap(exprSet_hub1,x,y)
Xiaojie Sun