Skip to contents

Dimension reduction plot showing cluster enrichment and TF expression

Usage

enrich_exp_scatter(SeuratObj, MINIEXouputPath, gene, reduction = "umap")

Arguments

SeuratObj

Seurat object

MINIEXouputPath

output path of MINI-EX.

gene

TF to show

reduction

umap or tsne

Examples

if (FALSE) {
enrich_exp_scatter(SeuratObj, MINIEXouputPath="regulons_output", gene = 'AT2G40750')
}