Description Usage Arguments Value Author(s)
Heatmap annotation
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,
...
)
|
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. |
a anno_*_heat object.
Houyun Huang, Lei Zhou, Jian Chen, Taiyun Wei
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.