data_blocks_heatmap: Heatmaps of several data blocks.

Description Usage Arguments Examples

View source: R/heatmaps.R

Description

Heatmaps of several data blocks.

Usage

1
data_blocks_heatmap(blocks, show_color_bar = TRUE)

Arguments

blocks

List. List containing matrices to plot.

show_color_bar

Boolean. Whether or not to display the color bars.

Examples

1
2
3
4
library(ggplot2)
library(cowplot)
blocks <- sample_toy_data()
data_blocks_heatmap(blocks)

idc9/r_jive documentation built on Oct. 20, 2020, 4:23 p.m.