as_ComplexHeatmap | R Documentation |
as_ComplexHeatmap() takes a 'InputHeatmap' object and produces a 'Heatmap' object
as_ComplexHeatmap(tidyHeatmap)
## S4 method for signature 'InputHeatmap'
as_ComplexHeatmap(tidyHeatmap)
tidyHeatmap |
A 'InputHeatmap' object from tidyHeatmap::heatmap() call |
maturing
A 'ComplexHeatmap'
[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)
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.
tidyHeatmap::N52 |>
tidyHeatmap::heatmap(
.row = symbol_ct,
.column = UBR,
.value = `read count normalised log`,
) |>
as_ComplexHeatmap()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.