Get_Scatterplot1: to show genes like FACS with colors

Description Usage Arguments Examples

View source: R/Get_Scatterplot.R

Description

to show genes like FACS with colors

Usage

1
2
3
4
5
6
Get_Scatterplot1(
  seurat_object,
  genes = c("x", "y"),
  filename = NULL,
  color_by = NULL
)

Arguments

seurat_object

seurat.obj

genes

the genes to show

filename

the name of the generated file

color_by

to color the cluster, default 'seurat cluster'

Examples

1
2
3
4
5
6
## Not run: 
input.file <- system.file('extdata','pbmc_1k.RDS',package = 'LIANLABDATA')
pbmc_1k <- readRDS(input.file)
Get_Scatterplot1(pbmc_1k,genes=c('CD8A','CD4'))

## End(Not run)

Lian-Lab/LIANLAB documentation built on June 23, 2021, 5:37 a.m.