Description Usage Arguments Details Value Author(s) Examples
Draw Heatmap Annotations on the Heatmap
1 2 | ## S4 method for signature 'Heatmap'
draw_annotation(object, which = c("top", "bottom", "left", "right"), k = 1, ...)
|
object |
A |
which |
The position of the heamtap annotation. |
k |
Slice index. |
... |
Pass to |
A viewport is created which contains column/top annotations.
The function calls draw,HeatmapAnnotation-method
to draw the annotations.
This function is only for internal use.
This function returns no value.
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.