View source: R/heatmap_num_to_char_convertor.R
heatmap_num_to_char_converter | R Documentation |
This function converts any found numerics to characters
heatmap_num_to_char_converter(ann_col)
ann_col |
column data of heatmap |
ann_col modified column data of heatmap
library(scran)
se <- mockSCE()
col_info <- colData(se)
ann_col <- heatmap_num_to_char_converter(ann_col = col_info)
ann_col
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.