Description Usage Arguments Examples
Make a heat map of bicluster cell sizes.
1 | cell_heatmap(x, ...)
|
x |
An object of class |
... |
Arguments to pass to |
1 2 3 4 5 6 7 8 9 10 11 12 | data("synthetic")
bc <- biclustermd(synthetic, col_clusters = 3, row_clusters = 2,
miss_val = mean(synthetic, na.rm = TRUE),
miss_val_sd = sd(synthetic, na.rm = TRUE),
col_min_num = 2, row_min_num = 2,
col_num_to_move = 1, row_num_to_move = 1,
max.iter = 10)
cell_heatmap(bc)
cell_heatmap(bc) + ggplot2::scale_fill_viridis_c()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.