Description Usage Arguments Examples
View source: R/Get_Scatterplot.R
to show genes like FACS with colors
1 2 3 4 5 6 | Get_Scatterplot1(
seurat_object,
genes = c("x", "y"),
filename = NULL,
color_by = NULL
)
|
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' |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.