Description Usage Arguments Details Value Author(s) Examples
Add Heatmap to the Heatmap List
1 2 | ## S4 method for signature 'Heatmap'
add_heatmap(object, x, direction = c("horizontal", "vertical"))
|
object |
A |
x |
a |
direction |
Whether the heatmap is added horizontal or vertically? |
Normally we directly use +
for horizontal concatenation and %v%
for vertical concatenation.
A HeatmapList-class
object.
Zuguang Gu <z.gu@dkfz.de>
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.