Description Usage Arguments Examples
Uses the PROGENy framework to quantify pathway activity given a data frame of custom pathways and returns a Seurat object assay with the results.
1 2 3 4 5 6 7 | custom_pathways_calc(
seurat_obj,
pathways,
num_genes,
organism = "Human",
assay_name
)
|
seurat_obj |
seurat object |
pathways |
data frame of custom pathways (must be same format as PROGENy pathways) |
num_genes |
number of top genes to return for each pathway if full_model = FALSE. |
organism |
"Human" or "Mouse", defaults to "Human". |
assay_name |
string to name the resulting Seurat object assay |
1 | custom_pathways_calc(seurat_obj, pathways, 500, "Human", "custom_pathway_activity"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.