GeneModuleClassify | R Documentation |
This function retrieves gene module classifications using cell module score columns in seurat object.
GeneModuleClassify(
seurat_obj,
gene_modules,
metadata = NULL,
plot_path = "scHelper_log/GM_classification/"
)
seurat_obj |
Seurat object |
gene_modules |
List of gene modules generated by antler package |
metadata |
metadata slot to group cells by e.g. stage, scHelper_cell_state, run |
plot_path |
directory to plot log files (boxplots) |
ordered dataframe of gene modules and their classifications
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.