Description Usage Arguments Examples
View source: R/perform_fgsea.R
A function that will perform fgsea analysis on all cells in a given Seurat object.
1 2 3 4 5 6 | perform_fgsea(
seurat_object,
cell_types = sort(unique(seurat_object@ident)),
output_dir = ".",
pathway_file
)
|
seurat_object |
The S4 Seurat object which contains filtered and normalized cells in the data slot. |
output_dir |
The relative directory that will be used to save results. |
de_groups |
The two group labels to use for differential expression, supplied as a vector. |
clusters_to_exclude |
Define a vector of clusters for which you don't want to perform DE analysis. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.