corheatmap function

corheatmap

corheatmap

draw cor heatmap

corheatmap(exp, x, y, color = c("#2fa1dd", "white", "#f87669"))

Arguments

  • exp: A numeric matrix
  • x: genes or cells from exp
  • y: genes or cells from exp
  • color: color for heatmap

Returns

a ggplot object

Examples

x = rownames(exprSet_hub1)[1:3] y = rownames(exprSet_hub1)[4:7] corheatmap(exprSet_hub1,x,y)

Author(s)

Xiaojie Sun

  • Maintainer: Xiaojie Sun
  • License: MIT + file LICENSE
  • Last published: 2025-03-05