layer_arrow_up | R Documentation |
layer_arrow_up() from a 'InputHeatmap' object, adds a bar annotation layer.
layer_arrow_up(.data, ...) ## S4 method for signature 'InputHeatmap' layer_arrow_up(.data, ...)
.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. |
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'
library(dplyr) hm = tidyHeatmap::N52 %>% tidyHeatmap::heatmap( .row = symbol_ct, .column = UBR, .value = `read count normalised log` ) hm %>% layer_arrow_up()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.