Get_percentplot: Get percentage of seurat.obj

Description Usage Arguments Examples

View source: R/Get_Percentplot.R

Description

Get percentage of seurat.obj

Usage

1
Get_percentplot(seurat_object, filename, colorm = NULL)

Arguments

seurat_object

seurat.obj, including cols could split

filename

the name of the generated file

colorm

the colors of the clusters

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_percentplot(pbmc_1k)

## End(Not run)

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