Will return an image of the generated heatmap or dump the heatmap to a file.
Usage
generate_hm_image(
hm,
file_name = NULL,
png_height = 1600,
png_width = 2800,
png_res = 144
)
Arguments
- file_name
optional string of where to save a png image of the heatmap.
- total_hm
ComplexHeatmap::Heatmap of the combined tree and states.
Value
ComplexHeatmap::draw or nothing if a file is written.