myheatmap2: Personalized heatmap.2

Description Usage Arguments Details Value See Also

View source: R/myheatmap2.R

Description

myheatmap2 Runs heatmap.2 with personalized color scheme.

Usage

1
myheatmap2(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.2

Details

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

Value

An object of the class list from heatmap.2.

See Also

heatmap.2


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