Description Usage Arguments Details Value Author(s) See Also Examples
Decorate Heatmap Titles
1 2 | decorate_title(heatmap, code, slice = 1, which = c("column", "row"),
envir = new.env(parent = parent.frame()))
|
heatmap |
Name of the heatmap. |
code |
Code that adds graphics in the selected viewport. |
slice |
Index of the row slice or column slice in the heatmap. |
which |
Is it a row title or a column title? |
envir |
Where to look for variables inside |
There is a viewport for row titles and column title in the heatmap.
This function contructs the name of the viewport,
goes to the viewport by seekViewport
, runs code
to that viewport and finally goes back to the original viewport.
The function returns no value.
Zuguang Gu <z.gu@dkfz.de>
https://jokergoo.github.io/ComplexHeatmap-reference/book/heatmap-decoration.html
1 2 3 4 5 |
Loading required package: grid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.