plot_score_genes: plot_score_genes

View source: R/plotting_functions.R

plot_score_genesR 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


SCOPRO documentation built on Aug. 23, 2022, 9:05 a.m.