Description Usage Arguments Details Examples
parameters 'counts', 'gSets_path' and 'gSets' are consistent across all tools
1 2 3 4 5 6 7 8 9 10 11 | calculate_PAS(
counts,
tool,
species = "none",
pathway = "none",
gmt_file = "none",
filter = F,
normalize = "sctransform",
n_cores = 3,
rand_seed = 123
)
|
counts |
gene expresion matrix, rows are genes and cols are cells |
tool |
tool name |
species |
species; human or mouse |
pathway |
abbreviation for pathway database |
gmt_file |
pathways in GMT format |
filter |
whether filtering for genes expressed in less than 5 percent cells |
normalize |
normalization method |
other parameters see details of tools
1 2 | counts = load_counts()
score = calculate_PAS(counts, 'AUCell', 'human','kegg')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.