You can figure it out
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | plot_heatmap(
cds,
markers,
sample_cell_num = NULL,
group_by = "Cluster",
show_rownames = TRUE,
gene_name_size = 8,
scale_max = 3,
col_low = "cyan",
col_mid = "black",
col_high = "red",
scale_min = -3,
minimal_cluster_fraction = NULL,
return_heatmap = FALSE,
cluster_row = T,
cluster_col = F,
verbose = FALSE,
method = "ggplot",
...
)
|
cds |
Input cell_data_set object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.