Description Usage Arguments Details Value Author(s) Examples
Draw column annotations
1 2 | ## S4 method for signature 'Heatmap'
draw_annotation(object, which = c("top", "bottom"))
|
object |
a |
which |
are the annotations put on the top or bottom of the heatmap? |
A viewport is created which contains column annotations.
Since the column annotations is a HeatmapAnnotation-class
object, 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 | # no example for this internal method
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.