corheatmap | R Documentation |
draw cor heatmap
corheatmap(exp, x, y, color = c("#2fa1dd", "white", "#f87669"))
exp |
A numeric matrix |
x |
genes or cells from exp |
y |
genes or cells from exp |
color |
color for heatmap |
a ggplot object
Xiaojie Sun
x = rownames(exprSet_hub1)[1:3]
y = rownames(exprSet_hub1)[4:7]
corheatmap(exprSet_hub1,x,y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.