View source: R/DEGeneModules.R
DEGeneModules | R Documentation |
Filter gene modules based on differential expression (seurat::FindAllMarkers)
DEGeneModules(
seurat_data,
gene_modules,
logfc = 0.25,
pval = 0.001,
selected_gene_proportion = 0.5,
active_ident = NULL
)
gene_modules |
named list of gene modules |
logfc |
logFC cutoff used for differential expression |
pval |
adjusted pvalue |
selected_gene_proportion |
proportion of genes in gene module which are required to pass differential expression test |
active_ident |
column in @meta.data which is to be used as the groupings for differential expression testing |
seurat_object |
Seurat object |
gene module list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.