seu_dotplot: DotPlot wrapper for Seurat

View source: R/scrnaseq_functions.R

seu_dotplotR Documentation

DotPlot wrapper for Seurat

Description

DotPlot wrapper for Seurat

Usage

seu_dotplot(
  seu,
  group_by = NULL,
  features = NULL,
  dot_scale = NULL,
  col_mid = NULL,
  scale = FALSE,
  col_low = "grey98",
  col_high = "#0000b5",
  col_min = NA,
  col_max = NA,
  fontsize = 12,
  lwd = 0.5,
  ...
)

Arguments

...

Examples

get_seu_dataset() |> seu_dotplot(group_by = "seurat_annotations", features = c( "S100A9", "S100A8", "LGALS2", "CD79A", "GZMB", "HLA-DQA1", "CCL5", "NKG7"))

AlexanderKirchmair/datamisc documentation built on June 13, 2025, 5:26 a.m.