layer_asterisk | R Documentation |
layer_asterisk() from a 'InputHeatmap' object, adds a symbol annotation layer over the heatmap tiles.
layer_asterisk(.data, ..., .size = NULL)
## S4 method for signature 'InputHeatmap'
layer_asterisk(.data, ..., .size = NULL)
.data |
A 'InputHeatmap' |
... |
Expressions that return a logical value, and are defined in terms of the variables in .data. If multiple expressions are included, they are combined with the & operator. Only rows for which all conditions evaluate to TRUE are kept. |
.size |
A column name or a double. The size of the elements of the layer. |
maturing
It uses 'ComplexHeatmap' as visualisation tool.
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, 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 |> layer_asterisk()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.