Description Usage Arguments Examples
View source: R/Get_Percentplot.R
Get percentage of seurat.obj
1 | Get_percentplot(seurat_object, filename, colorm = NULL)
|
seurat_object |
seurat.obj, including cols could split |
filename |
the name of the generated file |
colorm |
the colors of the clusters |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.