1 2 3 4 5 6 7 8 9 | cal_all_tools(
seurat_object,
gSets_path,
tools = c("AUCell", "Vision", "GSVA", "ssGSEA", "plage", "zscore"),
normalize = c("log", "CLR", "RC", "scran", "none"),
mat_type = "counts",
n_cores = 3,
rand_seed = 123
)
|
gSets_path |
patwhays/gene sets in clasical GMT format |
normalize |
normalization method |
counts |
gene expresion matrix, rows are genes and cols are cells |
tool |
select PAS tools |
filter |
whether filtering for genes expressed in less than 5 |
parameters 'counts', 'gSets_path' and 'gSets' are consistent across all tools other parameters see details of tools
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.