## S3 method for class 'HeatmapList':
make_layout(object, row_title = character(0),
row_title_side = c("left", "right"),
row_title_gp = gpar(fontsize = 14),
column_title = character(0),
column_title_side = c("top", "bottom"),
column_title_gp = gpar(fontsize = 14),
heatmap_legend_side = c("right", "left", "bottom", "top"),
show_heatmap_legend = TRUE,
heatmap_legend_list = list(),
annotation_legend_side = c("right", "left", "bottom", "top"),
show_annotation_legend = TRUE,
annotation_legend_list = list(),
gap = unit(3, "mm"),
main_heatmap = which(sapply(object@ht_list, inherits, "Heatmap"))[1],
row_dend_side = c("original", "left", "right"),
row_hclust_side = row_dend_side,
row_sub_title_side = c("original", "left", "right"))
HeatmapList-class
object.grob
objects.grob
objects.unit
object.row_dend_side
insteadHeatmapList-class
object in which settings for each heatmap are adjusted.The layout for the heatmap list and layout for each heatmap are calculated when drawing the heatmap list.
This function is only for internal use.
# no example for this internal method
NULL
Run the code above in your browser using DataLab