anno_heatmap: Heatmap annotation

Description Usage Arguments Value Author(s)

Description

Heatmap annotation

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
anno_row_heat(
  data,
  mapping = NULL,
  align = TRUE,
  geom = "tile",
  mark = NULL,
  space = 0.5,
  width = 0.2,
  label = TRUE,
  label.size = 3.88,
  label.colour = "black",
  label.family = "",
  label.fontface = 1,
  ...
)

anno_col_heat(
  data,
  mapping = NULL,
  align = TRUE,
  geom = "tile",
  mark = NULL,
  space = 0.5,
  height = 0.2,
  label = TRUE,
  label.size = 3.88,
  label.colour = "black",
  label.family = "",
  label.fontface = 1,
  ...
)

Arguments

data

a data frame.

mapping

aesthetic mappings parameters.

align

align base on main plot. the bottom side will be flipped.

geom

one of "anno_tile", "anno_tile2" or "point".

mark

a layer instance.

space

scala numeric value.

width, height

width and height of annotation.

label

logical value, if TRUE will add label on plot.

label.size, label.colour, label.family, label.fontface

parameters for label.

...

extra parameters.

Value

a anno_*_heat object.

Author(s)

Houyun Huang, Lei Zhou, Jian Chen, Taiyun Wei


houyunhuang/ggcor documentation built on July 22, 2020, 8:31 p.m.