View source: R/manual_cell_annotation.R
meta_heatmap_ploting | R Documentation |
Manual annotation heatmap plotting
meta_heatmap_ploting(
sce,
clus_cor_method = "pearson",
clus_cluster_method = "complete",
values_cor_method = "pearson",
values_cluster_method = "complete",
clustering,
show_value = "value",
gradient_midpoint = 0,
gradient_limits = NULL,
x_text_size = 10,
x_text_angle = 45,
y_text_size = 10,
strip_text_size = 8,
low = "blue",
mid = "white",
high = "red",
spatial = FALSE,
dimred = dimred,
make_cell_plot = FALSE,
out_dir = NULL
)
sce |
A |
clustering |
Selected clustering |
spatial |
Logical vector, if include spot images for each anotation |
make_cell_plot |
Logical vector, if include pseudotissue images, for spatial extension |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.