View source: R/plotting_functions.R
plot_score_genes | R Documentation |
plot_score_genes
plot_score_genes( markers_to_plot, label_1, label_2, norm_vitro, norm_vivo, cluster_vitro, cluster_vivo, final_name, max_size = 9, text_size = 9.5, title_name )
markers_to_plot |
Character vector with the names of the genes to plot. |
label_1 |
Character value. Label for the in vitro dataset |
label_2 |
Character value. Label for the in vivo dataset |
norm_vitro |
Norm count matrix (n_genes X n_cells) for in vitro dataset |
norm_vivo |
Norm count matrix (n_genes X n_cells) for in vivo dataset |
cluster_vitro |
cluster for in vitro dataset |
cluster_vivo |
cluster for in vivo dataset |
final_name |
Character vector with the names of the genes to show in the plot. |
max_size |
Numeric value, specifying the size of the dot. |
text_size |
Numeric value, specifying the size of the text in the plot. |
title_name |
Character value. |
ggplot2::ggplot2 object showing balloon plot.
Gabriele Lubatti gabriele.lubatti@helmholtz-muenchen.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.