Description Usage Arguments Value Examples
Title
1 | Get_singleR(seurat.obj, species = c("m", "h"), types = c("main", "fine"))
|
seurat.obj |
seurat.obj |
species |
the species of the seurat.obj |
types |
the types of annotation, 'main' or 'fine' |
the seurat,obj including the celltype annotation
1 2 3 4 5 6 | ## Not run:
input.file <- system.file('extdata','pbmc_1k.RDS',package = 'LIANLABDATA')
pbmc_1k <- readRDS(input.file)
seurat.obj <- Get_singleR( pbmc_1K, species = 'h',types = 'main')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.