Description Usage Arguments Value Examples
Insert pathway score into the seurat.obj
1 2 3 4 5 6 7 | GSVA_score_insert(
seurat_object = NULL,
gspath = NULL,
species = "mouse",
min.sz = 2,
parallel.sz = 12
)
|
seurat_object |
it also support a seurat_object instead of expression matrix |
gspath |
the correct path of your geneset file(.gmt) |
species |
"mouse"(default),'human' |
min.sz |
minimum size of the resulting gene sets |
parallel.sz |
number of threads of execution to use when doing the calculations in parallel |
seurat.obj with the score of the pathways
1 2 3 4 5 6 | ## Not run:
input.file <- system.file('extdata','pbmc_1k.RDS',package = 'LIANLABDATA')
pbmc_1k <- readRDS(input.file)
GSVA_pheatmap(pbmc_1k,species="mouse")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.