plot_balloon_marker
plot_balloon_marker(
norm_counts,
cluster,
marker_complete,
max_number,
max_size = 5,
text_size = 7
)Norm count matrix (genes X cells).
Vector of length equal to the number of cells, with cluster assignment.
Third element of the output list as returned by the function markers_cluster_seurat
Integer. Maximum number of markers for each cluster for which we want to plot the expression.
Integer. Size of the dots to be plotted.
Size of the text in the heatmap plot.
ggplot2 object showing balloon plot.