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'
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.