View source: R/prepare_heatmap_list.R
prepare_heatmap_list | R Documentation |
This function prepare the ready for drawing HeatmapList-class
object.
prepare_heatmap_list(heatmap_list, partitions = character(0), seed = 99841)
heatmap_list |
The |
partitions |
If you want to split the heatmap based on different group,
you must specify the groups (or partitions). The |
This function invisibly returns a HeatmapList-class
object
for which the layout has been created.
## Not run:
htl <- get_demo_heatmap_list()
htl <- prepare_heatmap_list(htl)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.