layer_arrow_up: Adds a layers of symbols above the heatmap tiles to a `InputHeatmap`, that on evaluation creates a `ComplexHeatmap`
Description
layer_arrow_up() from a `InputHeatmap` object, adds a bar annotation layer.
Usage
layer_arrow_up(.data, ..., .size = NULL)
# S4 method for InputHeatmap
layer_arrow_up(.data, ..., .size = NULL)
Value
A `InputHeatmap` object that gets evaluated to a `ComplexHeatmap`
A `InputHeatmap` object that gets evaluated to a `ComplexHeatmap`
Arguments
.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.
Details
lifecycle::badge("maturing")
It uses `ComplexHeatmap` as visualisation tool.
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.