plot_umap_label_by_genes: Plot UMAP with gene expression

View source: R/SingleCellPlots.R

plot_umap_label_by_genesR Documentation

Plot UMAP with gene expression

Description

Plot UMAP with gene expression

Usage

plot_umap_label_by_genes(
  object,
  gene_list = c(),
  point.size = 0.3,
  point.color1 = "blue",
  point.color2 = "red"
)

Arguments

object

The SingCellaR object.

gene_list

The vector of gene names

point.size

The point size. Default 0.3

point.color1

The first color of gene expression gradient. Default blue

point.color2

The second color of gene expression gradient. Default red


supatt-lab/SingCellaR documentation built on Aug. 24, 2023, 5:49 p.m.