1 2 3 4 5 6 7 8 9 10 | cal_all_tools(
counts,
gSets_path,
tools = c("AUCell", "pagoda2", "fscLVM", "Vision", "ROMA", "GSVA", "ssGSEA", "plage",
"zscore"),
filter = F,
normalize = c("log", "CLR", "RC", "scran", "sctransform", "none"),
n_cores = 3,
rand_seed = 123
)
|
counts |
gene expresion matrix, rows are genes and cols are cells |
gSets_path |
patwhays/gene sets in clasical GMT format |
filter |
whether filtering for genes expressed in less than 5 \itemnormalizenormalization method \itemtoolselect PAS tools |
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.