split_rows | R Documentation |
split_rows() from a 'InputHeatmap' object, split the row cladogram.
split_columns() from a 'InputHeatmap' object, split the column cladogram.
split_rows(.data, number_of_groups)
## S4 method for signature 'InputHeatmap'
split_rows(.data, number_of_groups)
split_columns(.data, number_of_groups)
## S4 method for signature 'InputHeatmap'
split_columns(.data, number_of_groups)
.data |
A 'InputHeatmap' |
number_of_groups |
An integer. The number of groups to split the cladogram into. |
maturing
It uses 'ComplexHeatmap' as visualisation tool.
\lifecyclematuring
It uses 'ComplexHeatmap' as visualisation tool.
A 'InputHeatmap' object that gets evaluated to a 'ComplexHeatmap'
A 'InputHeatmap' object that gets evaluated to a 'ComplexHeatmap'
A 'InputHeatmap' object that gets evaluated to a 'ComplexHeatmap'
A 'InputHeatmap' object that gets evaluated to 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.
hm =
tidyHeatmap::N52 |>
tidyHeatmap::heatmap(
.row = symbol_ct,
.column = UBR,
.value = `read count normalised log`
)
hm |> split_rows(2)
hm =
tidyHeatmap::N52 |>
tidyHeatmap::heatmap(
.row = symbol_ct,
.column = UBR,
.value = `read count normalised log`
)
hm |> split_columns(2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.