hm.cell: Wrapper for 'Heatmap()' which allows specifying cell...

Description Usage Arguments Value

View source: R/hmfns.R

Description

Wrapper for Heatmap() which allows specifying cell dimensions and resizing the heatmap accordingly.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
hm.cell(
  x,
  ...,
  cell.h = NULL,
  cell.w = NULL,
  height = NULL,
  width = NULL,
  heatmap_height = NULL,
  heatmap_width = NULL,
  units = "in"
)

Arguments

x

A numeric matrix to be plotted.

...

Additional arguments to Heatmap().

cell.h

The cell height.

cell.w

The cell width.

height

The heatmap height. Ignored if cell.h is specified.

width

The heatmap width. Ignored if cell.w is specified.

units

The unit scale to be used for cell.h and cell.w.

Value

A ComplexHeatmap.


kewiechecki/atacSeqFns documentation built on Sept. 27, 2020, 8:25 a.m.