hmap: Heatmap function

Description Usage Arguments Value Examples

View source: R/PlottingFunctions.R

Description

Wrapper around pheatmap

Usage

1
hmap(mat, title = "heatmap", ...)

Arguments

mat

(matrix): RXC matrix with rownames and colnames

title

(string): name of plot title

Value

heatmap plot

Examples

1
2
3
4
5
6
7
Additional parameters

#color            = c("blue", "red"), 
#color            = c("#FFFFFF", colorRampPalette(rev(brewer.pal(9, "RdBu")))(200)),
#cluster_cols     = FALSE,
#cluster_rows     = FALSE,
#label_rows       = 

patterja/smmartprediction documentation built on Oct. 10, 2020, 3:35 p.m.