Learn R Programming

tinyarray (version 3.0.0)

corheatmap: corheatmap

Description

draw cor heatmap

Usage

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

Value

a ggplot object

Arguments

exp

A numeric matrix

x

genes or cells from exp

y

genes or cells from exp

color

color for heatmap

Author

Xiaojie Sun