Description Usage Arguments Details Value Author(s) Examples
Draw the heatmap body
1 2 | ## S4 method for signature 'Heatmap'
draw_heatmap_body(object, k = 1, ...)
|
object |
a |
k |
a matrix may be split by rows, the value identifies which row-slice. |
... |
pass to |
The matrix can be split into several parts by rows if km
or split
is
specified when initializing the Heatmap
object. If the matrix is split,
there will be gaps between rows to identify different row-slice.
A viewport is created which contains subset rows of the heatmap.
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.