as_ComplexHeatmap-method: Creates a 'ComplexHeatmap' object for less standard plot...

as_ComplexHeatmapR Documentation

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 signature 'InputHeatmap'
as_ComplexHeatmap(tidyHeatmap)

Arguments

tidyHeatmap

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

Details

\lifecycle

maturing

Value

A 'ComplexHeatmap'

Source

[Mangiola and Papenfuss., 2020](https://joss.theoj.org/papers/10.21105/joss.02472)

[Mangiola and Papenfuss., 2020](https://joss.theoj.org/papers/10.21105/joss.02472)

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



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


stemangiola/tidyHeatmap documentation built on Nov. 2, 2024, 12:54 p.m.