myheatmap3: Personalized heatmap.3

Description Usage Arguments Details Value

View source: R/myheatmap3.R

Description

myheatmap3 Runs heatmap.3 with personalized color scheme.

Usage

1
myheatmap3(x, col = colorRampPalette(c("blue", "black", "yellow"))(50), ...)

Arguments

x

Numeric matrix of values to be plotted. Data.frame will be coerced.

col

Defaults to a blue-black-yellow color scheme with 50 shades

...

Other arguments to be passed on to heatmap.3

Details

Turns of density.info and trace and sets the color scheme to blue-black-yellow. Other arguments can be passed onto heatmap.3. Most commonly used are ColSideCol and RowSideCol.

Value

An object of the class list from heatmap.3.


sean-cho/toolkit documentation built on May 29, 2019, 4:24 p.m.