Learn R Programming

tidyHeatmap (version 1.11.6)

as_ComplexHeatmap: Creates a `ComplexHeatmap` object for less standard plot manipulation (e.g. changing legend position)

Description

as_ComplexHeatmap() takes a `InputHeatmap` object and produces a `Heatmap` object

Usage

as_ComplexHeatmap(tidyHeatmap)

# S4 method for InputHeatmap as_ComplexHeatmap(tidyHeatmap)

Value

A `ComplexHeatmap`

Arguments

tidyHeatmap

A `InputHeatmap` object from tidyHeatmap::heatmap() call

Details

lifecycle::badge("maturing")

References

Mangiola, S. and Papenfuss, A.T., 2020. "tidyHeatmap: an R package for modular heatmap production based on tidy principles." Journal of Open Source Software. doi:10.21105/joss.02472.

Mangiola, S. and Papenfuss, A.T., 2020. "tidyHeatmap: an R package for modular heatmap production based on tidy principles." Journal of Open Source Software. doi:10.21105/joss.02472.

Examples

Run this code


tidyHeatmap::N52 |>
tidyHeatmap::heatmap(
 .row = symbol_ct,
 .column = UBR,
 .value = `read count normalised log`,
) |>
as_ComplexHeatmap()

Run the code above in your browser using DataLab