plot_score_genes {SCOPRO} | R Documentation |
plot_score_genes
Description
plot_score_genes
Usage
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
)
Arguments
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. |
Value
ggplot2::ggplot2 object showing balloon plot.
Author(s)
Gabriele Lubatti gabriele.lubatti@helmholtz-muenchen.de
[Package SCOPRO version 0.1.0 Index]