Manual annotation heatmap plotting
Usage
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
)